-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
213 lines (191 loc) · 9.53 KB
/
Copy pathindex.html
File metadata and controls
213 lines (191 loc) · 9.53 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Whiskey Drop | Taste a new whiskey every month</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<!-- Nav --->
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Logo --->
<div class="navbar-header">
<a href="" class="navbar-brand">
Whiskey Drop
</a>
</div>
<!--Navbar-->
<ul class="nav navbar-nav">
<li class="active"><a href="">Home</a></li>
<li><a href="">About</a></li>
<li class="visible-xs"><a href="">Sign Up</a></li>
</ul>
<!--Message -->
<div class="navbar-header navbar-right hidden-xs">
<a href="/login" class="btn btn-default navbar-btn">Sign Up</a>
<p class="navbar-text"><i>Great whiskey delivered to your door</i></p>
</div>
</div>
</nav>
<article class="container">
<!-- Alert -->
<div class="row hidden-xs">
<div class="col-xs-12">
<div class="alert alert-warning">
<strong>Sale Now On!</strong> Weve got a sale on. Get a 12 month subscription for the price of 6! <a href="">See here for more details</a>
</div>
</div>
</div>
<!-- Callout -->
<div class="row">
<div class="col-xs-12">
<section class="callout jumbotron text-center">
<h1>The finest whiskeys delivered to your doorstep.</h1>
<p class="lead">Sign up today to start receiving the world's best whiskeys every month. <s class="hidden-xs">€19.99</s> <span class="visible-xs"><br></span><strong><mark>First one is free!</mark></strong></p>
<p><button class="btn btn-success btn-lg" data-toggle="modal" data-target="#signUpModal">Sign Up!</button></p>
<p class="text-muted"><small>You must be over 18 to sign up to our service. Please drink responsibly.</small></p>
</section>
</div>
</div>
<!-- /.callout -->
<!-- Quotes -->
<section class="quotes">
<div class="row">
<div class="col-xs-12">
<div class="page-header">
<h2 class="text-uppercase">Quotes:</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-6">
<div class="media">
<div class="media-left hidden-xs">
<img class="img-circle media-object" src="https://raw.githubusercontent.com/Code-Institute-Solutions/BootstrapLandingPage/master/03-components/01-basic-components/images/girl-image.png" height=100 width=100 alt="">
</div>
<div class="media-body">
<blockquote class="quote">
<p>I've been introduced to more than 10 great international whiskeys I never knew about.</p>
<p>- Jane Doe</p>
</blockquote>
</div>
</div>
</div>
<div class="col-xs-12 col-md-6">
<div class="media">
<div class="media-left hidden-xs">
<img class="img-circle media-object" src="https://raw.githubusercontent.com/Code-Institute-Solutions/BootstrapLandingPage/master/03-components/01-basic-components/images/guy-image.png" height=100 width=100 alt="">
</div>
<div class="media-body">
<blockquote class="quote">
<p>I haven't been sober for months!</p>
<p>- Jane Doe</p>
</blockquote>
</div>
</div>
</div>
</div>
</section>
<!-- /.quotes -->
<!-- Features -->
<section class="features">
<div class="row">
<div class="col-xs-12">
<div class="page-header">
<h2>Features:</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-6 col-lg-4">
<div class="feature">
<h3><span class="glyphicon glyphicon-gift hidden-xs"></span> Feature 1 <span class="label label-success">New</span></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<p><a class="btn btn-small btn-default" href="">Read More</a></p>
</div>
</div>
<div class="col-xs-12 col-md-6 col-lg-4">
<div class="feature">
<h3><span class="glyphicon glyphicon-credit-card hidden-xs"></span> Feature 2</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<p><a class="btn btn-small btn-default" href="">Read More</a></p>
</div>
</div>
<div class="col-xs-12 hidden-md col-lg-4">
<div class="feature">
<h3><span class="glyphicon glyphicon-remove-sign hidden-xs"></span> Feature 3</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<p><a class="btn btn-small btn-default" href="">Read More</a></p>
</div>
</div>
</div>
</section>
<!-- /.features -->
<!-- /.table
<section>
<table class="table table-striped">
<thead class="thead-light">
<tr>
<th scope="col">#</th>
<th scope="col">Name</th>
<th scope="col">Origin</th>
</tr>
</thead>
<tbody>
<tr>
<td scope="row">1</td>
<td>Crown Royal Northern Harvest Rye</td>
<td>Canada</td>
</tr>
<tr>
<td scope="row">2</td>
<td>Lot 40</td>
<td>Canada</td>
</tr>
<tr>
<td scope="row">3</td>
<td>Alberta Rye Dark Batch</td>
<td>Also Canada</td>
</tr>
</tbody>
</table>
</section>
-->
</article>
<div class="modal fade" id="signUpModal" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Sign Up For Whiskey Drop</h4>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label for="email">Email address</label>
<input type="email" class="form-control" id="email" placeholder="Email">
<p class="help-block">We'll never share your email address with anyone</p>
</div>
<div class="form-group">
<label for="password">Password</label>
<input type="password" class="form-control" id="password" placeholder="Password">
</div>
<div class="form-group">
<label for="passwordRepeat">Repeat Password</label>
<input type="password" class="form-control" id="passwordRepeat" placeholder="Repeat Password">
</div>
<button type="submit" class="btn btn-success">Sign Up!</button>
</form>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
</body>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</html>