-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
85 lines (71 loc) · 4.4 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
84
85
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
<title>Lookmarkd - Coming Soon</title>
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/coming-sssoon.css" rel="stylesheet" />
<!-- Fonts -->
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="main" style="background-image: url('images/bench-people-smartphone-sun.jpg')">
<!-- Change the image source '/images/default.jpg' with your favourite image. -->
<div class="cover black" data-color="black"></div>
<!-- You can change the black color for the filter with those colors: blue, green, red, orange -->
<div class="container">
<h1 class="logo cursive">
Lookmarkd
</h1>
<!-- H1 can have 2 designs: "logo" and "logo cursive" -->
<div class="content">
<h4 class="motto">Easily connecting influencers with brands. So you can focus on the important stuff.</h4>
<div class="subscribe">
<h5 class="info-text">
Join the waiting list for the beta. We keep you posted.
</h5>
<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm6-6 col-sm-offset-3 ">
<!-- Begin MailChimp Signup Form -->
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div>
<form action="//lookmark.us12.list-manage.com/subscribe/post?u=564038ebcb932c8bbcabe1ac4&id=144d3b15ab" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form form-inline" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group form-group">
<label for="mce-EMAIL" class="sr-only">Email Address
</label>
<input type="email" value="" name="EMAIL" class="required email form-control transparent" id="mce-EMAIL" placeholder="Your email here...">
</div>
<button type="submit" class="btn btn-danger btn-fill" name="subscribe" id="mc-embedded-subscribe">Notify Me</button>
<div id="mce-responses" class="clear">
<div class="response info-text" id="mce-error-response" style="display:none"></div>
<div class="response info-text" id="mce-success-response" style="display:none"></div>
</div> <!-- 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="input" name="b_564038ebcb932c8bbcabe1ac4_144d3b15ab" tabindex="-1" value=""></div>
</form>
</div>
<script type='text/javascript' src='https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
No spam, 'cos we hate that too.
</div>
</div>
</div>
</body>
<script src="js/jquery-1.10.2.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
</html>