forked from asm-products/giraff-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (74 loc) · 3.43 KB
/
index.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Tinder for the best gifs on earth">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Fun</title>
<link href='http://fonts.googleapis.com/css?family=Cabin+Sketch:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/assets/stylesheets/main.css" media="screen" charset="utf-8">
</head>
<body>
<section id="main" class="container">
<div class="row">
<img id="logo" src="/assets/images/logo.png" alt="Fun logo" />
<h1 id="fun" class="hide-text">Fun</h1>
<p id="tagline">
Tinder for the best gifs on earth
</p>
<div id="phone">
<div id="fun-gif-holder">
<img src="/assets/images/fun-gif-1.png" alt="Man riding a giraffe" />
</div>
</div>
<div id="mailing-list">
<p>
Would you like to try it for free?
</p>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="//assembly.us10.list-manage.com/subscribe/post?u=608c78fb2081068a03b335c80&id=c435774c15" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_608c78fb2081068a03b335c80_c435774c15" tabindex="-1" value=""></div>
<div class="form-group" id="mc_embed_signup_scroll">
<div class="col-md-offset-3 col-md-6">
<div class="input-group input-group-lg">
<input id="email-input" placeholder="Just enter your email here" type="email" value="" name="EMAIL" class="email form-control" id="mce-EMAIL" required>
<span class="input-group-btn">
<input type="submit" value="We’ll inform you" name="subscribe" id="mc-embedded-subscribe" class="btn btn-mailing-list">
</span>
</div>
</div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</div>
</section>
<footer>
<nav class="container">
<div class="row">
<div class="col-md-3">
<a id="assembly" href="#">Crowd-built with love in Assembly ♡</a>
<p>© 2015 Fun</p>
</div>
<div class="col-md-offset-1 col-md-3 row">
<a class="col-md-4 col-xs-4" href="#">Contact</a>
<div class="col-md-4 col-xs-4">
<img id="logo" src="/assets/images/logo.png" alt="Fun logo" />
</div>
<a class="col-md-4 col-xs-4" href="#">Terms</a>
</div>
<div class="col-md-offset-1 col-md-3 row">
<a href="#" class="col-md-4 col-xs-4 fa fa-twitter fa-lg"></a>
<a href="#" class="col-md-4 col-xs-4 fa fa-facebook fa-lg"></a>
<a href="#" class="col-md-4 col-xs-4 fa fa-google-plus fa-lg"></a>
</div>
</div>
</nav>
</footer>
</body>
</html>