-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
185 lines (175 loc) · 7.97 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Travely</title>
<meta name="description" content="Le site de Travely">
<!-- icon -->
<link rel="icon" href="img/logo.png">
<!-- icon -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300&display=swap" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Header -->
<header>
<div class="container-fluid banniere">
<nav class="navbar nav-bar-fixed">
<!-- Logo et titre -->
<a class="navbar-brand" href="#">
<img src="img/logo.png" width="25" height="25" class="d-inline-block align-top" alt="logo de Travelly">
travelly
</a>
<!-- Le button menu -->
<button class="navbar-toggler toggler-example" type="button" data-toggle="collapse" data-target="#navbarSupportedContent1"aria-controls="navbarSupportedContent1" aria-expanded="false" aria-label="Toggle navigation">
<span><i class="fas fa-bars fa-1x"></i></span>
</button>
<!-- Collapsible content -->
<div class="collapse navbar-collapse" id="navbarSupportedContent1">
<!-- Liens -->
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">HOME <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">BLOG</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">CONTACT</a>
</li>
</ul>
<!-- Liens -->
</div>
</nav>
<div class="row justify-content-center search">
<div class="col-md-8 col-lg-6 text-center justify-content-center">
<h1 class="Where"> Where will you go next?</h1>
<div class="input-group p-4 col-10;">
<input type="text" class="form-control input-group-btn" placeholder="Commencer à chercher...">
<div class="input-group-prepend">
<button class="btn go" type="button"><a href="#">Go</a></button>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Section 1 -->
<section class="part1">
<div class="container">
<div class="destination">
<h5>TOP DESTINATIONS</h5>
<p>Some of the top destinations for your next summer adventure.</p>
</div>
<div class="row">
<div class="col-md-3 layouts">
<div><img src="img/australia.png" alt="australia"><span>$1.095</span></div>
<div class="col">
<h5>AMAZING AUSTRALIA</h5>
<p>Become inspired to travel to Australia. Discover fantastic things to do & places to go.</p>
</div>
</div>
<div class="col-md-3 layouts">
<div><img src="img/south_america.png" alt="south america"><span>$1.295</span></div>
<div class="col">
<h5>ANCIENTI SOUTH AMERICA</h5>
<p>Become inspired to travel to Australia. Discover fantastic things to do & places to go.</p>
</div>
</div>
<div class="col-md-3 layouts">
<div><img src="img/north_america.png" alt=""><span>$695</span></div>
<div class="col">
<h5>MODERN NORTH AMERICA</h5>
<p>Become inspired to travel to Australia. Discover fantastic things to do & places to go.</p>
</div>
</div>
<div class="col-md-3 layouts">
<div><img src="img/europe.png" alt=""><span>$295</span></div>
<div class="col">
<h5>CLASSIC EUROPE</h5>
<p>Become inspired to travel to Australia. Discover fantastic things to do & places to go.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Section 2 -->
<section class="part2">
<div class="container">
<h1 class="title">Before you leave</h1>
<div class="row">
<article class="col-md-4">
<h5>VISAS & DOCUMENTS</h5>
<p>
There are some things you should take
care of before going to your next
adventure. We’ll help you to get
required visas and documents needed.
</p>
</article>
<article class="col-md-4">
<h5>ACOMMODATION</h5>
<p>
There are some things you should take
care of before going to your next
adventure. We’ll help you to get
required visas and documents needed.
</p>
</article>
<article class="col-md-4">
<h5>TRANSPORTATION</h5>
<p>
There are some things you should take
care of before going to your next
adventure. We’ll help you to get
required visas and documents needed.
</p>
</article>
</div>
<div class="row justify-content-center">
<div class="col-md-6 text-center down">
<h5> GET HOTTEST DEALS TO YOUR INBOX</h5>
<div class="row input-group p-4 col-12;">
<input type="text" class="form-control input-group-btn" placeholder="Email Address">
<div class="input-group-prepend">
<button class="btn" type="button"><a href="#">SUBSCRIBE</a></button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="container-fluid">
<div class="row footer_bg">
<hr>
<div class="col-md-4 offset-md-1 float-right order-sm-2 nav_links">
<a href="#">HOME</a>
<a href="#">ABOUT</a>
<a href="#">BLOG</a>
<a href="#">PRESS</a>
<a href="#">CONTACT</a>
</div>
<div class="offset-md-1 col-md-6 order-sm-1">
<p>Copyright © 2019 Travelly. Hand made by @duaren.</p>
</div>
</div>
</footer>
</body>
</html>