-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
30 lines (28 loc) · 853 Bytes
/
cv.html
File metadata and controls
30 lines (28 loc) · 853 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Alexandre (Alex) ANDRE — CV</title>
<link rel="stylesheet" href="assets/style.css" />
</head>
<body>
<div class="wrap">
<header class="nav">
<div class="badge">✨ Alex ANDRE</div>
<nav class="links">
<a href="./index.html">About</a>
<a href="./publications.html">Publications</a>
<a href="./cv.html" aria-current="page">CV</a>
</nav>
</header>
<section class="card" style="margin-top:16px">
<h1>CV</h1>
<p>📄 You can download my CV here:</p>
<p><a href="assets/Alexandre_ANDRE_CV.pdf">⬇️ Download CV (PDF)</a></p>
<hr />
<p class="small">© 2025 Alexandre ANDRE</p>
</section>
</div>
</body>
</html>