-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
287 lines (232 loc) · 10.6 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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./images/favicon-32x32.png">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<title>Document</title>
</head>
<body>
<!-- ******************spinner********************** -->
<div class="spinner">
<div class="scaling-squares-spinner" :style="spinnerStyle">
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
</div>
</div>
<!-- ******************header&nav ********************** -->
<header>
<nav id="nav">
<h2><a href="#Home"> <img src="./images/trip-icon.png" alt="">JOURNEY</a> </h2>
<label for="toggle"><span class="bars"></span> Menu</label>
<input type="checkbox" name="check" id="toggle">
<ul id="menu">
<!-- <li><a href="#" data-scroll='#home'>home</a></li> -->
</ul>
</nav>
</header>
<!-- *****************Home Section********************** -->
<section id="Home">
<div class="showcase">
<div class="container showcase-container">
<h1>Travel Advisor Results</h1>
<p>Promo Code must be entered at check out. The advertised Promo Code provides discounts against our
service fees, and can be combined with Instant Savings offers up to the amount of our service fees.
Excess savings will not be applied</p>
<div class="button-effects">
<button class="buttons-effect from-left btn">
<span>Go to trip</span>
</button>
</div>
</div>
</div>
</section>
<!-- ******************About Section********************** -->
<section id="About">
<div class="container about-container">
<h2>About Us</h2>
<p> Promo Code expires on date indicated and can be withdrawn at anytime without notice. Book by September
30, 2020. Our standard service fees are $35 per person one-way/roundtrip for economy class tickets. For
cheap flights to your destination, or cheap tickets anywhere in the world, make sure to book your flight
at InsanelyCheapFlights</p>
<button class="btn ">See More</button>
</div>
</section>
<!-- ******************Testimonial Section********************** -->
<section id="Testimonial" class="testim">
<div class="wrap">
<span id="right-arrow" class="arrow right">></span>
<span id="left-arrow" class="arrow left"><</span>
<ul id="testim-dots" class="dots">
<li class="dot active"></li>
<li class="dot"></li>
<li class="dot"></li>
<li class="dot"></li>
</ul>
<div id="testim-content" class="cont">
<div class="active">
<div class="img"><img src="images/person_1.jpg" alt=""></div>
<h2>John Ipson</h2>
<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.</p>
</div>
<div>
<div class="img"><img src="images/person_2.jpg"></div>
<h2>David Marcheal</h2>
<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.</p>
</div>
<div>
<div class="img"><img src="images/person_3.jpg" alt=""></div>
<h2>Tomas Ipson</h2>
<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.</p>
</div>
<div>
<div class="img"><img src="images/person_4.jpg" alt=""></div>
<h2>Hesham Ipson</h2>
<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.</p>
</div>
</div>
</div>
</section>
<!-- ******************Services Section********************** -->
<section id="Services">
<h2>Tip Services</h2>
<p>Whether you’re a manufacturer or a media agency, you have one thing in common: too much information and too
few actionable insights. Domo’s industry solutions help you overcome challenges</p>
<div class="services-container container">
<div class="services-block">
<div class="services-top">
<img src="./images/trip-icon8.png" alt="">
<span>Food</span>
</div>
<div class="services-bottom">
<p>Making an informed decision takes the right information.</p>
<a href="#">Learn More</a>
</div>
</div>
<div class="services-block">
<div class="services-top">
<img src="./images/trip-icon6.png" alt="">
<span>Cheep</span>
</div>
<div class="services-bottom">
<p>Making an informed decision takes the right information.</p>
<a href="#">Learn More</a>
</div>
</div>
<div class="services-block">
<div class="services-top">
<img src="./images/trip-icon.png" alt="">
<span>Quality</span>
</div>
<div class="services-bottom">
<p>Domo’s industry solutions help you overcome challenges specific </p>
<a href="#">Learn More</a>
</div>
</div>
<div class="services-block">
<div class="services-top">
<img src="./images/icon7.png" alt="">
<span>CEO</span>
</div>
<div class="services-bottom">
<p>Making an informed decision takes the right information.</p>
<a href="#">Learn More</a>
</div>
</div>
<div class="services-block">
<div class="services-top">
<img src="./images/trip-icon3.png" alt="">
<span>Adventure</span>
</div>
<div class="services-bottom">
<p>Making an informed decision takes the right information.</p>
<a href="#">Learn More</a>
</div>
</div>
<div class="services-block">
<div class="services-top">
<img src="./images/trip-icon7.png" alt="">
<span>Music</span>
</div>
<div class="services-bottom">
<p>Making an informed decision takes the right information.</p>
<a href="#">Learn More</a>
</div>
</div>
<div class="services-block">
<div class="services-top">
<img src="./images/trip-icon5.png" alt="">
<span>Nature</span>
</div>
<div class="services-bottom">
<p>Domo’s industry solutions help you overcome challenges specific </p>
<a href="#">Learn More</a>
</div>
</div>
<div class="services-block">
<div class="services-top">
<img src="./images/trip-icon2.png" alt="">
<span>Mountains</span>
</div>
<div class="services-bottom">
<p>Making an informed decision takes the right information.</p>
<a href="#">Learn More</a>
</div>
</div>
<div class="services-block">
<div class="services-top">
<img src="./images/trip-icon4.png" alt="">
<span>Fantastic</span>
</div>
<div class="services-bottom">
<p>Making an informed decision takes the right information.</p>
<a href="#">Learn More</a>
</div>
</div>
</div>
</section>
<!-- *****************Contact Section********************** -->
<section id="Contact" class="py-1">
<h2>Contact Us</h2>
<div class="contact-container container">
<div class="contact-img">
<img src="./images/form.png" alt="">
</div>
<form class="form" id="form">
<div class="form-control ">
<label for="username">Username</label>
<input type="text" name="username" id="username" placeholder="rehamhesham-224">
</div>
<div class="form-control ">
<label for="email">E-mail</label>
<input type="text" name="email" id="email" placeholder="[email protected]">
</div>
<div class="form-control">
<label for="password">Password</label>
<input type="password" name="password" id="password" placeholder="password">
</div>
<div class="form-control">
<label for="password">password check</label>
<input type="password" name="password2" id="password2" placeholder="password Two">
</div>
<button>Submit</button>
</form>
</div>
</section>
<!-- *****************Footer********************** -->
<footer>
<p>Made by Reham ♥ ,copyRight © Journey</p>
</footer>
<!-- ******************Scroll To Top button********************* -->
<div class="scroll-to-top" id="scrollToTop">UP</div>
<script src="./js/app.js"></script>
</body>
</html>