Skip to content
Snippets Groups Projects
Commit d5868fb2 authored by Paul Cancel's avatar Paul Cancel
Browse files

refine structure 2

parent 7720cb72
No related branches found
No related tags found
No related merge requests found
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>Page</title> <title>Page</title>
<link rel="stylesheet" href="../Styles/styles.css" /> <link rel="stylesheet" href="./Styles/styles.css" />
</head> </head>
<body> <body>
<div class="topnav"> <div class="topnav">
<a class="active" href="./Index.html">Accueil</a> <a class="active" href="./Index.html">Accueil</a>
<a href="./Projets.html">Mes projets</a> <a href="./Pages/Projets.html">Mes projets</a>
<a href="#presentation">Presentation</a> <a href="#presentation">Presentation</a>
</div> </div>
<header> <header>
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
<section id="middle"> <section id="middle">
<article> <article>
<profile> <profile>
<img src="../Images/ProfilePic.png" alt="pfp"> <img src="./Images/ProfilePic.png" alt="pfp">
</profile> </profile>
</article> </article>
<article> <article>
<div class="boutonprojets"> <div class="boutonprojets">
<a href="./Projets.html" class="button">Mes projets</a> <a href="./Pages/Projets.html" class="button">Mes projets</a>
</div> </div>
</article> </article>
</section> </section>
...@@ -52,37 +52,37 @@ ...@@ -52,37 +52,37 @@
<article> <article>
<ul> <ul>
<li> <li>
<img src="../Images/Icones/Java.png" alt="java"> <img src="./Images/Icones/Java.png" alt="java">
<div class="title"> <div class="title">
<p>Java</p> <p>Java</p>
</div> </div>
</li> </li>
<li> <li>
<img src="../Images/Icones/Python.png" alt="Python"> <img src="./Images/Icones/Python.png" alt="Python">
<div class="title"> <div class="title">
<p>Python</p> <p>Python</p>
</div> </div>
</li> </li>
<li> <li>
<img src="../Images/Icones/SQL.png" alt="SQL"> <img src="./Images/Icones/SQL.png" alt="SQL">
<div class="title"> <div class="title">
<p>SQL</p> <p>SQL</p>
</div> </div>
</li> </li>
<li> <li>
<img src="../Images/Icones/html.png" alt="HTML"> <img src="./Images/Icones/html.png" alt="HTML">
<div class="title"> <div class="title">
<p>HTML</p> <p>HTML</p>
</div> </div>
</li> </li>
<li> <li>
<img src="../Images/Icones/css.png" alt="CSS"> <img src="./Images/Icones/css.png" alt="CSS">
<div class="title"> <div class="title">
<p>CSS</p> <p>CSS</p>
</div> </div>
</li> </li>
<li> <li>
<img src="../Images/Icones/git.png" alt="GIT"> <img src="./Images/Icones/git.png" alt="GIT">
<div class="title"> <div class="title">
<p>GIT</p> <p>GIT</p>
</div> </div>
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
</main> </main>
</div> </div>
<div class="bottomfoot"> <div class="bottomfoot">
<a href="./Contact.html">Me contacter</a> <a href="./Pages/Contact.html">Me contacter</a>
<a href="../pdf/cv.pdf" target="_blank">Mon CV</a> <a href="./pdf/cv.pdf" target="_blank">Mon CV</a>
</div> </div>
</body> </body>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment