new categories
This commit is contained in:
parent
df6054c261
commit
65421accbf
@ -18,7 +18,7 @@
|
||||
<div class="row" id="header"></div>
|
||||
<div class="row GradientBorder">
|
||||
<div class="row" style="text-align: center;">
|
||||
<h1>Technologies</h1>
|
||||
<h1>À propos</h1>
|
||||
<hr class="dessous_titre"/>
|
||||
</div>
|
||||
</div>
|
||||
33
Views/CV.html
Normal file
33
Views/CV.html
Normal file
@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="Auteur" content="Merlin Gélinas" />
|
||||
<meta name="keywords" content="site personnel, portfolio" />
|
||||
<meta name="description" content="Site personnel à Merlin Gélinas" />
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Technologies</title>
|
||||
<link href="../Lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../Lib/bootstrap/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="../CSS/Main.css" rel="stylesheet">
|
||||
<link href="../Lib/FontAwesome/css/all.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row" id="header"></div>
|
||||
<div class="row GradientBorder">
|
||||
<div class="row" style="text-align: center;">
|
||||
<h1>CV</h1>
|
||||
<hr class="dessous_titre"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" id="footer"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--Scripts à inclure-->
|
||||
<script src="../Lib/jquery/jquery.js" type="text/javascript"></script>
|
||||
<script src="../Lib/bootstrap/js/bootstrap.js" type="text/javascript"></script>
|
||||
<script src="../Javascricp/Main.js"></script>
|
||||
@ -6,8 +6,9 @@
|
||||
<div class="col menu">
|
||||
<ul>
|
||||
<li><a href="../index.html" class="GradientText"><button class="btn-hover color-1">Accueil</button></a></li>
|
||||
<li><a href="../Views/Technologies.html" class="GradientText"><button class="btn-hover color-1">Technologies</button></a></li>
|
||||
<li><a href="../Views/Portfolio.html" class="GradientText"><button class="btn-hover color-1">Projets</button></a></li>
|
||||
<li><a href="../Views/About.html" class="GradientText"><button class="btn-hover color-1">À propos</button></a></li>
|
||||
<li><a href="../Views/Projets.html" class="GradientText"><button class="btn-hover color-1">Projets</button></a></li>
|
||||
<li><a href="../Views/CV.html" class="GradientText"><button class="btn-hover color-1">Curriculum Vitae</button></a></li>
|
||||
<li><a href="../Views/Contact.html" class="GradientText"><button class="btn-hover color-1">Contact</button></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user