-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
244 lines (229 loc) · 13.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yebo</title>
<link rel="stylesheet" href="css/libs.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
</head>
<body>
<header>
<div class="container-fluid">
<div class="row justify-content-center position-relative">
<div class="col-lg-12 col-md-12 col-sm-12 col-12 p-0">
<video autoplay muted loop class="myvideo">
<source src="img/videoplayback.webm" type="video/mp4">
</video>
</div>
<ul class="nav align-items-center mt-5 " id="navbar">
<li class="nav-item ml-xl-auto ">
<a class="nav-link " href="#home">ABOUT US</a>
</li>
<li class="nav-item ">
<a class="nav-link " href="#biograph">.</a>
</li>
<li class="nav-item ">
<a class="nav-link " href="#ingridient">WORK</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#menu" tabindex="-1" aria-disabled="true">
<img src="img/logo1.png" alt="" class="img-fluid">
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#shop" tabindex="-1" aria-disabled="true">SHOP</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#reservations" tabindex="-1" aria-disabled="true">.</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#reservations" tabindex="-1" aria-disabled="true">CONTACT</a>
</li>
</ul>
<ul class="nav-res">
<li><a class="nav-link " href="#home">ABOUT US</a></li>
<li><a class="nav-link " href="#ingridient">WORK</a></li>
<li><a class="nav-link" href="#shop" tabindex="-1" aria-disabled="true">SHOP</a></li>
<li> <a class="nav-link" href="#reservations" tabindex="-1" aria-disabled="true">CONTACT</a></li>
</ul>
</div>
</div>
</header>
<section class="textarea1">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<img src="img/logo2.png" alt="" class="mt-5">
<p class="text-center lato font-weight-bold head mt-5">A NEW GENERATION OF VINTAGE BIKE</p>
<p class="text-center lato mt-3 text-secondary">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>
</div>
</div>
</div>
</section>
<section class="vintage">
<div class="container">
<div class="row">
<div class="col-lg-8 vintage1 text-center ">
<img src="img/vintage1.png" alt="" class="img-fluid">
</div>
<div class="col-lg-4 vintage2 align-self-end text-center p-0">
<img src="img/logo3.png" alt="" class="mb-4 mt-5">
<p class=" lato font-weight-bold">VINTAGE OLIVA</p>
<p class=" lato text-secondary">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived.</p>
<hr>
<div class="arrow-top"></div>
<img src="img/velo2.png" alt="" class="img-fluid w-100">
</div>
</div>
</div>
</section>
<div class="container boriosa">
<div class="row">
<div class="col-lg-4 align-self-end text-center p-0">
<img src="img/logo4.png" alt="" class="mb-4 mt-5 img-fluid">
<h6 class=" lato font-weight-bold ">LA BORIOSA</h6>
<p class=" lato text-secondary">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived.</p>
<hr>
<div class="arrow-top"></div>
<img src="img/boriosa2.png" alt="" class="img-fluid w-100">
</div>
<div class="col-lg-8 text-center boriosa1">
<img src="img/logovintage.png" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="container hulot">
<div class="row">
<div class="col-lg-4 col-md-12 text-center hulot1 ">
<img src="img/logovintage.png" alt="" class="img-fluid">
</div>
<div class="col-lg-4 align-self-end text-center p-0">
<img src="img/logo5.png" alt="" class="mb-4 mt-5 img-fluid">
<h6 class=" lato font-weight-bold ">RETRO BIKE - M. HULOT</h6>
<p class=" lato text-secondary">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived.</p>
<hr>
<div class="arrow-top"></div>
<img src="img/hulot2.png" alt="" class="img-fluid w-100 ">
</div>
<div class="col-lg-4 col-md-6 text-center hulot2 col-md-12">
<img src="img/logovintage.png" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="container socialcar">
<div class="row">
<div class="col-lg-12">
<div id="carouselExampleIndicators" class="carousel slide carousel-fade mb-5 pb-5 pt-5" data-ride="carousel" data-interval="false">
<ol class="carousel-indicators mt-5">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner text-center">
<div class="carousel-item active">
<i class="fab fa-twitter text-primary mt-5"></i>
<p class="text-secondary mt-2"><b class="text-body">AOD New York @aod</b> / 100 min</p>
<p class="text-secondary">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ut tellus ac nulla semper rhoncus. Nullam a odio <br>porttitor, dictum turpis vitae, pretium ante amet.</p>
</div>
<div class="carousel-item ">
<i class="fab fa-facebook-f text-primary mt-5"></i>
<p class=" mt-2">AOD New York @aod / 82 min</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ut tellus ac nulla semper rhoncus. Nullam a odio <br>porttitor, dictum turpis vitae, pretium ante amet.</p>
</div>
<div class="carousel-item">
<i class="fab fa-youtube text-danger mt-5"></i>
<p class=" mt-2">AOD New York @aod / 55 min</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ut tellus ac nulla semper rhoncus. Nullam a odio <br>porttitor, dictum turpis vitae, pretium ante amet.</p>
</div>
</div>
<a class="carousel-control-prev hidden" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next hidden" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
<div class="container shop">
<div class="row">
<div class="col-lg-4 col-md-12 col-sm-12 col-12">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-6 p-0">
<img src="img/shopimg1.png" alt="" class="img-fluid w-100">
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-6 p-0">
<img src="img/shopimg2.png" alt="" class="img-fluid w-100">
</div>
</div>
<div class="col-lg-12 col-md-12 col-sm-12 col-12 p-0 ">
<img src="img/shopimg3.png" alt="" class="img-fluid w-100">
</div>
</div>
<div class="col-lg-4 col-md-12 col-sm-12 col-12">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-6 p-0">
<img src="img/shopimg4.png" alt="" class="img-fluid w-100">
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-6 p-0">
<img src="img/shopimg5.png" alt="" class="img-fluid w-100">
</div>
</div>
</div>
<div class="col-lg-4">
<div class="row">
<div class="col-lg-12 p-0">
<img src="img/shopimg6.png" alt="" class="img-fluid w-100">
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-6 p-0">
<img src="img/shopimg7.png" alt="" class="img-fluid w-100">
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-6 p-0">
<img src="img/shopimg8.png" alt="" class="img-fluid w-100">
</div>
</div>
</div>
<div class="col-lg-12 btnbg mx-auto">
<a class="btn discover mt-5 mb-5 mx-auto d-block" href="#" role="button">DISCOVER THE SHOP</a>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row text-center justify-content-center">
<div class="col-lg-6 mb-5">
<img src="img/logo1.png" alt="" class="mt-5 mb-5">
<p class="text-secondary lato font-italic">Stay in the sadle!</p>
<input type="text" class="form-control mt-5" id="formGroupExample1" placeholder="enter your email... ">
<button class="btn mx-auto go lato font-weight-light mt-sm-0 mt-md-0 mt-lg-0" type="button">GO</button>
</div>
<div class="col-12 mt-5 mb-5">
<div class="row">
<div class="col-12 col-sm-12 col-md-4 col-lg-4 mt-5 mt-sm-5 mt-md-0 mt-lg-0">
<p class="text-center text-md-left text-lg-left text-sm-center h4">AOD New York
<br><span class="text-secondary h5">2250 Lexington Avenue</span>
<br><span class="text-secondary h5">New York, NY 10035 - [email protected]</span></p>
</div>
<div class="col-12 col-sm-12 col-md-4 col-lg-4 mt-5 mt-sm-5 mt-md-0 mt-lg-0 align-self-center">
<i class="fab fa-twitter fa-2x mr-2"></i>
<i class="fab fa-facebook fa-2x ml-2 mr-2"></i>
<i class="fab fa-pinterest fa-2x ml-2"></i>
</div>
<div class="col-12 col-sm-12 col-md-4 col-lg-4 mt-5 mt-sm-5 mt-md-0 mt-lg-0 align-self-center">
<span class="text-secondary lato font-italic">Handcrafted by</span>
<img src="img/footerlogo.png" alt="">
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="js/libs.min.js"></script>
<script src="libs/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>