-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
41 lines (25 loc) · 1.15 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
<html style="background-image: url(https://source.unsplash.com/random/1600x900)">
<head>
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="container">
<div class="masthead clearfix">
<div class="container inner">
<h3 class="masthead-brand"><a href="index.html" style="text-decoration:none; text-shadow: 0 1px 3px rgba(0,0,0,.5)">TAKE ME AWAY.</a>
</div>
</div>
<div class="inner cover">
<h1 class="cover-heading" style="margin-top:-5px;">See the world without breaking the bank.</h1>
<p class="lead">Give us your budget, your destination, and your dates - we'll do the rest.</p>
<p class="lead" style="margin-top:50px;">
<a href="form.html" class="btn btn-lg btn-default" style="background-color:#5FCCBF; box-shadow: 0 1px 3px rgba(0,0,0,.3); outline: none; border: none; text-decoration:none;">Get started.</a>
</p>
</div>
</div>
</div>
</div>
</body>
</html>