-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·73 lines (57 loc) · 2.77 KB
/
index.html
File metadata and controls
executable file
·73 lines (57 loc) · 2.77 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
64
65
66
67
68
69
70
<!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>Nicecream Icecream</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/sterling-davis-4iXagiKXn3Y-unsplash.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">
Nicecream Icecream
</h1>
<!-- H1 can have 2 designs: "logo" and "logo cursive" -->
<div class="content">
<h4 class="motto">Los Angeles's Finest Hipster Icecream Startup</h4>
<h5 class="tagline">
<!-- Home of the Avocado Toast Crunch Scoop -->
</h5>
<div class="subscribe">
<h5 class="info-text">
Join the waiting list. Stay cool. We'll keep you posted.
</h5>
<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm6-6 col-sm-offset-3 ">
<form class="form-inline" role="form">
<div class="form-group">
<label class="sr-only" for="exampleInputEmail2">Email address</label>
<input type="email" class="form-control transparent" placeholder="Your email here...">
</div>
<button type="submit" class="btn btn-danger btn-fill">Notify Me</button>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
Photo by <a target="_blank" href="https://unsplash.com/@sterlingdavisphotola">Sterling Davis</a> on <a target="_blank" href="https://unsplash.com/photos/4iXagiKXn3Y"> Unsplash. </a>
</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>