-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
432 lines (356 loc) · 17.7 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
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
<!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.0">
<title>Irina`s landing page</title>
<link href="styles.css" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdn.plyr.io/3.7.2/plyr.css" />
<link href="media.css" rel="stylesheet">
</head>
<body>
<div class="first-page">
<div class="container">
<div class="grid__first-page">
<header>
<div class="logo first-page__logo">
<h3>Divestic</h3>
</div>
<div class="menu first-page__menu">
<ul class="items menu__iteams">
<li><a href="">Home</a></li>
<li><a href="">Product</a></li>
<li><a href="">Pricing</a></li>
<li><a href="">Contact</a></li>
<li>
</ul>
</div>
<div class="lupa-cart first-page__lupa-cart">
<a class="lupa first-page__lupa" href="#"><span class="icon-lupa"></span> </a>
<a class="cart first-page__cart" href="#"><span class="icon-cart"></span></a>
</div>
<div class="navbar"><button class="nav-toggle"> </button>
<ul class="items-mobile menu__iteams-mobile">
<li><a href="">Home</a></li>
<li><a href="">Product</a></li>
<li><a href="">Pricing</a></li>
<li><a href="">Contact</a></li>
</ul>
</div>
</header>
<div>
<h1>Experts are here solve your business problem.</h1>
</div>
<div class="mobile">
<h4>We know how large
objects will act, but things
on a small scale just do
not act that way.</h4>
</div>
<div class="desktop">
<h4>We know how large objects will act,
but things on a small scale.</h4>
</div>
<div class="buttons first-page_buttons">
<button class="first-button first-page__first-button" type="">Get Quote Now</button>
<button class="second-button first-page__second-button" type="">Learn More</button>
</div>
</div>
</div>
</div>
<div class="second-page">
<div class="container">
<div class="grid__second-page">
<div class="h2 second-page__h2">
<h2>WHY CHOOSE US</h2>
</div>
<div class="text second-page__text">
<p>Problems trying to resolve the conflict between<br>
the two major realms of Classical physics: Newtonian mechanics</p>
</div>
<div class="blocks second-page__blocks">
<div><img src="./image/block1.png" alt=""></a>
<p>Digital Marketing</p>
</div>
<div><img src="./image/block2.png" alt=""></a>
<p>Digital Marketing</p>
</div>
<div><img src="./image/block3.png" alt=""></a>
<p>Web Development</p>
</div>
<div><img src="./image/block4.png" alt=""></a>
<p>National top 50 firms</p>
</div>
<div><img src="./image/block5.png" alt=""></a>
<p>National top 50 firms</p>
</div>
<div><img src="./image/block6.png" alt=""></a>
<p>National top 50 firms</p>
</div>
</div>
<div class="buttons second-page__buttons">
<button class="first-button second-page__first-button" type="">Get Quote Now</button>
<button class="second-button second-page__second-button" type="">Learn More</button>
</div>
</div>
</div>
</div>
<div class="third-page">
<div class="container">
<div class="grid__third-page">
<div class="h2 third-page__h2">
<h2 class="desctop">We are providing best
business service.</h2>
<h2 class="mobile">We take care
customers our
all expert here.</h2>
</div>
<div class="text third-page__text">
<p>Problems trying to resolve the conflict between the two major realms
of Classical physics: Newtonian mechanics </p>
</div>
<div class="video">
<video data-poster="./image/media bg-cover.png" id="player">
<!-- Video files -->
<!-- <source src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-576p.mp4"
type="video/mp4" size="576" /> -->
<iframe iconUrl="./img/icons/video_icon.svg" allow="autoplay" controls
src="https://player.vimeo.com/video/76979871?loop=false&byline=false&portrait=false&title=false&speed=true&transparent=0&gesture=media"></iframe>
</video>
<!-- <img src="image/media bg-cover.png"> -->
</div>
<div class="other">
<div class="h2 other__h2">
<h2>Most trusted in
our field</h2>
</div>
<div class="text other__text">
<p>Most calendars are designed for teams. Slate
is designed for freelancers who want a
simple way to plan their schedule.</p>
</div>
<div class="elem1 other__elem1">
<img src="./image/elem1.png">
<h5>the quick fox jumps over the lazy
dog</h5>
<h6>Things on a very small scale ...</h6>
</div>
<div class="elem2 other__elem2">
<img src="./image/elem2.png">
<h5>the quick fox jumps over the lazy
dog</h5>
<h6>Things on a very small scale ...</h6>
</div>
</div>
</div>
</div>
</div>
<div class="fourth-page">
<div class="container">
<div class="grid__fourth-page">
<div class="h2 fourth-page__h2">
<h2>What Clients Say</h2>
</div>
<div class="text fourth-page__text">
<p>Problems trying to resolve the conflict between<br>
the two major realms of Classical physics: Newtonian mechanics </p>
</div>
<div class="cards fourth-page__cards">
<div class="first-card fourth-page__first-card">
<h3>Regina Miles</h3>
<h6>Designer</h6>
<div class="stars fourth-page__stars">
<span class="icon-star"></span>
<span class="icon-star"></span>
<span class="icon-star"></span>
<span class="icon-star"></span>
<span class="icon-emptyStar"></span>
</div>
<p>This proved to be impossible using the traditional
concepts of space and time. Einstein developed a
new view of time first and then space. This proved
to be impossible using the traditional concepts of
space and time. Einstein developed a new view
of time first and then space.</p>
</div>
<div class="second-card fourth-page__second-card">
<img class="man second-card__man" src="./image/glasses.png" alt="Man">
<span class="man_mobile"></span>
<h3>Regina Miles</h3>
<h6>Designer</h6>
<div class="stars fourth-page__stars">
<span class="icon-star"></span>
<span class="icon-star"></span>
<span class="icon-star"></span>
<span class="icon-star"></span>
<span class="icon-emptyStar"></span>
</div>
<p>This proved to be impossible using the traditional
concepts of space and time. Einstein developed a
new view of time first and then space. This proved
to be impossible using the traditional concepts of
space and time. Einstein developed a new view
of time first and then space.</p>
</div>
<div class="third-card fourth-page__third-card">
<img class="man third-card__man" src="./image/man.png" alt="Man">
<h3>Regina Miles</h3>
<h6>Designer</h6>
<div class="stars fourth-page__stars">
<span class="icon-star"></span>
<span class="icon-star"></span>
<span class="icon-star"></span>
<span class="icon-star"></span>
<span class="icon-emptyStar"></span>
</div>
<p>This proved to be impossible using the traditional
concepts of space and time. Einstein developed a
new view of time first and then space. This proved
to be impossible using the traditional concepts of
space and time. Einstein developed a new view
of time first and then space.</p>
</div>
</div>
</div>
</div>
</div>
<div class="fifth-page">
<div class="container">
<div class="grid__fifth-page">
<h2>Meet Our Team</h2>
<p>Problems trying to resolve the conflict between<br>
the two major realms of Classical physics: Newtonian mechanics </p>
<div class="cards fifth-page__cards">
<div class="first-card fifth-page__first-card">
<span class="desktop first-card__img_desctope"></span>
<span class="mobile first-card__img_mobile"></span>
<h6 class="desctop">Consultant</h6>
<h5 class="desctop">Rodney Stratton</h5>
<h6 class="mobile">CO Founder</h6>
<h5 class="mobile">Avie Beaton</h5>
<p>the quick fox jumps
over the lazy dog</p>
</div>
<div class="second-card fifth-page__second-card">
<span class="desktop second-card__img_desctope"></span>
<span class="mobile second-card__img_mobile"></span>
<h6>Consultant</h6>
<h5>Ben Jonson</h5>
<p>the quick fox jumps
over the lazy dog</p>
</div>
<div class="third-card fifth-page__third-card">
<span class="desktop third-card__img_desctope"></span>
<span class="mobile third-card__img_mobile"></span>
<h6>CEO</h6>
<h5>Ashley Fletcher</h5>
<p>the quick fox jumps
over the lazy dog</p>
</div>
<div class="fourth-card fifth-page__fourth-card">
<span class="desktop fourth-card__img_desctope"></span>
<span class="mobile fourth-card__img_mobile"></span>
<h6>Consultant</h6>
<h5>Rodney Stratton</h5>
<p>the quick fox jumps
over the lazy dog</p>
</div>
</div>
</div>
</div>
</div>
<div class="six-page">
<div class="container">
<div class="grid__six-page">
<h2>We Have Branches All
Over The World</h2>
<img src="./image\earth.png" alt="Earth">
<p>The gradual accumulation of information about atomic and
small-scale behaviour during the first quarter of the 20th
century, which gave some indications about how small things
do behave, produced an increasing confusion which was
Heisenberg, and Born.</p>
</div>
</div>
</div>
<div class="seven-page">
<div class="container">
<div class="grid__seven-page">
<div class="quote-form seven-page__quote-form">
<img src="./image/girls3.svg" alt="Girls">
<form action="" method="">
<h2>Get A Free Quote Here</h2>
<h6 class="Name form__Name">Name*</h6> <input type="text" name="Name" value=""
placeholder="Full Name" required>
<h6 class="Email form__Email">Email*</h6> <input type="text" name="Email" value=""
<h6 class="Department form__Department">Department *</h6> <select name="Department">
<option selected value="1">Please Select</option>
</select>
<h6 class="Time form__Time">Time *</h6> <select name="Time">
<option selected value="2">4:00 Available</option>
</select>
<input type="submit" value="Book Appointment">
</form>
</div>
</div>
</div>
</div>
<div class="eight-page">
<footer>
<div class="container">
<div class="grid__footer">
<h3 class="GetInTouch">Get In Touch</h3>
<h3 class="Companyinfo">Company info</h3>
<h3 class="Features">Features</h3>
<h3 class="Resources">Resources</h3>
<p class="quickfox">the quick fox jumps over the
lazy dog</p>
<a class="AboutUs" href="#">About Us</a>
<a class="BusinessMarketing" href="#">Business Marketing</a>
<a class="IOSAndroid" href="#">IOS & Android</a>
<ul class="social footer__social">
<li> <a class="facebook footer__facebook" href="#"><img src="./image/facebook.png"
alt="Facebook"></a>
</li>
<li> <a class="inst footer__inst" href="#"><img src="./image/inst.png" alt="Instagram"></a>
</li>
<li> <a class="twitter footer__twitter" href="#"><img src="./image/twitter.png"
alt="Twitter"></a>
</li>
<li> <a class="youtube footer__youtube" href="#"><img src="./image/youtube.png"
alt="Youtube"></a>
</li>
</ul>
<a class="Carrier" href="#">Carrier</a>
<a class="UserAnalytic" href="#">User Analytic</a>
<a class="WatchaDemo" href="#">Watch a Demo</a>
<a class="Wearehiring" href="#">We are hiring</a>
<a class="LiveChat" href="#">Live Chat</a>
<a class="Customer" href="#">Customers</a>
<a class="Blog" href="#">Blog</a>
<a class="UnlimitedSupport" href="#">Unlimited Support</a>
<a class="API" href="#">API</a>
</div>
</div>
</footer>
<div class="authors">
<h6>Made With Love By Figmaland All Right Reserved </h6>
</div>
</div>
</body>
<script src="https://cdn.plyr.io/3.7.2/plyr.js"></script>
<script>
const player = new Plyr('#player');
</script>
<!-- <script src="src/js/plyr.js"></script>
<script>
const player = new Plyr('#player');
</script>
<script src="https://cdn.plyr.io/3.7.2/plyr.polyfilled.js"></script>
<script src="https://cdn.plyr.io/3.7.2/demo.js" crossorigin="anonymous"></script> -->
</html>