final version 2
continuous-integration/drone/push Build is passing Details

master
Dorian HODIN 1 year ago
parent 757485bf34
commit b1278331cc

@ -10,9 +10,6 @@ document.querySelectorAll('.experience-item').forEach(item => {
});
});
if (!window.location.href.endsWith('/')) {
window.location.href = window.location.href + '/';
}
(function() {
"use strict";

@ -337,6 +337,11 @@
<script src="assets/js/bootstrap-js/swiper-bundle.min.js"></script>
<script src="assets/js/bootstrap-js/noframework.waypoints.js"></script>
<script src="assets/js/main.js"></script>
<script>
if (!window.location.href.endsWith('/')) {
window.location.href = window.location.href + '/';
}
</script>
</body>
</html>

@ -11,7 +11,7 @@
<body>
<div class="container projectContainer">
<div class="section-title">
<h2><a href="../index.html#projects">Retour Site</a></h2>
<h2><a href="../index.html">Retour Site</a></h2>
</div>
<div class="projectContainer project" >
<h1 class="project-title">DAFL Music</h1>

@ -11,7 +11,7 @@
<body>
<div class="container projectContainer">
<div class="section-title">
<h2><a href="../index.html#projects">Retour Site</a></h2>
<h2><a href="../index.html">Retour Site</a></h2>
</div>
<div class="projectContainer project" >
<h1 class="project-title">Fantom Games</h1>

@ -11,7 +11,7 @@
<body>
<div class="container projectContainer">
<div class="section-title">
<h2><a href="../index.html#projects">Retour Site</a></h2>
<h2><a href="../index.html">Retour Site</a></h2>
</div>
<div class="projectContainer project" >
<h1 class="project-title">Témoignage</h1>

Loading…
Cancel
Save