Fix du menu
This commit is contained in:
56
Views/Contact.html
Normal file
56
Views/Contact.html
Normal file
@@ -0,0 +1,56 @@
|
||||
<!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>Mon portfolio</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">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<div class="row GradientText header">
|
||||
<div class="col">
|
||||
<a href="index.html"><img src="../Content/Logo.png" class="logo"/></a>
|
||||
</div>
|
||||
<div class="col menu">
|
||||
<ul>
|
||||
<li><a href="../index.html" class="GradientText">Accueil</a></li>
|
||||
<li><a href="Portfolio.html" class="GradientText">Portfolio</a></li>
|
||||
<li><a href="Contact.html" class="GradientText">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row"><hr/></div>
|
||||
</header>
|
||||
<div class="row GradientBorder">
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<footer></footer>
|
||||
</div>
|
||||
</div>
|
||||
<!--Scripts pour le header et le footer-->
|
||||
<script>
|
||||
$.get('../Content/Footer.html', function (data){}); {
|
||||
$('footer').replaceWith(data);
|
||||
}
|
||||
</script>
|
||||
<script>
|
||||
$.get('../Content/Header.html', function (data){}); {
|
||||
$('Header').replaceWith(data);
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--Scripts à inclure-->
|
||||
<script src="../Javascricp/Main.js"></script>
|
||||
<script src="../lib/jquery/jquery.js" type="text/javascript"></script>
|
||||
<script src="../lib/bootstrap/js/bootstrap.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
56
Views/Portfolio.html
Normal file
56
Views/Portfolio.html
Normal file
@@ -0,0 +1,56 @@
|
||||
<!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>Mon portfolio</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">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<div class="row GradientText header">
|
||||
<div class="col">
|
||||
<a href="index.html"><img src="../Content/Logo.png" class="logo"/></a>
|
||||
</div>
|
||||
<div class="col menu">
|
||||
<ul>
|
||||
<li><a href="../index.html" class="GradientText">Accueil</a></li>
|
||||
<li><a href="Portfolio.html" class="GradientText">Portfolio</a></li>
|
||||
<li><a href="Contact.html" class="GradientText">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row"><hr/></div>
|
||||
</header>
|
||||
<div class="row GradientBorder">
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<footer></footer>
|
||||
</div>
|
||||
</div>
|
||||
<!--Scripts pour le header et le footer-->
|
||||
<script>
|
||||
$.get('../Content/Footer.html', function (data){}); {
|
||||
$('footer').replaceWith(data);
|
||||
}
|
||||
</script>
|
||||
<script>
|
||||
$.get('../Content/Header.html', function (data){}); {
|
||||
$('Header').replaceWith(data);
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--Scripts à inclure-->
|
||||
<script src="../Javascricp/Main.js"></script>
|
||||
<script src="../lib/jquery/jquery.js" type="text/javascript"></script>
|
||||
<script src="../lib/bootstrap/js/bootstrap.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1 +0,0 @@
|
||||
<footer class="GradientBackground"></footer>
|
||||
@@ -1,10 +0,0 @@
|
||||
<header class="GradientBackground">
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<a href="../index.html"><img src="../Content/Images/Logo.png" alt="Logo" /></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="menu">
|
||||
|
||||
</div>
|
||||
</header>
|
||||
Reference in New Issue
Block a user