-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
372 lines (372 loc) · 19.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,600,700&subset=latin-ext" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css">
<!-- build:css stylesheets/main.min.css -->
<link rel="stylesheet" href="./build/stylesheets/main.min.css">
<!-- /build -->
<title>Lucid</title>
</head>
<body>
<div class="container">
<header id="home" class="header">
<div class="header-top">
<div class="header-top-wrapper">
<a class="logo-link" href="index.html">
<figure class="logo">
<img src="./build/images/logo.png" class="logo__img" alt="logo site"/>
</figure>
</a>
<div class="hamburger" id="hamburger-1">
<span class="hamburger__line"></span>
<span class="hamburger__line"></span>
<span class="hamburger__line"></span>
</div>
<nav class="navigation">
<ul class="menu">
<li class="menu-item"><a href="#home" class="menu-item__link">Home <span class="menu-pointer"></span></a></li>
<li class="menu-item"><a href="#features" class="menu-item__link">Features <span class="menu-pointer"></span></a></li>
<li class="menu-item"><a href="#about" class="menu-item__link">About <span class="menu-pointer"></span></a></li>
<li class="menu-item"><a href="#testimonials" class="menu-item__link">Testimonials <span class="menu-pointer"></span></a></li>
<li class="menu-item"><a href="#pricing" class="menu-item__link">Pricing <span class="menu-pointer"></span></a></li>
<li class="menu-item"><a href="#contact" class="menu-item__link">Contact <span class="menu-pointer"></span></a></li>
</ul>
</nav>
</div>
</div>
<div class="wrapper wrapper--header">
<section class="header-main">
<div class="header-main-wrapper">
<div class="header-main-header">
<span class="header-main-header__subtitle subtitle-header">Introducing lucid theme</span>
<h1 class="header-main-header__title">Carefully crafted and beautiful landing page.</h1>
</div>
<p class="header-main__text">Etiam ullamcorper et turpis eget hendrerit. Praesent varius risus mi, at elementum magna ultricies accumsan. Cras venenatis lacus sed dolor placerat tempus. Morbi blandit at neque ut imperdiet.</p>
<div class="header-buttons">
<button type="button" class="btn btn--download">Download now</button>
<button type="button" class="btn btn--view">View features</button>
</div>
</div>
<figure class="header-device">
<img src="./build/images/header_device.png" class="header-device__img" alt="device iphone">
</figure>
</section>
</div>
</header>
<main class="main">
<section id="features" class="features">
<div class="wrapper wrapper--features">
<header class="features-header">
<span class="features-header__subtitle subtitle-header">Product overview</span>
<h2 class="features-header__title">List of amazing features</h2>
<span class="border"></span>
</header>
<div class="features-list">
<div class="features-box features-box-1">
<figure class="features-content">
<img src="./build/images/feature_1.png" class="features-content__img" alt="responsive feature">
</figure>
<h3 class="features-box__title">Responsive</h3>
<p class="features-box__text">Fusce fermentum placerat magna ac pharetra. Aliquam euismod elit non ipsum lacinia consectetur.</p>
</div>
<div class="features-box features-box-2">
<figure class="features-content">
<img src="./build/images/feature_2.png" class="features-content__img" alt="customizable feature">
</figure>
<h3 class="features-box__title">Customizable</h3>
<p class="features-box__text">Fusce fermentum placerat magna ac pharetra. Aliquam euismod elit non ipsum lacinia consectetur.</p>
</div>
<div class="features-box features-box-3">
<figure class="features-content">
<img src="./build/images/feature_3.png" class="features-content__img" alt="lovely design feature">
</figure>
<h3 class="features-box__title">Lovely design</h3>
<p class="features-box__text">Fusce fermentum placerat magna ac pharetra. Aliquam euismod elit non ipsum lacinia consectetur.</p>
</div>
<div class="features-box features-box-4">
<figure class="features-content">
<img src="./build/images/feature_4.png" class="features-content__img" alt="mobile friendly feature">
</figure>
<h3 class="features-box__title">Mobile Friendly</h3>
<p class="features-box__text">Fusce fermentum placerat magna ac pharetra. Aliquam euismod elit non ipsum lacinia consectetur.</p>
</div>
</div>
<section class="features-details">
<div class="features-details-wrapper">
<header class="features-details-header">
<span class="features-details-header__subtitle subtitle-header">Dip into the details</span>
<h2 class="features-details-header__title">Beautiful on every device</h2>
<span class="border"></span>
</header>
<p class="features-details-text">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit.</p>
<ul class="features-details-list">
<li class="features-details-list__item">Awesome design</li>
<li class="features-details-list__item">Fully responsive</li>
<li class="features-details-list__item">Retina ready</li>
<li class="features-details-list__item">Tons of features and easy to use</li>
</ul>
</div>
<figure class="features-details-content">
<img src="./build/images/feature_device.png" class="features-details-content__img" alt="iphone">
</figure>
</section>
<section id="about" class="features-customize">
<div class="features-customize-center">
<div class="features-customize-wrapper">
<header class="features-customize-header">
<span class="features-customize-header__subtitle subtitle-header">Dip into the details</span>
<h2 class="features-customize-header__title">Super easy to customize</h2>
<span class="border"></span>
</header>
<p class="features-customize-text">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p>
</div>
<figure class="features-customize-content">
<img src="./build/images/iphone.png" class="features-customize-content__img" alt="iphone">
</figure>
</div>
</section>
</div>
</section>
<section id="testimonials" class="testimonials">
<div class="wrapper wrapper--testimonials">
<header class="testimonials-header">
<span class="testimonials-header__subtitle subtitle-header">Quality has its price</span>
<h2 class="testimonials-header__title">Pricings & Plans</h2>
<span class="border"></span>
</header>
<div class="testimonials-slider">
<div class="testimonials-slider-boxes testimonials-slider-boxes1">
<div class="testimonials-box testimonials-box-1">
<p class="testimonials-box__text">Once upon a time all the Rivers combined to protest against the action of the Sea in making their waters salt. “When we come to you,” said they to the Sea.</p>
<figure class="testimonials-box-content">
<img src="./build/images/testimonials_icon1.png" class="testimonials-box-content__img" alt="people icon">
<div class="testimonials-box-authors">
<span class="testimonials-box-authors__name">John Doe</span>
<span class="testimonials-box-authors__position">CEO, The Rivers Company</span>
</div>
</figure>
</div>
<div class="testimonials-box testimonials-box-2">
<p class="testimonials-box__text">A shoe is not only a design, but it's a part of your body language, the way you walk. The way you're going to move is quite dictated by your shoes.</p>
<figure class="testimonials-box-content">
<img src="./build/images/testimonials_icon2.png" class="testimonials-box-content__img" alt="people icon">
<div class="testimonials-box-authors">
<span class="testimonials-box-authors__name">Dean Winchester</span>
<span class="testimonials-box-authors__position">UX Designer, Google Inc.</span>
</div>
</figure>
</div>
</div>
<div class="testimonials-slider-boxes testimonials-slider-boxes2">
<div class="testimonials-box testimonials-box-1">
<p class="testimonials-box__text">Once upon a time all the Rivers combined to protest against the action of the Sea in making their waters salt. “When we come to you,” said they to the Sea.</p>
<figure class="testimonials-box-content">
<img src="./build/images/testimonials_icon1.png" class="testimonials-box-content__img" alt="people icon">
<div class="testimonials-box-authors">
<span class="testimonials-box-authors__name">John Doe</span>
<span class="testimonials-box-authors__position">CEO, The Rivers Company</span>
</div>
</figure>
</div>
<div class="testimonials-box testimonials-box-2">
<p class="testimonials-box__text">A shoe is not only a design, but it's a part of your body language, the way you walk. The way you're going to move is quite dictated by your shoes.</p>
<figure class="testimonials-box-content">
<img src="./build/images/testimonials_icon2.png" class="testimonials-box-content__img" alt="people icon">
<div class="testimonials-box-authors">
<span class="testimonials-box-authors__name">Dean Winchester</span>
<span class="testimonials-box-authors__position">UX Designer, Google Inc.</span>
</div>
</figure>
</div>
</div>
<div class="testimonials-slider-boxes testimonials-slider-boxes3">
<div class="testimonials-box testimonials-box-1">
<p class="testimonials-box__text">Once upon a time all the Rivers combined to protest against the action of the Sea in making their waters salt. “When we come to you,” said they to the Sea.</p>
<figure class="testimonials-box-content">
<img src="./build/images/testimonials_icon1.png" class="testimonials-box-content__img" alt="people icon">
<div class="testimonials-box-authors">
<span class="testimonials-box-authors__name">John Doe</span>
<span class="testimonials-box-authors__position">CEO, The Rivers Company</span>
</div>
</figure>
</div>
<div class="testimonials-box testimonials-box-2">
<p class="testimonials-box__text">A shoe is not only a design, but it's a part of your body language, the way you walk. The way you're going to move is quite dictated by your shoes.</p>
<figure class="testimonials-box-content">
<img src="./build/images/testimonials_icon2.png" class="testimonials-box-content__img" alt="people icon">
<div class="testimonials-box-authors">
<span class="testimonials-box-authors__name">Dean Winchester</span>
<span class="testimonials-box-authors__position">UX Designer, Google Inc.</span>
</div>
</figure>
</div>
</div>
<div class="testimonials-slider-boxes testimonials-slider-boxes4">
<div class="testimonials-box testimonials-box-1">
<p class="testimonials-box__text">Once upon a time all the Rivers combined to protest against the action of the Sea in making their waters salt. “When we come to you,” said they to the Sea.</p>
<figure class="testimonials-box-content">
<img src="./build/images/testimonials_icon1.png" class="testimonials-box-content__img" alt="people icon">
<div class="testimonials-box-authors">
<span class="testimonials-box-authors__name">John Doe</span>
<span class="testimonials-box-authors__position">CEO, The Rivers Company</span>
</div>
</figure>
</div>
<div class="testimonials-box testimonials-box-2">
<p class="testimonials-box__text">A shoe is not only a design, but it's a part of your body language, the way you walk. The way you're going to move is quite dictated by your shoes.</p>
<figure class="testimonials-box-content">
<img src="./build/images/testimonials_icon2.png" class="testimonials-box-content__img" alt="people icon">
<div class="testimonials-box-authors">
<span class="testimonials-box-authors__name">Dean Winchester</span>
<span class="testimonials-box-authors__position">UX Designer, Google Inc.</span>
</div>
</figure>
</div>
</div>
</div>
</div>
</section>
<section class="download">
<div class="wrapper wrapper--download">
<header class="download-header">
<h2 class="download-header__title">Like what you see? <span class="text-light">Get this great theme now!</span></h2>
</header>
<div class="download-buttons">
<button type="button" class="btn btn--view">View features</button>
<button type="button" class="btn btn--download">Download now</button>
</div>
</div>
</section>
<section id="pricing" class="offers">
<div class="wrapper wrapper--offers">
<header class="offers-header">
<span class="offers-header__subtitle subtitle-header">Quality has its price</span>
<h2 class="offers-header__title">Pricings & Plans</h2>
<span class="border"></span>
</header>
<div class="offers-list">
<div class="offers-box offers-box1" tabindex="0">
<span class="offers-box-status">Free</span>
<div class="offers-box-payament">
<span class="offers-box-payment__price">0</span>
<span class="offers-box-payment__month">/per month</span>
</div>
<div class="offers-box-content">
<p class="offers-box-content__text">Fusce fermentum placerat magna ac pharetra. Aliquam euismod elit non ipsum <span class="text-blue">lacinia</span> consectetur.</p>
<button type="button" class="btn btn--order" tabindex="-1">Order now</button>
</div>
</div>
<div class="offers-box offers-box2" tabindex="0">
<span class="offers-box-status">Personal</span>
<div class="offers-box-payament">
<span class="offers-box-payment__price">25</span>
<span class="offers-box-payment__month">/per month</span>
</div>
<div class="offers-box-content">
<p class="offers-box-content__text">Fusce fermentum placerat magna ac pharetra. Aliquam euismod elit non ipsum <span class="text-blue">lacinia</span> consectetur.</p>
<button type="button" class="btn btn--order" tabindex="-1">Order now</button>
</div>
</div>
<div class="offers-box offers-box3" tabindex="0">
<span class="offers-box-status">Business</span>
<div class="offers-box-payament">
<span class="offers-box-payment__price">50</span>
<span class="offers-box-payment__month">/per month</span>
</div>
<div class="offers-box-content">
<p class="offers-box-content__text">Fusce fermentum placerat magna ac pharetra. Aliquam euismod elit non ipsum <span class="text-blue">lacinia</span> consectetur.</p>
<button type="button" class="btn btn--order" tabindex="-1">Order now</button>
</div>
</div>
<div class="offers-box offers-box4" tabindex="0">
<span class="offers-box-status">Ultimate</span>
<div class="offers-box-payament">
<span class="offers-box-payment__price">99</span>
<span class="offers-box-payment__month">/per month</span>
</div>
<div class="offers-box-content">
<p class="offers-box-content__text">Fusce fermentum placerat magna ac pharetra. Aliquam euismod elit non ipsum <span class="text-blue">lacinia</span> consectetur.</p>
<button type="button" class="btn btn--order" tabindex="-1">Order now</button>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="wrapper wrapper--contact">
<header class="contact-header">
<span class="contact-header__subtitle subtitle-header">Stay in touch</span>
<h2 class="contact-header__title">Contact us</h2>
<span class="border"></span>
</header>
<div class="contact-form">
<figure class="contact-form-content">
<img src="./build/images/phone_icon.png" class="contact-form-content__img" alt="phone icon">
<figcaption class="contact-info">
<span class="contact-info__number">Phone: (415) 124-5678</span>
<span class="contact-info__fax">Fax: (412) 123-8290</span>
</figcaption>
</figure>
<figure class="contact-form-content">
<img src="./build/images/pointer_icon.png" class="contact-form-content__img" alt="pointer icon">
<figcaption class="contact-info">
<address class="address-info">
<span class="contact-info__street">1001 Brickell Bay Dr.</span>
<span class="contact-info__name">Suite 1900</span>
<span class="contact-info__city">Miami, FL 33131</span>
</address>
</figcaption>
</figure>
<figure class="contact-form-content">
<img src="./build/images/envelope_icon.png" class="contact-form-content__img" alt="envelope icon">
<figcaption class="contact-info">
<span class="contact-info__email">[email protected]</span>
</figcaption>
</figure>
</div>
<form class="form">
<div class="wrapper-form">
<label class="label name">
<input type="text" placeholder="Name *" class="input input--name">
</label>
<label class="label email">
<input type="text" placeholder="Email *" class="input input--email">
</label>
<label class="label subject">
<input type="text" placeholder="Subject *" class="input input--subject">
</label>
<textarea placeholder="Message *" class="input input--message"></textarea>
<button type="button" class="btn btn--message">Send message</button>
</div>
</form>
</div>
<div class="contact-map">
<iframe class="map" src="https://www.google.com/maps/embed/v1/search?key=AIzaSyAYZ70TVIWMP4bWkrlZV_jWL9qJwAaAInc&q=Warsaw" tabindex="-1"></iframe>
</div>
</section>
</main>
<footer class="footer">
<div class="wrapper wrapper--footer">
<div class="social-media">
<a href="#" class="social-media-icon behance"></a>
<a href="#" class="social-media-icon dribble"></a>
<a href="#" class="social-media-icon twitter"></a>
<a href="#" class="social-media-icon facebook"></a>
<a href="#" class="social-media-icon linkedin"></a>
</div>
<p class="copyright-text">Copyright © 2014 lucid onepage theme</p>
</div>
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
<!-- build:js js/bundle.min.js -->
<script src="./build/js/bundle.min.js"></script>
<!-- /build -->
</body>
</html>