-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
63 lines (55 loc) · 2.48 KB
/
Copy pathblog.html
File metadata and controls
63 lines (55 loc) · 2.48 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rémi Bouguermouh</title>
<link href='https://fonts.googleapis.com/css?family=Raleway:400,500,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link href="css/blog.css" rel="stylesheet" media="screen">
</head>
<body>
<div class="container">
<h1><i class="fa fa-wrench" aria-hidden="true"></i> En travaux</h1>
<div class="row">
<div id="signup-form" class="col-sm-3">
<h2>Restez au courant !</h2>
<form>
<input type="text" id="name" class="form-control" placeholder="Votre nom" required><br/>
<div class="input-group">
<span class="input-group-addon" id="basic-addon1">@</span>
<input type="email" id="email" placeholder="Email" class="form-control" aria-describedby="basic-addon1" required> <br/>
</div>
<br/>
<input class="button btn" type="submit" id="register" value="Restons en contact">
</form>
</div>
<div class="col-md-4">
<p id="status">
<p>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://cdn.firebase.com/js/client/2.4.0/firebase.js"></script>
<script src="js/firebase.js"></script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-35803166-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>