-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
197 lines (183 loc) · 10.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
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
<html>
<head>
<title>Travel Trip | Packages</title>
<link rel="stylesheet" href="./style.css">
</head>
<body class="flex flex-column flex-wrap align-center justify-content-center">
<nav class="flex justify-content-center">
<section>
<section class="flex flex-row flex-wrap align-center justify-content-between">
<div>
<img src="./static/logo/call.svg" alt="Mobile" class="logo">
<a href="tel:+(123)456-7890" class="anchor_normaliser">+(123)456-7890</a>
</div>
<div>
<a href="#" class="anchor_normaliser">Login | </a>
<a href="#" class="anchor_normaliser">Register | </a>
<a href="http://www.facebook.com"><img src="./static/logo/facebook.svg" alt="facebook" class="logo"></a>
<a href="http://www.twitter.com"><img src="./static/logo/twitter.svg" alt="twitter" class="logo"></a>
<a href="http://www.instagram.com"><img src="./static/logo/instagram.svg" alt="instagram" class="logo"></a>
<a href="http://www.linkedin.com"><img src="./static/logo/linkedin.svg" alt="linkedin" class="logo"></a>
<a href="http://in.pinterest.com"><img src="./static/logo/pinterest.svg" alt="pinterest" class="logo"></a>
</div>
</section>
<hr>
<section class="flex flex-row flex-wrap align-center justify-content-between">
<img src="./static/logo/Travel-Trip.png" alt="Travel Trip" id="nav_logo">
<section class="flex flex-row flex-nowrap align-center justify-content-around font-weight-bold">
<a href="#" class="nav_link text-uppercase">Home</a>
<a href="#" class="nav_link text-uppercase">About</a>
<a href="#" class="nav_link text-uppercase">Tours</a>
<a href="#" class="nav_link text-uppercase">Packages</a>
<a href="#" class="nav_link text-uppercase">Destination</a>
<a href="#" class="nav_link text-uppercase">Blog</a>
<a href="#" class="nav_link text-uppercase">Contact us</a>
</section>
</section>
</section>
</nav>
<section id="banner">
<div>
<h1 class="text-uppercase">packages</h1>
<p class="text-capitalize">home / packages</p>
</div>
</section>
<section id="main_body">
<div class="flex flex-row flex-nowrap align-center justify-content-between" id="body_heading">
<span></span>
<h1 class="text-uppercase"> our packages</h1>
<span></span>
</div>
<p>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentialy
unchanged.</p>
<table id="packages_container">
<tbody>
<tr>
<td>
<img src="./static/pictures/dubai.png" alt="">
<h1 class="text-capitalize">Dubai Family Tour</h1>
<h3>$534</h3>
<p class="text-capitalize">7 Jan 2017- 09 jan 2017</p>
<p class="text-capitalize">2 days 3 nights</p><br>
<a href="#" class="text-capitalize">book now</a>
</td>
<td>
<img src="./static/pictures/australia.webp" alt="">
<h1 class="text-capitalize">Ausralia Tour</h1>
<h3>$534</h3>
<p class="text-capitalize">7 Jan 2017- 09 jan 2017</p>
<p class="text-capitalize">2 days 3 nights</p><br>
<a href="#" class="text-capitalize">book now</a>
</td>
<td>
<img src="./static/pictures/paris.png" alt="">
<h1 class="text-capitalize">Paris Tour</h1>
<h3>$534</h3>
<p class="text-capitalize">7 Jan 2017- 09 jan 2017</p>
<p class="text-capitalize">2 days 3 nights</p><br>
<a href="#" class="text-capitalize">book now</a>
</td>
<td>
<img src="./static/pictures/new delhi.avif" alt="">
<h1 class="text-capitalize">new delhi</h1>
<h3>$534</h3>
<p class="text-capitalize">7 Jan 2017- 09 jan 2017</p>
<p class="text-capitalize">2 days 3 nights</p><br>
<a href="#" class="text-capitalize">book now</a>
</td>
</tr>
<tr>
<td>
<img src="./static/pictures/kashmir.jpg" alt="">
<h1 class="text-capitalize">kashmir</h1>
<h3>$534</h3>
<p class="text-capitalize">7 Jan 2017- 09 jan 2017</p>
<p class="text-capitalize">2 days 3 nights</p><br>
<a href="#" class="text-capitalize">book now</a>
</td>
<td>
<img src="./static/pictures/goa.png" alt="">
<h1 class="text-capitalize">goa tour</h1>
<h3>$534</h3>
<p class="text-capitalize">7 Jan 2017- 09 jan 2017</p>
<p class="text-capitalize">2 days 3 nights</p><br>
<a href="#" class="text-capitalize">book now</a>
</td>
<td>
<img src="./static/pictures/south india.jpg" alt="">
<h1 class="text-capitalize">south indian</h1>
<h3>$534</h3>
<p class="text-capitalize">7 Jan 2017- 09 jan 2017</p>
<p class="text-capitalize">2 days 3 nights</p><br>
<a href="#" class="text-capitalize">book now</a>
</td>
<td>
<img src="./static/pictures/gujarat.jpg" alt="">
<h1 class="text-capitalize">gujarat</h1>
<h3>$534</h3>
<p class="text-capitalize">7 Jan 2017- 09 jan 2017</p>
<p class="text-capitalize">2 days 3 nights</p><br>
<a href="#" class="text-capitalize">book now</a>
</td>
</tr>
</tbody>
</table>
</section>
<footer>
<section class="flex flex-row flex-wrap align-center justify-content-around" id="footer_main">
<ol>
<li> <img src="./static/logo/Travel-Trip.png" alt="Travel Trip" id="nav_logo"></li>
<li><p style="color: rgb(135, 135, 135);" id="footer_description"><b>Lorem Ipsum has been the Industrys standard dummy text ever titnce the when an unknown prtnter tuyk a galley ot type and scrambled It to make a type specimen book.</b></p></li>
</ol>
<ol>
<li><a href="#" class="anchor_normaliser">Home</a></li>
<li><a href="#" class="anchor_normaliser">About Us</a></li>
<li><a href="#" class="anchor_normaliser">Countact Us</a></li>
<li><a href="#" class="anchor_normaliser">Terms and Conditions</a></li>
<li><a href="#" class="anchor_normaliser">Frequesntly Asked Questions</a></li>
</ol>
<ol>
<li><a href="#" class="anchor_normaliser">Group Tours</a></li>
<li><a href="#" class="anchor_normaliser">Couple Tours</a></li>
<li><a href="#" class="anchor_normaliser">Family Tour</a></li>
<li><a href="#" class="anchor_normaliser">World Tour</a></li>
</ol>
<ol>
<li>
<h3 style="color: rgb(30, 148, 169);">Contact Us</h3>
</li>
<li>
<p><img src="./static/logo/pin.svg" alt="" class="logo"> 12, My Street, New York 12401</p>
</li>
<li>
<p><img src="./static/logo/call.svg" alt="" class="logo"><a href="tel:+(000)123-4567" class="anchor_normaliser">000-123-4567</a></p>
</li>
<li>
<p><img src="./static/logo/mail.svg" alt="" class="logo"><a href="mailto:domain@traveltrip.com" class="anchor_normaliser"> domain@traveltrip.com</a></p>
</li>
</ol>
</section>
<section class="flex flex-row flex-wrap align-center justify-content-around" style="background-color: white;">
<div class="flex flex-row flex-wrap align-center justify-content-between">
<h1>
<bold>Subscribe to our Newsletter</bold>
</h1>
<form action="#" style="margin-bottom: 0px;">
<input type="email" name="email" id="" placeholder="Please enter email address" style="background-color: #eef6f8;margin-left: 2.5vw;padding: 12px 20px; border: 0px;">
<input type="submit" value="SIGN UP" style="font-size: large;color: white;background-color: rgb(30, 148, 169);padding: 10px 15px;border: 0px;cursor: pointer;">
</form>
</div>
<div>
<a href="http://www.facebook.com"><img src="./static/logo/facebook-f.svg" alt="" class="logo"></a>
<a href="http://www.twitter.com"><img src="./static/logo/twitter-f.svg" alt="" class="logo"></a>
<a href="http://www.linkedin.com"><img src="./static/logo/linkedin-f.svg" alt="" class="logo"></a>
<a href="http://www.google.com"><img src="./static/logo/google-f.svg" alt="" class="logo"></a>
<a href="http://www.youtube.com"><img src="./static/logo/youtube-f.svg" alt="" class="logo"></a>
<a href="http://www.instagram.com"><img src="./static/logo/instagram-f.svg" alt="" class="logo"></a>
<a href="http://in.pinterest.com"><img src="./static/logo/pinterest-f.svg" alt="" class="logo"></a>
</div>
</section>
<p style="text-align:center; margin-bottom: 0px;">© 2017 TravelTrip. All rights reserved.</p>
</footer>
</body>
</html>