-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathlanding.html
29 lines (22 loc) · 1.07 KB
/
landing.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
<!DOCTYPE html>
<html ng-app="makerscience">
<head>
<title>MakerScience</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href="css/landing.css" media="screen, projection" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container-fluid">
<div class="landing">
<img src="/img/logo-huge.png" width="305px" height="283px" alt="MakerScience logo" />
<h1>Makerscience</h1>
<h2>Nouveau site collaboratif pour tous ceux qui s'emploient à mettre la science, la technique et l'innovation à la portée de tous</h2>
<h3>Lancement en Juin 2015</h3>
<p>Pour plus d'informations, ou tester la plateforme en cours de développement, contacter <a href="mailto:[email protected]">[email protected]</a></p>
<button disabled="disabled">A très vite! <img src="/img/smiley-large.png" /></button>
</div><!-- .landing -->
</div><!-- .container-fluid -->
</body>
</html>