-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (52 loc) · 1.9 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
<!DOCTYPE html>
<html lang="fr">
<head>
<!-- Encodage des caractères de la page -->
<meta charset="utf-8">
<!-- Ajuste la taille de la page aux différents appareils : pc, mobiles, tablettes -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Titre de la page. Visible dans l'onglet du navigateur -->
<title>Accueil | Tobias Glauser</title>
<meta name="author" content="Tobias Glauser">
<!-- Favicon -->
<link rel="icon" href="img/favicon.ico">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body class="page-index">
<header>
<div class="fondNoirHeader"></div>
<nav class="navigation">
<div class="menuBouton">
<input type="checkbox">
<span></span>
<span></span>
<span></span>
<ul class="menu">
<li><a href="index.html">Accueil</a></li>
<li><a href="realisations.html">Projets</a></li>
<li><a href="competences.html">Compétences</a></li>
<li><a href="index.html"><img src="img/color-logo-no-background.svg" alt="Logo de l'entreprise" id="logoBurgerMenu"></a></li>
<li><a href="formation.html">Formation</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="https://github.com/Tobias-Glauser">GitHub</a></li>
</ul>
</div>
</nav>
<a href="index.html" class="lienImgHeader"><img src="img/color-logo-no-background.svg" alt="Logo de l'entreprise" id="logo"></a>
</header>
<main>
<section class="intro">
<h1>Tobias Glauser</h1>
<h2>Apprenti informaticien à la DIVTEC</h2>
</section>
<section>
<section>
</section>
</section>
</main>
<footer>
</footer>
</body>
</html>