-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (53 loc) · 2.33 KB
/
index.html
File metadata and controls
63 lines (53 loc) · 2.33 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projects | alert</title>
<link rel="stylesheet" href="./styles.css">
<link rel="icon" type="imaga/x-con" href="./logo.svg">
</head>
<body>
<div class="header">
<img src="./logo.svg" alt="logo.svg" style="width: 4rem; height: 4rem;float:inline-start;">
<!--<img src="./logo2.svg" alt="logo.svg" style="width: 4rem; height: 4rem;float:inline-end;">-->
<h1> Felix Touchte Codjo </h1>
</div>
<div class="topnav">
<a href="https://ftouchte.github.io/index.html"> About </a>
<a href="https://ftouchte.github.io/repo_git/index.html">Git repository </a>
<a href="https://ftouchte.github.io/cv/index.html">Curriculum vitæ </a>
<a href="https://ftouchte.github.io/projects/index.html" class="active"> Projects </a>
<a href="https://ftouchte.github.io/contact/index.html" style="float: right;">Contact </a>
</div>
<div>
<br>
</div>
<div class="sidebar">
<ul>
<li><a href="https://ftouchte.github.io/projects/index.html">Summary</a></li>
<li><a href="https://ftouchte.github.io/alert/index.html" class="active">ALERT</a></li>
<li><a href=".">Others</a></li>
</ul>
</div>
<div class="maincol">
<h3>ALERT experiment</h3>
<hr>
<ul>
<li>Preparation of the ALERT experiment [<a href="./doc/mdbook/book/index.html">mdBook</a> ]</li>
<li>Thesis - Data taking [<a href="https://ftouchte.github.io/logbook/book/index.html">logbook</a>, <a href="./doc/Shifts_worker_expert.pdf">shifts</a> ]</li>
<li>Thesis - Calibration</li>
<li>Thesis - Data analysis</li>
</ul>
<h3> Code documentation</h3>
<hr>
<ul>
<li> <a href="./doc/doxygen/html/index.html">Doxygen</a> </li>
<li> <a href="./doc/javadoc/index.html">Javadoc</a> </li>
<ul>
</div>
<div class="footer">
<!--<h2 style="text-align: center;">Footer</h2> -->
<p>* <a href="https://www.w3schools.com/" target="_blank" style="text-decoration: none; color: black; text-decoration: underline;">Web site inspired by W3schools</a></p>
</div>
</body>
</html>