This repository was archived by the owner on Aug 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.html
41 lines (37 loc) · 1.7 KB
/
Contact.html
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
<!DOCTYPE html PUBLIC"-//W3C/DTD XHTML. &. 0 Strict//EN"
"http://www.w3.org/TR/xhtmll/DTD/xhtmll-strict.dtd">
<html xmlns="http://www.Milo_World.com" xml:lang="fr" >
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="Milo_Project_Design.css" />
<title> Milo World </title>
</head>
<body>
<section class="sous-titre"> Contact </section>
<center> <a href="https://twitter.com/_TeamMilo_" target="_blank"> <img src="Twitter.png" alt="MiloTwitter" height=256 width=256 /> </a></center>
<center> <a href="https://github.com/MiloProject" target="_blank"> <img src="GitHub.png" alt="MiloGitHub" height=256 width=256 /> </a></center>
<div class="overlay-navigation">
<nav role="navigation">
<ul>
<li><a href="Accueil.html" data-content="Bienvenue à toi !">Accueil</a></li>
<li><a href="Apropos.html" data-content="Envie de connaître la fabuleuse histoire de Milo ?">About</a></li>
<li><a href="Modedemploi.html" data-content="Curieux ?">Mode d'emploi</a></li>
<li><a href="Galerie.html" data-content="Pour voir nos souvenirs, c'est ici...">Galerie</a></li>
<li><a href="Contact.html" data-content="N'hésitez pas !">Contact</a></li>
</ul>
</nav>
</div>
<section class="home">
<div class="open-overlay">
<span class="bar-top"></span>
<span class="bar-middle"></span>
<span class="bar-bottom"></span>
</div>
</section>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/velocity/1.2.3/velocity.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/velocity/1.2.3/velocity.ui.min.js'></script>
<script src="milo.js"></script>
</body>
</html>