Site Skeleton
This commit is contained in:
259
index.html
Normal file
259
index.html
Normal file
@ -0,0 +1,259 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<title>Quentin Rouland</title>
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="mdb/css/bootstrap.min.css" rel="stylesheet">
|
||||
<!-- Material Design Bootstrap -->
|
||||
<link href="mdb/css/mdb.min.css" rel="stylesheet">
|
||||
<!-- Your custom styles (optional) -->
|
||||
<link href="mdb/css/style.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!--Main Navigation-->
|
||||
<header>
|
||||
|
||||
<!-- Navbar -->
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-light white scrolling-navbar">
|
||||
<div class="container">
|
||||
|
||||
<!-- Brand -->
|
||||
<a class="navbar-brand waves-effect" href="https://qrouland.com" target="_blank">
|
||||
<strong class="blue-text">Quentin Rouland</strong>
|
||||
</a>
|
||||
|
||||
<!-- Collapse -->
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
|
||||
aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<!-- Links -->
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
|
||||
<!-- Left -->
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item" id="about_menu">
|
||||
<a class="nav-link waves-effect" href="javascript:page_selection('#about');">About Me</a>
|
||||
</li>
|
||||
<li class="nav-item" id="publications_menu">
|
||||
<a class="nav-link waves-effect" href="javascript:page_selection('#publications');">Publications</a>
|
||||
</li>
|
||||
<li class="nav-item" id="teachings_menu">
|
||||
<a class="nav-link waves-effect" href="javascript:page_selection('#teachings');">Teachings</a>
|
||||
</li>
|
||||
<li class="nav-item" id="projects_menu">
|
||||
<a class="nav-link waves-effect" href="javascript:page_selection('#projects');">Personal Projects</a>
|
||||
</li>
|
||||
<li class="nav-item" id="cv_menu">
|
||||
<a class="nav-link waves-effect" href="javascript:page_selection('#cv');">CV</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<!-- Right -->
|
||||
<ul class="navbar-nav nav-flex-icons">
|
||||
<a href="mailto:quentin@qrouland.com" target="_blank">
|
||||
<i class="far fa-envelope mr-3 fa-lg"></i>
|
||||
</a>
|
||||
<a href="https://www.linkedin.com/in/qrouland" target="_blank">
|
||||
<i class="fab fa-linkedin mr-3 fa-lg"></i>
|
||||
</a>
|
||||
<a href="https://git.rdrive.ovh/QRouland" target="_blank">
|
||||
<i class="fab fa-git-square mr-3 fa-lg"></i>
|
||||
</a>
|
||||
<a href="https://github.com/QRouland" target="_blank">
|
||||
<i class="fab fa-github-square mr-3 fa-lg"></i>
|
||||
</a>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
<!-- Navbar -->
|
||||
|
||||
</header>
|
||||
<!--Main Navigation-->
|
||||
|
||||
<!--Main layout-->
|
||||
<main class="mt-5 pt-5">
|
||||
|
||||
<!-- About container-->
|
||||
<div class="container" id="about" style="display:none;">
|
||||
<!--Section: Jumbotron-->
|
||||
<section class="card blue-gradient wow fadeIn" id="intro">
|
||||
|
||||
<!-- Content -->
|
||||
<div class="card-body text-white text-center py-5 px-5 my-5">
|
||||
|
||||
<h1 class="mb-4">
|
||||
<strong>About me</strong>
|
||||
<p class="text-center mb-5">Coming soon...</p>
|
||||
</h1>
|
||||
</div>
|
||||
<!-- Content -->
|
||||
</section>
|
||||
<!--Section: Jumbotron-->
|
||||
|
||||
</div>
|
||||
<!--About container-->
|
||||
|
||||
<!-- Publications container-->
|
||||
<div class="container" id="publications" style="display:none;">
|
||||
<!--Section: Jumbotron-->
|
||||
<section class="card blue-gradient wow fadeIn" id="intro">
|
||||
|
||||
<!-- Content -->
|
||||
<div class="card-body text-white text-center py-5 px-5 my-5">
|
||||
|
||||
<h1 class="mb-4">
|
||||
<strong>Publications</strong>
|
||||
<p class="text-center mb-5">Coming soon...</p>
|
||||
</h1>
|
||||
</div>
|
||||
<!-- Content -->
|
||||
</section>
|
||||
<!--Section: Jumbotron-->
|
||||
|
||||
</div>
|
||||
<!--Publications container-->
|
||||
|
||||
|
||||
<!-- Teachings container-->
|
||||
<div class="container" id="teachings" style="display:none;">
|
||||
<!--Section: Jumbotron-->
|
||||
<section class="card blue-gradient wow fadeIn" id="intro">
|
||||
|
||||
<!-- Content -->
|
||||
<div class="card-body text-white text-center py-5 px-5 my-5">
|
||||
|
||||
<h1 class="mb-4">
|
||||
<strong>Teachings</strong>
|
||||
<p class="text-center mb-5">Coming soon...</p>
|
||||
</h1>
|
||||
</div>
|
||||
<!-- Content -->
|
||||
</section>
|
||||
<!--Section: Jumbotron-->
|
||||
|
||||
</div>
|
||||
<!--Teachings container-->
|
||||
|
||||
<!-- Projects container-->
|
||||
<div class="container" id="projects" style="display:none;">
|
||||
<!--Section: Jumbotron-->
|
||||
<section class="card blue-gradient wow fadeIn" id="intro">
|
||||
|
||||
<!-- Content -->
|
||||
<div class="card-body text-white text-center py-5 px-5 my-5">
|
||||
|
||||
<h1 class="mb-4">
|
||||
<strong>Personnals Projects</strong>
|
||||
<p class="text-center mb-5">Coming soon...</p>
|
||||
</h1>
|
||||
</div>
|
||||
<!-- Content -->
|
||||
</section>
|
||||
<!--Section: Jumbotron-->
|
||||
|
||||
</div>
|
||||
<!--Projects container-->
|
||||
|
||||
<!-- CV container-->
|
||||
<div class="container" id="cv" style="display:none;">
|
||||
<!--Section: Jumbotron-->
|
||||
<section class="card blue-gradient wow fadeIn" id="intro">
|
||||
|
||||
<!-- Content -->
|
||||
<div class="card-body text-white text-center py-5 px-5 my-5">
|
||||
|
||||
<h1 class="mb-4">
|
||||
<strong>CV</strong>
|
||||
<p class="text-center mb-5">Coming soon...</p>
|
||||
</h1>
|
||||
</div>
|
||||
<!-- Content -->
|
||||
</section>
|
||||
<!--Section: Jumbotron-->
|
||||
|
||||
</div>
|
||||
<!--CV container-->
|
||||
|
||||
|
||||
</main>
|
||||
<!--Main layout-->
|
||||
|
||||
<!--Footer-->
|
||||
<footer class="page-footer text-center font-small mdb-color darken-2 mt-4 wow fadeIn fixed-bottom">
|
||||
|
||||
<hr class="my-2">
|
||||
|
||||
<!-- Social icons -->
|
||||
<div class="pb-4">
|
||||
<a href="mailto:quentin@qrouland.com" target="_blank">
|
||||
<i class="far fa-envelope mr-5 fa-3x"></i>
|
||||
</a>
|
||||
<a href="https://www.linkedin.com/in/qrouland" target="_blank">
|
||||
<i class="fab fa-linkedin mr-5 fa-3x"></i>
|
||||
</a>
|
||||
<a href="https://git.rdrive.ovh/QRouland" target="_blank">
|
||||
<i class="fab fa-git-square mr-5 fa-3x"></i>
|
||||
</a>
|
||||
<a href="https://github.com/QRouland" target="_blank">
|
||||
<i class="fab fa-github-square mr-5 fa-3x"></i>
|
||||
</a>
|
||||
</div>
|
||||
<!-- Social icons -->
|
||||
|
||||
<!--Copyright-->
|
||||
<div class="footer-copyright py-2 ">
|
||||
<a href="https://qrouland.com" target="_blank"> qrouland.com </a>
|
||||
</div>
|
||||
<!--/.Copyright-->
|
||||
|
||||
</footer>
|
||||
<!--/.Footer-->
|
||||
|
||||
<!-- SCRIPTS -->
|
||||
<!-- JQuery -->
|
||||
<script type="text/javascript" src="mdb/js/jquery-3.4.1.min.js"></script>
|
||||
<!-- Bootstrap tooltips -->
|
||||
<script type="text/javascript" src="mdb/js/popper.min.js"></script>
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script type="text/javascript" src="mdb/js/bootstrap.min.js"></script>
|
||||
<!-- MDB core JavaScript -->
|
||||
<script type="text/javascript" src="mdb/js/mdb.min.js"></script>
|
||||
<!-- Page Selection -->
|
||||
<script type="text/javascript">
|
||||
function page_selection(new_hash){
|
||||
old_hash = $(location).attr('hash');
|
||||
$(old_hash).css('display', 'none');
|
||||
$(old_hash + "_menu").removeClass('active');
|
||||
$(new_hash).css('display', 'block');
|
||||
$(new_hash + "_menu").addClass('active');
|
||||
$(location).prop('hash', new_hash);
|
||||
}
|
||||
|
||||
var hash = $(location).attr('hash');
|
||||
if(hash != "")
|
||||
page_selection(hash);
|
||||
else
|
||||
page_selection("#about");
|
||||
</script>
|
||||
<!-- Initializations -->
|
||||
<script type="text/javascript">
|
||||
// Animations initialization
|
||||
new WOW().init();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user