-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (60 loc) · 2.82 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</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="./index.html" class="active"> About </a>
<a href="./repo_git/index.html">Git repository </a>
<a href="./cv/index.html">Curriculum vitæ </a>
<a href="./projects/index.html"> Projects </a>
<a href="./contact/index.html" style="float: right;">Contact </a>
</div>
<div class="maincol">
<img class="author_pp" src="./ftc.png" alt="Felix profil photo" style="float: left; padding: 0rem 2rem; width: 10rem; height: 12rem;">
<div>
<p> PhD student in particle physics</p>
<p> Université Paris-Saclay</p>
<p> Laboratoire de physique des deux infinies Irène Juliot-Curie</p>
<blockquote>
<span style="margin-left: 1.5rem;"></span>Sois jeune et forme toi.
</blockquote>
</div>
<!-- <p>This web page aims to centralize all my works. It is also a great opportunity to get use with HTML.</p> -->
<div style="margin-top: 15rem; margin-left: 2rem;">
<h3>Notes</h3>
<hr>
<ul>
<!-- <li>
<p>The "Projects" section is not up to date.</p>
</li> -->
<li>
<p>The section CV is not up to date.</p>
</li>
<!-- <li>
<p>Since <span style="color: blue;">September 17, 2024</span>, I hold a general engineering degree.</p>
</li>
<li>
<p>Since <span style="color: blue;">July 2, 2024</span>, I hold a master's degree in particle physics.</p>
</li> -->
<li>
<span>Last web site update : October 15, 2024</span>
</li>
</ul>
</div>
</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>