-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (44 loc) · 1.85 KB
/
index.html
File metadata and controls
46 lines (44 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Atelier Preylude | Bienvenue</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Josefin+Sans:300,400" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Megrim">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" />
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="page-container" class="container">
<header class="row">
<div class="col-xs-12">
<div id="title-container" class="row text-center">
<div class="col-xs-12 text-center">
<img id="logo" src="img/new-logo.png" />
</div>
</div>
<div id="navbar-container" class="row">
<div class="col-xs-12 text-center">
<nav id="navbar">
<ul>
<li data-link="home">Accueil</li>
<li data-link="restauration">La restauration</li>
<li data-link="infos">Infos pratiques</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<section id="main-content">
</section>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="//maps.googleapis.com/maps/api/js?key=AIzaSyDbBT1wOVo6-OYlsB2FgjkfYoQ6CrfzwNo"></script>
<script type="text/javascript" src="js/loader.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
</body>
</html>