-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home.php
95 lines (87 loc) · 3.53 KB
/
Home.php
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
<?php include 'navbar.php';?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Travel Guide</title>
<!--/tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Trek Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<!--css-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/menu.css" rel="stylesheet">
<link href="css/chocolat.css" rel="stylesheet" type="text/css" media="all">
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css" media="all">
<link href="css/style.css" rel="stylesheet" type="text/css" media="all">
<!--//css-->
<!--google fonts-->
<link href="//fonts.googleapis.com/css?family=Poppins:200,200i,300,400,500,500i,600,700,700i" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Nunito:400,700,700i,800i,900" rel="stylesheet">
<!--//google fonts-->
</head>
<body>
<div class="banner" id="home">
<div class="container-fluid">
<div id="myCarousel" class="carousel slide" data-ride="carousel" data-interval="3000" data-pause="false">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="images/banner-img1.jpg" alt="w3layouts" class="img-responsive">
</div>
<div class="item">
<img src="images/banner-img2.jpeg" alt="w3layouts" class="img-responsive">
</div>
<div class="item">
<img src="images/banner-img3.jpg" alt="w3layouts" class="img-responsive">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="banner-info-w3layouts">
<div class="jumbotron text-center">
<h1>VOYAGER</h1>
<p>The world is a book, and those who do not<br> travel read only a page.</p>
</div>
</div>
</div>
</div>
<!--about us-->
<div class="about-us-agileits" id="about">
<div class="about-info text-center">
<h3>ABOUT US</h3>
<label></label>
</div>
<div class="about-us-agileits-info">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-5">
<h2>About Our Self</h2>
<p>This is a travel directory for all the Wanderlust people in this world. <strong>Explore before your trip</strong></p>
</div>
<div class="col-sm-6 col-md-7 text-right">
<iframe width="560" height="315" src="https://www.youtube.com/embed/wJF5NXygL4k" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<!---728x90--->
<!--//about us-->
</body>
</html>