-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackup.html
More file actions
153 lines (130 loc) · 4.94 KB
/
packup.html
File metadata and controls
153 lines (130 loc) · 4.94 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
<!DOCTYPE html>
<head>
<title>Tourist Guide</title>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Audiowide" rel="stylesheet">
<link rel="stylesheet" href="packup.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
</head>
<body>
<div id="main">
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">PACK UP</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="#">Home</a></li>
<li><a href="#">Explore</a></li>
<li><a href="#">page2</a></li>
<li><a href="#">page3</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="signup.html"><span class="glyphicon glyphicon-user"></span> Sign Up</a></li>
<li><a href="login.html"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
</ul>
</div>
</div>
</nav>
<div class="quote">
<p>Live, Love </p>
<p>& Explore </p>
</div>
<div class="hyperlink"><a href="#next"><i class="fa fa-angle-down" aria-hidden="true"></i></a></div>
</div>
<!-- Why Choose us?-->
<div id="next">
<h2>WHY CHOOSE US?</h2>
<div class="p1">
<p>We believe in building balance into modern life —
taking the time to rest</p>
<p>and unplug from the daily hustle and to focus on ourselves,</p>
<p> our relationships, and the wonder of nature.</p>
</div>
</div>
<!-- SVG -->
<div class="parent">
<div class="child"><a href="#"><svg><rect></rect></svg>Explore us</a></div>
</div>
<!--hOW IT WORKS-->
<div class="works">
<h1>HOW IT WORKS</h1>
<div class="row">
<div class="col-sm-4">
<h2>STEP 1:<span class="glyphicon glyphicon-book"></span></h2>
<h3>Book Your Escape</h3>
<P>Choose your Destination, cabin size and dates.
We'll send you the exact address of your cabin upon booking.
</p></div>
<div class="col-sm-4">
<h2>STEP 2:<span class="glyphicon glyphicon-envelope"></span></h2>
<h3>Sit Back</h3>
<P>You'll get an email and text with your cabin name and keycode.
Our team will be available by email and text us if you need anything.
</p></div>
<div class="col-sm-4">
<h2>STEP 3:<span class="glyphicon glyphicon-phone"></span></h2>
<h3>Just Be</h3>
<P>Lock away your phone, connect with loved ones, and enjoy nature.
You'll have everything you need to truly relax.
</p></div>
</div>
</div>
<!-- Footer -->
<div class="footer">
<h1>sign up to our newsletter</h1>
<div class="subscribe">
<input type="text" placeholder="Email Address">
<input type="submit" value="SIGN UP">
</div>
</div>
<div class="mainf">
<div class="col-sm-5">
<h1>More About Company</h1>
<p>We believe in building balance into modern life —
taking the time to rest
and unplug from the daily hustle and to focus on ourselves,
our relationships, and the wonder of nature.</p>
<div class="icons">
<ul>
<li><a href="https://www.facebook.com/"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/login?lang=en"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://plus.google.com/discover"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
<li><a href="https://in.linkedin.com/"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<div class="col-sm-3">
<div class="mid-footer">
<h1>Navigation Links</h1>
<div class="move">
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Site Map</a></li>
</ul></div></div>
</div>
<div class="col-sm-3">
<h1>Contact Information</h1>
<span class="glyphicon glyphicon-map-marker"></span><p>1234 Main street, Anywhere</p><br>
<span class="glyphicon glyphicon-earphone"></span><p>+123 456 789</p><br>
<span class="glyphicon glyphicon-envelope"></span><p>send12@mail.com</p>
</div>
<div class="hori"><hr>
<p>© Copyright 2018. All rights reserved.</p>
</div>
</div>