-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage8Net.html
More file actions
512 lines (469 loc) · 28.3 KB
/
Copy pathpage8Net.html
File metadata and controls
512 lines (469 loc) · 28.3 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
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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
<DOCTYPE! html>
<head>
<title>page8Net</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.css">
<link rel="stylesheet" href="page8Net.css">
<script src="bootstrap/js/bootstrap.js"></script>
</head>
<body class='container'>
<header>
<!--Responsive navbar-->
<div class="navbar navbar-top navbar-default white-letters">
<div class="container white-letters">
<!--Naslov sajta-->
<a href="#" class="navbar-brand white-letters">
<i class="fa fa-phone" aria-hidden="true"></i> 123 456 7890 123 | Suport</a>
<!--dugme-->
<button class="navbar-toggle white-letters" data-toggle="collapse" data-target=".navHeaderCollapse">
<!--tri linije na dugmetu-->
<span class="icon-bar white-letters"> </span>
<span class="icon-bar white-letters"> </span>
<span class="icon-bar white-letters"> </span>
</button>
<div class="collapse navbar-collapse navHeaderCollapse white-letters">
<!--Stavke menija-->
<ul class="nav navbar-nav navbar-right white-letters">
<li>
<a href="#" id='portfolio-section' class="white-letters">English
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="#" id='about-section' class="white-letters">Login</a>
</li>
<li>
<a href="#" id='contact-section' class="white-letters">Signup</a>
</li>
</ul>
</div>
</div>
</div>
<div class="navbar navbar-default navbar-middle">
<div class="container">
<!--Naslov sajta-->
<a href="#" class="navbar-brand ">
<img src="https://s1.postimg.org/3mqcqvd0rz/016_About_Us.jpg" class="logo-position">
<!--dugme-->
<button class="navbar-toggle white-letters" data-toggle="collapse" data-target=".navHeaderCollapse">
<!--tri linije na dugmetu-->
<span class="icon-bar white-letters"> </span>
<span class="icon-bar white-letters"> </span>
<span class="icon-bar white-letters"> </span>
</button>
<div class="collapse navbar-collapse navHeaderCollapse ">
<!--Stavke menija-->
<ul class="nav navbar-nav navbar-right ">
<li>
<a href="#" id='home-section' class="black">Home</a>
</li>
<li>
<a href="#" id='flights-section' class="">Flights</a>
</li>
<li>
<a href="#" id='hotels-section' class="">Hotels</a>
</li>
<li>
<a href="#" id='homestay-section' class="">Homestay</a>
</li>
<li>
<a href="#" id='holidays-section' class="">Holidays</a>
</li>
<li>
<a href="#" id='activity-section' class="">Activity</a>
</li>
<li>
<a href="#" id='pagest-section' class="">Pages</a>
</li>
<li>
<a href="#" id='shortcodes-section' class="">Shortcodes</a>
</li>
</div>
</div>
</div>
<div class="navbar navbar-default navbar-low">
<div class="container">
<!--Naslov sajta-->
<a href="#" class="navbar-brand brand-position">
<h3>About Us</h3>
</a>
<!--dugme-->
<button class="navbar-toggle " data-toggle="collapse" data-target=".navHeaderCollapse">
<!--tri linije na dugmetu-->
<span class="icon-bar "> </span>
<span class="icon-bar "> </span>
<span class="icon-bar "> </span>
</button>
<div class="collapse navbar-collapse navHeaderCollapse ">
<!--Stavke menija-->
<ul class="nav navbar-nav navbar-right ">
<li>
<a href="#" id='activity-section' class="">Home /</a>
</li>
<li>
<a href="#" id='pagest-section' class="margin-left--25px">Standard Pages /</a>
</li>
<li>
<a href="#" id='shortcodes-section' class="margin-left--25px black">About Us</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<div class="container">
<h3 class="margin-30px">About Us </h3>
<div class="row">
<div class="col-md-12">
<p>Founded in August of 2004 and based in San Francisco, California, Traveltip is a trusted community marketplace
for people to list, discover, and book unique accommodations around the world online or from a mobile
phone or tablet.</p>
<p> We are a leading online travel company and committed to our mission of “creating happy travelers.” Through
our website, our mobile applications and our other associated platforms, leisure and business travelers
can explore, research, compare prices and book a wide range of services catering to their travel
needs. Since our inception in 2006, more than 4 million customers have used one or more of our comprehensive
travel-related services, which include domestic and international air ticketing, hotel bookings,
homestays, holiday packages, bus ticketing, rail ticketing, activities and ancillary services. With
over 61,000 hotels contracted in over 1,100 cities across India, we are India’s largest platform
for domestic hotels.</p>
<p> A strong and "trusted" travel brand of India, our strengths include a large and loyal customer base,
a multi-channel platform for leisure and business travelers, a robust mobile eco-system for a spectrum
of travelers and suppliers, a strong technology platform designed to deliver a high level of scalability
and innovation and a seasoned senior management team comprising of industry executives with deep
roots in the travel industry in India and abroad.</p>
<p>“Yatra”, which means “Journey” in Hindi, is one of India’s most well-recognized and awarded brands. Among
others, we have won multiple awards from the Ministry of Tourism, Government of India, including
the National Tourism Award for “Outstanding Performance as a Domestic Tour Operator” in Category
I (Rest of India) for the assessment year 2014-15; three awards at the India Tourism Awards for ‘Outstanding
performance as a Domestic Tour Operator (Rest of India)’,‘Outstanding performance as a Domestic Tour
Operator in Jammu and Kashmir’ and ‘Outstanding performance as an Inbound Tour Operator-Cat C in
2013 & the 'Best Domestic Tour Operator' award in 2010. Some other industry awards are: ET (“Economic
Times”) Brand Equity’s Most Trusted Online Travel Brand of 2015; Travel & Hospitality named us the
Most Outstanding Online Company: business to consumer or B2C; and in 2014, Yatra.com won the CNBC
Awaaz Travel Award. In 2013, we were recognized by Matrixlab as the Most Popular Brand in Travel
& Leisure Category and in 2012, Yatra.com won the award for ‘Best Travel Website’ in IAMAI’s Annual
India Digital Awards.</p>
<p> We are a leading online travel company and committed to our mission of “creating happy travelers.” Through
our website, our mobile applications and our other associated platforms, leisure and business travelers
can explore, research, compare prices and book a wide range of services catering to their travel
needs. Since our inception in 2006, more than 4 million customers have used one or more of our comprehensive
travel-related services, which include domestic and international air ticketing, hotel bookings,
homestays, holiday packages, bus ticketing, rail ticketing, activities and ancillary services. With
over 61,000 hotels contracted in over 1,100 cities across India, we are India’s largest platform
for domestic hotels. A strong and "trusted" travel brand of India, our strengths include a large
and loyal customer base, a multi-channel platform for leisure and business travelers, a robust mobile
eco-system for a spectrum of travelers and suppliers, a strong technology platform designed to deliver
a high level of scalability and innovation and a seasoned senior eco-system for a spectrum of travelers
and suppliers, a strong technology platform designed to deliver a high level of scalability and innovation
and a seasoned senior </p>
</div>
<div class="container">
<div class="row margin-left-0px margin-right--30px ">
<div class="col-sm-6 col-xs-12">
<div class="row box-style">
<div class="">
<div class="col-sm-2">
<img src="https://s1.postimg.org/8q2tisop9b/persons.jpg" alt="" class="img-position">
</div>
<div class="col-sm-10">
<h5>
<strong>Total guests</strong>
</h5>
<h4 class="text-danger">390,000,00+</h4>
<p>Founded in August of 2004 and based in San Francisco, California, Traveltip is a
trusted community.</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-xs-12">
<div class="row box-style ">
<div class="col-sm-2">
<img src="https://s1.postimg.org/2t4b00d6fz/cloudy.jpg" alt="" class="img-position">
</div>
<div class="col-sm-10">
<h5>
<strong>Cities</strong>
</h5>
<h4 class="text-danger">25,000+</h4>
<p>Founded in August of 2004 and based in San Francisco, California, Traveltip is a trusted
community.
</p>
</div>
</div>
</div>
</div>
<div class="row margin-left-0px margin-right--30px">
<div class="col-sm-6 col-xs-12">
<div class="row box-style">
<div class="">
<div class="col-sm-2">
<img src="https://s1.postimg.org/19tll7yxfz/housy.jpg" alt="" class="img-position">
</div>
<div class="col-sm-10">
<h5>
<strong>Castles</strong>
</h5>
<h4 class="text-danger">1,900+</h4>
<p>Founded in August of 2004 and based in San Francisco, California, Traveltip is a
trusted community.</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-xs-12">
<div class="row box-style ">
<div class="col-sm-2">
<img src="https://s1.postimg.org/3k3euvj0mn/contry.jpg" alt="" class="img-position">
</div>
<div class="col-sm-10">
<h5>
<strong>Countries</strong>
</h5>
<h4 class="text-danger">170+</h4>
<p>Founded in August of 2004 and based in San Francisco, California, Traveltip is a trusted
community.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- with images inserted
<div class="container">
<div class="row margin-top-30px">
<div class="col-md-6 col-xs-12">
<img src="https://s1.postimg.org/1us61i67q7/Bigy.jpg" alt="" width = '99%'>
</div>
<div class="col-md-6">
<img src="https://s1.postimg.org/1us61i67q7/Bigy.jpg" alt="" width = '99%'>
</div>
</div>
</div>-->
<div class="container">
<div class="row margin-top-30px">
<div class="col-md-6 ">
<div class="acc-size-1">
<p class="picture-format">570x150</p>
</div>
</div>
<div class="col-md-6">
<div class="acc-size-2">
<p class="picture-format">570x150</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 ">
<div class="acc-size-3">
<p class="coll-group-1">Collapsible group #1</p>
</div>
</div>
<div class="col-md-6">
<div class="acc-size-3">
<p class="coll-group-1">Sale Extended
<span class='float-right'>-</span>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 ">
<div class="acc-size-4">
<p class="coll-group-1 padding-10px">Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad
squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa
nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid
single-origin coffee nulla assumenda shoreditch et.</p>
</div>
</div>
<div class="col-md-6">
<div class="acc-size-4">
<p class="coll-group-1 padding-10px">Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad
squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa
nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid
single-origin coffee nulla assumenda shoreditch et.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 ">
<div class="acc-size-3">
<p class="coll-group-1">Collapsible group #2</p>
</div>
</div>
<div class="col-md-6">
<div class="acc-size-3">
<p class="coll-group-1">Oman Air Special
<span class='float-right-plus'>+</span>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 ">
<div class="acc-size-3">
<p class="coll-group-1">Collapsible group #3</p>
</div>
</div>
<div class="col-md-6">
<div class="acc-size-3">
<p class="coll-group-1">Fly With Air Asia
<span class='float-right-plus-one'>+</span>
</p>
</div>
</div>
</div>
<div class="row margin-box">
<div class="col-sm-4 tree-columns-box ">
<h5 class='col-group-1 margin-top-40px'>
<strong>24/7 Customer Support</strong>
</h5>
<p class='col-group-1'>If you need help while traveling or hosting, contact us at our toll free number: 123 456 7890
123
</p>
</div>
<div class="col-sm-4 tree-columns-box">
<h5 class='col-group-1 margin-top-40px'>
<strong>2017 Summer Destinations On Sale</strong>
</h5>
<p class='col-group-1'>For the vast majority of its history, agriculture can be described new products agriculture can
be described.
</p>
</div>
<div class="col-sm-4 tree-columns-box">
<h5 class='col-group-1 margin-top-40px'>
<strong>Flat 75% Off On Domestic Hotels</strong>
</h5>
<p class='col-group-1'>Our best ever hotel deals are here! Use promo code TTHAPPY to get flat 75% off using eCash on
hotel bookings through.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-2">
<h5>
<strong>Traveltrip</strong>
</h5>
<ul class="margin-top-40px">
<li>Home</li>
<li>Flight</li>
<li>Hotels</li>
<li>Homestay</li>
<li>Holidays</li>
<li>Activity</li>
<li>Pages</li>
<li>Shortcodes</li>
</ul>
</div>
<div class="col-sm-2">
<h5>
<strong>Discover</strong>
</h5>
<ul class="margin-top-40px">
<li>Holidays</li>
<li>Hot deals</li>
<li>Travel Stories</li>
<li>Travel Guide</li>
<li>Travel Ideas</li>
<li>Travel insurance</li>
<li>Group Bookings</li>
<li>FAQ</li>
</ul>
</div>
<div class="col-sm-4">
<h5>
<strong>Language / Currency & Subscribe</strong>
</h5>
<div>
<button type="button" class="btn btn-default dropdown-toggle margin-top-30px " data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
<span class="float-left">English</span>
<span class="margin-left-60">
<i class="fa fa-chevron-down " aria-hidden="true"></i>
</span>
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Separated link</a>
</div>
</div>
<div class="button-margin">
<button type="button" class="btn btn-default dropdown-toggle margin-top-60px " data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
<span class="float-left">Dollar</span>
<span class="margin-left-65">
<i class="fa fa-chevron-down " aria-hidden="true"></i>
</span>
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Separated link</a>
</div>
</div>
<div class="input-group margin-top-35px">
<input type="text" class="form-control" placeholder="Subscribe" aria-describedby="basic-addon2">
<span class="input-group-addon" id="basic-addon2">Send</span>
</div>
</div>
<div class="col-sm-4">
<h5>
<strong>Travel News</strong>
</h5>
<div class="row margin-top-40px">
<div class="col-sm-3">
<img src="https://s7.postimg.org/gc3vh2zsb/seventimes.jpg" alt="" class="img-responsive" width="70px" height="70px">
</div>
<div class="col-sm-9">
<h5 class="margin-top--3px">
<strong>Tokyo</strong>
</h5>
<p class="tokyo-font-size margin-top--3px">Dreamy bed and delicious breakfast Entire home/apt · 1 bed · 3 guests · Business</p>
<p class="tokyo-font-size margin-top--3px">25 Mar, 2011</p>
</div>
</div>
<div class="row margin-top-20px">
<div class="col-sm-3 ">
<img src="https://s7.postimg.org/gc3vh2zsb/seventimes.jpg" alt="" class="img-responsive">
</div>
<div class="col-sm-9">
<h5 class="margin-top--3px">
<strong>Singapure</strong>
</h5>
<p class="tokyo-font-size margin-top--3px">Dreamy bed and delicious breakfast Entire home/apt · 1 bed · 3 guests · Business</p>
<p class="tokyo-font-size margin-top--3px">25 Mar, 2011</p>
</div>
</div>
</div>
</div>
</div>
<!--Kraj kontejnera-->
<hr/>
<div class="container">
<footer>
<div class="row">
<div class="col-sm-8">
<p>
<img src="https://s1.postimg.org/3mqcqvd0rz/016_About_Us.jpg" alt="">
<i class="fa fa-facebook margin-left-40px" aria-hidden="true"></i>
<i class="fa fa-twitter" aria-hidden="true"></i>
<i class="fa fa-google" aria-hidden="true"></i>
<i class="fa fa-pinterest" aria-hidden="true"></i>
</p>
</div>
<div class="col-sm-4">
<p>Copyright 2017 Traveltrip | All rights reserved</p>
</div>
</div>
</footer>
</div>
</div>
</div>
<script src="page8Net.js"></script>
</body>