generated from Robbo-lab/div-web-application-development-assessment-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
654 lines (582 loc) · 21.7 KB
/
home.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
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
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- Page Title -->
<title>One Ring Rentals - Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Google Web Font -->
<link href="http://fonts.googleapis.com/css?family=Raleway:300,500,900%7COpen+Sans:400,700,400italic" rel="stylesheet" type="text/css" />
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
<!-- Template CSS -->
<link href="css/style.css" rel="stylesheet" />
<!-- Modernizr -->
<script src="js/common/modernizr.js"></script>
</head>
<body>
<!-- BEGIN WRAPPER -->
<div id="wrapper">
<!-- BEGIN HEADER -->
<header id="header">
<div id="top-bar">
<div class="container">
<div class="row">
<div class="col-sm-12">
<ul id="top-buttons">
<li><a href="#"><i class="fa fa-sign-in"></i> Login</a></li>
<li><a href="#"><i class="fa fa-pencil-square-o"></i> Register</a></li>
<li class="divider"></li>
<li>
<div class="language-switcher">
<span><i class="fa fa-globe"></i> English</span>
<ul>
<li><a href="#">Deutsch</a></li>
<li><a href="#">Español</a></li>
<li><a href="#">Français</a></li>
<li><a href="#">Português</a></li>
</ul>
</div>
</li>
<!-- BOOTSTRAP SEARCH BEGINS
<li>
<form id="site-search">
<span><i class="fa fa-search"></i></span>
<input type="text" name="q" placeholder="Search">
</form>
</li>
BOOTSTRAP SEARCH ENDS -->
</ul>
</div>
</div>
</div>
</div>
<div id="nav-section">
<div class="container">
<div class="row">
<div class="col-sm-12">
<a href="index.html" class="nav-logo"><img src="images/logo.png" alt="One Ring Rentals" /></a>
<!-- BEGIN SEARCH -->
<div id="sb-search" class="sb-search">
<form>
<input class="sb-search-input" placeholder="Search..." type="text" value="" name="search" id="search">
<input class="sb-search-submit" type="submit" value="">
<i class="fa fa-search sb-icon-search"></i>
</form>
</div>
<!-- END SEARCH -->
<!-- BEGIN MAIN MENU -->
<nav class="navbar">
<button id="nav-mobile-btn"><i class="fa fa-bars"></i></button>
<ul class="nav navbar-nav">
<li><a href="#">Find a Rental</a></li>
<li><a href="#">List your rental</a></li>
<li><a href="#">Regions</a></li>
<li><a href="#">Travel Guides</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Regions</a></li>
</ul>
</nav>
<!-- END MAIN MENU -->
</div>
</div>
</div>
</div>
</header>
<!-- END HEADER -->
<!-- BEGIN HOME SLIDER SECTION -->
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
</ol> -->
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active"id="slide1" style="background: url(http://placehold.it/1920x605) no-repeat left center; background-size: cover;"> <!-- Ready for JS Injection -->
<div class="carousel-caption">
<div class="caption sfr slider-title">Breathtaking views</div>
<div class="caption sfl slider-subtitle">Relaxation in the Bay of Belfalas</div>
<a href="#" class="caption sfb btn btn-default btn-lg">Learn More</a>
</div>
</div>
<div class="item" id="slide2" style="background: url(http://placehold.it/1920x605) no-repeat left center; background-size: cover;">
<div class="carousel-caption">
<div class="caption sfr slider-title">The simple life</div>
<div class="caption sfl slider-subtitle">Lush gardens in Mordor</div>
<a href="#" class="caption sfb btn btn-default btn-lg">Learn More</a>
</div>
</div>
</div>
<!-- Blue Filter -->
<div id="home-search-section"></div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- END HOME SLIDER SECTION -->
<!-- BEGIN HOME ADVANCED SEARCH -->
<div id="home-advanced-search" class="open">
<div id="opensearch"></div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<form>
<div class="form-group">
<div class="form-control-small">
<div class='input-group date chzn-container' data-datepicker>
<input placeholder="Arrive on..." type='text' class="form-control" data-date-format="DD/MM/YYYY"/>
<span class="input-group-addon">
<span class="glyphicon glyphicon-calendar"></span>
</span>
</div>
</div>
<div class="form-control-small">
<select id="search_status" name="search_status" data-placeholder="Stay...">
<option value=""> </option>
<option value="1">1 Night</option>
<option value="2">2 Nights</option>
<option value="3">3 Nights</option>
<option value="4">4 Nights</option>
<option value="5">5 Nights</option>
<option value="6">6 Nights</option>
<option value="7">7 Nights</option>
<option value="8">8 Nights</option>
<option value="9">9 Nights</option>
<option value="10">10 Nights</option>
<option value="11">11 Nights</option>
<option value="12">12 Nights</option>
<option value="13">13 Nights</option>
<option value="14">14 Nights</option>
</select>
</div>
<div class="form-control-small">
<select id="search_bedrooms" name="search_bedrooms" data-placeholder="Bedrooms">
<option value=""> </option>
<option value="0">0</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="5plus">5+</option>
</select>
</div>
<div class="form-control-large">
<input type="text" class="form-control" name="location" placeholder="City, State, Country, etc...">
</div>
<button type="submit" class="btn btn-fullcolor">Search</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- END HOME ADVANCED SEARCH -->
<!-- BEGIN CONTENT WRAPPER -->
<div class="content">
<div class="container">
<div class="row">
<!-- BEGIN MAIN CONTENT -->
<div class="main col-sm-8">
<h1 class="section-title">Featured Properties</h1>
<div class="grid-style1 clearfix">
<div class="item col-md-4">
<div class="image">
<a href="properties-detail.html">
<h3>Luxury Apartment with great views</h3>
<span class="location">Upper East Side, New York</span>
</a>
<img src="http://placehold.it/760x670" alt="" />
</div>
<div class="price">
<span>$950</span><p>per night</p>
</div>
<ul class="amenities">
<li><i class="icon-bedrooms"></i> 4</li>
<li><i class="icon-bathrooms"></i> 3</li>
</ul>
</div>
<div class="item col-md-4">
<div class="image">
<a href="properties-detail.html">
<h3>Stunning Villa with 5 bedrooms</h3>
<span class="location">Miami Beach, Florida</span>
</a>
<img src="http://placehold.it/760x670" alt="" />
</div>
<div class="price">
<span>$1,300</span><p>per night</p>
</div>
<ul class="amenities">
<li><i class="icon-bedrooms"></i> 5</li>
<li><i class="icon-bathrooms"></i> 2</li>
</ul>
</div>
<div class="item col-md-4">
<div class="image">
<a href="properties-detail.html">
<h3>Recent construction with 3 bedrooms</h3>
<span class="location">Park Slope, New York</span>
</a>
<img src="http://placehold.it/760x670" alt="" />
</div>
<div class="price">
<span>$560</span><p>per night</p>
</div>
<ul class="amenities">
<li><i class="icon-bedrooms"></i> 3</li>
<li><i class="icon-bathrooms"></i> 2</li>
</ul>
</div>
<div class="item col-md-4">
<div class="image">
<a href="properties-detail.html">
<h3>Modern construction with parking space</h3>
<span class="location">Midtown, New York</span>
</a>
<img src="http://placehold.it/760x670" alt="" />
</div>
<div class="price">
<span>$85</span><p>per night</p>
</div>
<ul class="amenities">
<li><i class="icon-bedrooms"></i> 1</li>
<li><i class="icon-bathrooms"></i> 2</li>
</ul>
</div>
<div class="item col-md-4">
<div class="image">
<a href="properties-detail.html">
<h3>Single Family Townhouse</h3>
<span class="location">Cobble Hill, New York</span>
</a>
<img src="http://placehold.it/760x670" alt="" />
</div>
<div class="price">
<span>$840</span><p>per night</p>
</div>
<ul class="amenities">
<li><i class="icon-bedrooms"></i> 2</li>
<li><i class="icon-bathrooms"></i> 2</li>
</ul>
</div>
<div class="item col-md-4">
<div class="image">
<a href="properties-detail.html">
<h3>3 bedroom villa with garage for rent</h3>
<span class="location">Bal Harbour, Florida</span>
</a>
<img src="http://placehold.it/760x670" alt="" />
</div>
<div class="price">
<span>$150</span><p>per night</p>
</div>
<ul class="amenities">
<li><i class="icon-bedrooms"></i> 3</li>
<li><i class="icon-bathrooms"></i> 2</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h1 class="section-title">Popular Regions</h1>
<div id="regions">
<div class="item">
<a href="#">
<img src="http://placehold.it/194x194" alt="" />
<h3>Rhovanion</h3>
</a>
</div>
<div class="item">
<a href="#">
<img src="http://placehold.it/194x194" alt="" />
<h3>Eriador</h3>
</a>
</div>
<div class="item">
<a href="#">
<img src="http://placehold.it/194x194" alt="" />
<h3>Bay of Belfalas</h3>
</a>
</div>
<div class="item">
<a href="#">
<img src="http://placehold.it/194x194" alt="" />
<h3>Mordor</h3>
</a>
</div>
<div class="item">
<a href="#">
<img src="http://placehold.it/194x194" alt="" />
<h3>The Southwest</h3>
</a>
</div>
<div class="item">
<a href="#">
<img src="http://placehold.it/194x194" alt="" />
<h3>Arnor</h3>
</a>
</div>
</div>
</div>
</div>
<h1 class="section-title">Recent Articles</h1>
<div class="grid-style1">
<div class="item col-md-4">
<div class="image">
<a href="#">
<span class="btn btn-default"><i class="fa fa-file-o"></i> Read More</span>
</a>
<img src="http://placehold.it/766x515" alt="" />
</div>
<div class="tag"><i class="fa fa-file-text"></i></div>
<div class="info-blog">
<ul class="top-info">
<li><i class="fa fa-calendar"></i> July 30, 2014</li>
<li><i class="fa fa-comments-o"></i> 2</li>
<li><i class="fa fa-tags"></i> Properties, Prices, best deals</li>
</ul>
<h3>
<a href="#">How to get your dream property for the best price?</a>
</h3>
<p>Sed rutrum urna id tellus euismod gravida. Praesent placerat, mauris ac pellentesque fringilla, tortor libero condimen.</p>
</div>
</div>
<div class="item col-md-4">
<div class="image">
<a href="#">
<span class="btn btn-default"><i class="fa fa-file-o"></i> Read More</span>
</a>
<img src="http://placehold.it/766x515" alt="" />
</div>
<div class="tag"><i class="fa fa-film"></i></div>
<div class="info-blog">
<ul class="top-info">
<li><i class="fa fa-calendar"></i> July 24, 2014</li>
<li><i class="fa fa-comments-o"></i> 4</li>
<li><i class="fa fa-tags"></i> Tips, Mortgage</li>
</ul>
<h3>
<a href="#">7 tips to get the best mortgage.</a>
</h3>
<p>Sed rutrum urna id tellus euismod gravida. Praesent placerat, mauris ac pellentesque fringilla, tortor libero condimen.</p>
</div>
</div>
<div class="item col-md-4">
<div class="image">
<a href="#">
<span class="btn btn-default"><i class="fa fa-file-o"></i> Read More</span>
</a>
<img src="http://placehold.it/766x515" alt="" />
</div>
<div class="tag"><i class="fa fa-file-text"></i></div>
<div class="info-blog">
<ul class="top-info">
<li><i class="fa fa-calendar"></i> July 05, 2014</li>
<li><i class="fa fa-comments-o"></i> 1</li>
<li><i class="fa fa-tags"></i> Location, Price, House</li>
</ul>
<h3>
<a href="#">House, location or price: What's the most important factor?</a>
</h3>
<p>Sed rutrum urna id tellus euismod gravida. Praesent placerat, mauris ac pellentesque fringilla, tortor libero condimen.</p>
</div>
</div>
</div>
<div class="center"><a href="#" class="btn btn-default-color">View All News</a></div>
</div>
<!-- END MAIN CONTENT -->
<!-- BEGIN SIDEBAR -->
<div class="sidebar col-sm-4">
<!-- BEGIN SIDEBAR ABOUT -->
<div class="col-sm-12">
<h2 class="section-title">Last minute deals</h2>
<ul class="latest-news">
<li class="col-md-12">
<div class="image">
<a href="blog-detail.html"></a>
<img alt="" src="http://placehold.it/100x100">
</div>
<ul class="top-info">
<li><i class="fa fa-calendar"></i>Available Now</li>
</ul>
<h4><a href="blog-detail.html">Private Beach</a><p>Lossarnach, Eriado</p></h4>
</li>
<li class="col-md-12">
<div class="image">
<a href="blog-detail.html"></a>
<img alt="" src="http://placehold.it/100x100">
</div>
<ul class="top-info">
<li><i class="fa fa-calendar"></i>Available on 24 July</li>
</ul>
<h4><a href="blog-detail.html">Mountain views</a><p>Hyarnustar, Rhovanion</p></h4>
</li>
<li class="col-md-12">
<div class="image">
<a href="blog-detail.html"></a>
<img alt="" src="http://placehold.it/100x100">
</div>
<ul class="top-info">
<li><i class="fa fa-calendar"></i>Available 5 July</li>
</ul>
<h4><a href="blog-detail.html">Heart of the village</a><p>Minhiriath, Eriador</p></h4>
</li>
<li class="col-md-12">
<div class="image">
<a href="blog-detail.html"></a>
<img alt="" src="http://placehold.it/100x100">
</div>
<ul class="top-info">
<li><i class="fa fa-calendar"></i>Available 6 July</li>
</ul>
<h4><a href="blog-detail.html">The city life</a><p>West Beleriand, Mordor</p></h4>
</li></ul>
<p class="center"><a class="btn btn-fullcolor" href="#">More deals</a></p>
</div>
<!-- END SIDEBAR ABOUT -->
<div class="col-sm-12">
<h2 class="section-title">Activity</h2>
<ul class="activity">
<li class="col-lg-12">
<a href="#"><img src="http://placehold.it/70x70" alt="" /></a>
<div class="info">
<h5>Sam Minnée reviewed <a href="#">The House With No Windows</a></h5>
<p>Awesome solitary confinement, mate. Spot on. Sweet as.</p>
<h6>Just now</h6>
</div>
</li>
<li class="col-lg-12">
<a href="#"><img src="http://placehold.it/70x70" alt="" /></a>
<div class="info">
<h5>Ingo Schoomer asked a question about <a href="#">The Mistake by the Lake</a></h5>
<p>Has this house been unit tested?</p>
<h6>37 minutes ago</h6>
</div>
</li>
</ul>
</div>
</div>
<!-- END SIDEBAR -->
</div>
</div>
</div>
<!-- END CONTENT WRAPPER -->
<!-- BEGIN FOOTER -->
<footer id="footer">
<div id="footer-top" class="container">
<div class="row">
<div class="block col-sm-3">
<a href="#"><img src="images/logo.png" alt="One Ring Rentals" /></a>
<br><br>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam commodo eros nibh, et dictum elit tincidunt eget. Pellentesque volutpat quam dignissim, convallis elit id, efficitur sem. Vivamus ac scelerisque sem. Aliquam sed enim rutrum nibh gravida pellentesque nec at metus.</p>
</div>
<div class="block col-sm-3">
<h3>Helpful Links</h3>
<ul class="footer-links">
<li><a href="#">All rentals</a></li>
<li><a href="#">List your rental</a></li>
<li><a href="#">Read our FAQs</a></li>
</ul>
</div>
<div class="block col-sm-6">
<h3>Popular regions</h3>
<div class="row">
<div class="col-sm-6">
<ul class="footer-listings">
<li>
<div class="image">
<a href="properties-detail.html"><img src="http://placehold.it/760x670" alt="" /></a>
</div>
<p><a href="properties-detail.html">Rhovanion</a></p>
</li>
<li>
<div class="image">
<a href="properties-detail.html"><img src="http://placehold.it/760x670" alt="" /></a>
</div>
<p><a href="properties-detail.html">Eriador</a></p>
</li>
<li>
<div class="image">
<a href="properties-detail.html"><img src="http://placehold.it/760x670" alt="" /></a>
</div>
<p><a href="properties-detail.html">Bay of Belfalas</a></p>
</li>
</ul>
</div>
<div class="col-sm-6">
<ul class="footer-listings">
<li>
<div class="image">
<a href="properties-detail.html"><img src="http://placehold.it/760x670" alt="" /></a>
</div>
<p><a href="properties-detail.html">Mordor</a></p>
</li>
<li>
<div class="image">
<a href="properties-detail.html"><img src="http://placehold.it/760x670" alt="" /></a>
</div>
<p><a href="properties-detail.html">Arnor</a></p>
</li>
<li>
<div class="image">
<a href="properties-detail.html"><img src="http://placehold.it/760x670" alt="" /></a>
</div>
<p><a href="properties-detail.html">Forlindon</a></p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- BEGIN COPYRIGHT -->
<div id="copyright">
<div class="container">
<div class="row">
<div class="col-sm-12">
© 2014 One Ring Rentals
<!-- BEGIN SOCIAL NETWORKS -->
<ul class="social-networks">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
<li><a href="#"><i class="fa fa-rss"></i></a></li>
</ul>
<!-- END SOCIAL NETWORKS -->
</div>
</div>
</div>
</div>
<!-- END COPYRIGHT -->
</footer>
<!-- END FOOTER -->
</div>
<!-- END WRAPPER -->
<script src="js/common.js"></script>
<script type="text/javascript" src="js/common/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="js/common/bootstrap.min.js"></script>
<script type="text/javascript" src="js/common/bootstrap-datepicker.js"></script>
<script type="text/javascript" src="js/common/chosen.min.js"></script>
<script type="text/javascript" src="js/common/bootstrap-checkbox.js"></script>
<script type="text/javascript" src="js/common/nice-scroll.js"></script>
<script type="text/javascript" src="js/common/jquery-browser.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
</body>
</html>