forked from NoaSecond/noasecond.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (56 loc) · 2.33 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
<!DOCTYPE html>
<html lang="fr" data-theme="light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Noa Second</title>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<!-- CSS -->
<link rel="stylesheet" href="css/stylesheet.css">
<!-- JS -->
<script src="js/dynamicTitle.js" defer></script>
<script src="js/darkMode.js" defer></script>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"
rel="stylesheet">
</head>
<body>
<main>
<section>
<button type="button" data-theme-toggle aria-label="Change to dark theme"></button>
<img src="assets/img/profile.jpg" alt="Noa Second">
<h1>Noa Second</h1>
<h3>France</h3>
<a>Développeur, Photographe et Musicien</a>
</section>
<section>
<h2>Liens</h2>
<a href="https://photo.noasecond.com" target="_blank">Photos</a>
<a href="https://www.lacorbeille.studio" target="_blank">LaCorbeille STUDIO</a>
<a href="./assets/pdf/CV_2024_Noa_Second.pdf" target="_blank">CV 2024</a>
</section>
<section>
<h2>Comptes</h2>
<a href="https://instagram.com/noa.second" target="_blank"><img
src="assets/icons/Instagram.svg">Instagram</a>
<a href="https://www.linkedin.com/in/noa-second" target="_blank"><img
src="assets/icons/LinkedIn.svg">LinkedIn</a>
<a href="https://github.com/NoaSecond" target="_blank"><img src="assets/icons/GitHub.svg">GitHub</a>
</section>
<section>
<h2>Intérêts</h2>
<div>
<a>Photographie</a>
<a>Musique</a>
<a>Développement de jeux</a>
<a>Game design</a>
</div>
</section>
</main>
</body>
</html>