-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (49 loc) · 1.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>GitHub Projects</title>
<meta name="description" content="GitHub Projects">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/pygments.css">
<link rel="canonical" href="https://github.com/safirafie/">
</head>
<body>
<div id="header">
<div id="logo">
<a href="https://github.com/safirafie/">GitHub Projects</a>
</div>
<div id="menu">
<a href="https://github.com/safirafie/">Source</a>
</div>
</div>
</div>
<div id="content">
<p><img src="/img/code.jpg" width="250" height="80" alt="Code" class="center" /></p>
<ol>
<li><a href="https://github.com/safirafie/RedPitaya/">Red Pitaya</a></li>
<li><a href="https://github.com/safirafie/QuantumGravity/">Quantum gravity</a></li>
<li>MicroCavity Instrument Control (MCIControl)
<ol>
<li><a href="https://github.com/safirafie/MCIControl/tree/master/commonFunctions/">Common functions</a></li>
<li><a href="https://github.com/safirafie/MCIControl/tree/master/control_scripts/">Control scripts</a></li>
</ol>
</li>
<li>ElectroSpray:
<ol>
<li><a href="https://github.com/safirafie/ESDesign/">ElectroSpray Design</a></li>
<li><a href="https://github.com/safirafie/ESTools/">ElectroSpray Tools (ESTools)</a></li>
<li><a href="https://github.com/safirafie/SPCounting/">Single Particle Counting (SPCounting)</a></li>
</ol>
</li>
<li>Linux Tools:
<ol>
<li><a href="https://github.com/safirafie/LinuxTools/tree/master/.emacs.d/">.emacs.d</a></li>
</ol>
</li>
</ol>
</div>
</body>
</html>