added navbar
This commit is contained in:
66
index.html
66
index.html
@@ -16,7 +16,7 @@
|
||||
<link href="./styles/elements/title.css" type="text/css" rel="stylesheet">
|
||||
<link href="./styles/elements/nav.css" type="text/css" rel="stylesheet">
|
||||
<link href="./styles/elements/sections.css" type="text/css" rel="stylesheet">
|
||||
<link href="./styles/elements/home.css" type="text/css" rel="stylesheet">
|
||||
<link href="./styles/elements/hero.css" type="text/css" rel="stylesheet">
|
||||
<link href="./styles/elements/projects.css" type="text/css" rel="stylesheet">
|
||||
<link href="./styles/elements/cv.css" type="text/css" rel="stylesheet">
|
||||
<link href="./styles/elements/infos.css" type="text/css" rel="stylesheet">
|
||||
@@ -35,11 +35,23 @@
|
||||
-->
|
||||
|
||||
<body id="body">
|
||||
<main>
|
||||
<main id="top">
|
||||
|
||||
|
||||
<header>
|
||||
<h1 aria-label="hugo lamy" id="name" class="title">
|
||||
<nav>
|
||||
<a href="#top">accueil</a>
|
||||
<a href="#projects">projets</a>
|
||||
<a href="#cv">cv</a>
|
||||
<a href="#infos">contact</a>
|
||||
</nav>
|
||||
|
||||
|
||||
<!--
|
||||
HERO SECTION
|
||||
-->
|
||||
<section class="section hero" id="hero">
|
||||
<header>
|
||||
<h1 aria-label="hugo lamy" id="name" class="title">
|
||||
<span aria-hidden="true" class="pre">
|
||||
|
||||
|
||||
@@ -54,8 +66,8 @@
|
||||
|
||||
|
||||
</span>
|
||||
</h1>
|
||||
<h1 aria-label="programmeur informatique" id="title" class="title">
|
||||
</h1>
|
||||
<h1 aria-label="programmeur informatique" id="title" class="title">
|
||||
<span aria-hidden="true" class="pre">
|
||||
|
||||
|
||||
@@ -70,33 +82,9 @@
|
||||
|
||||
|
||||
</span>
|
||||
</h1>
|
||||
</header>
|
||||
<nav>
|
||||
<a href="#home">accueil</a>
|
||||
<a href="#projects">projets</a>
|
||||
<a href="#cv">cv</a>
|
||||
<a href="#infos">contacte</a>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
HOME
|
||||
-->
|
||||
<section class="section home" id="home">
|
||||
|
||||
<header>
|
||||
</h1>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
</article>
|
||||
|
||||
<div class="frames_container mouse" id="mouse_1" role="img" aria-label="mouse animated in ASCII art">
|
||||
<pre class="frame f1" aria-hidden="true">
|
||||
|
||||
@@ -190,14 +178,7 @@
|
||||
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<!--
|
||||
END TITLE AREA
|
||||
-->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -330,9 +311,6 @@
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<!--
|
||||
END PROJECTS
|
||||
-->
|
||||
|
||||
|
||||
|
||||
@@ -494,9 +472,6 @@
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<!--
|
||||
END CV
|
||||
-->
|
||||
|
||||
|
||||
|
||||
@@ -584,9 +559,6 @@
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<!--
|
||||
END CV
|
||||
-->
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user