generated from livegp/goit-markup-hw-05
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
588 lines (588 loc) · 21.9 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
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
<!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>WebStudio</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Raleway:wght@800&family=Roboto:wght@400;500;700;900&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="./css/reset.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/1.1.0/modern-normalize.min.css"
integrity="sha512-wpPYUAdjBVSE4KJnH1VR1HeZfpl1ub8YT/NKx4PuQ5NmX2tKuGu6U/JRp5y+Y8XG2tV+wKQpNHVUX03MfMFn9Q=="
crossorigin="anonymous"
referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body class="body">
<header class="header">
<div class="container">
<nav class="nav-section">
<a class="logo" href="./index.html"
>Web<span class="logo-header">Studio</span></a
>
<ul class="nav">
<li class="nav-list">
<a class="nav-link nav-link-active" href="./index.html">Studio</a>
</li>
<li class="nav-list">
<a class="nav-link" href="./portfolio.html">Portfolio</a>
</li>
<li class="nav-list">
<a class="nav-link" href="">Contacts</a>
</li>
</ul>
</nav>
<address class="">
<ul class="address">
<li>
<a class="address-link" href="mailto:[email protected]"
>
</li>
<li>
<a class="address-link" href="tel:+110001111111"
>+11 (000) 111-11-11</a
>
</li>
</ul>
</address>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<div class="hero-content">
<h1 class="hero-title">Effective Solutions for Your Business</h1>
<button class="hero-btn" type="button" data-modal-open>
Order Service
</button>
</div>
</div>
</section>
<section class="skills">
<div class="container">
<h2 class="hidden">Skills</h2>
<ul class="skills-list">
<li class="skills-item">
<div class="skills-block-icon">
<svg class="skills-icon" width="64px" height="64px">
<use href="./images/icons.svg#icon-antenna" />
</svg>
</div>
<h3 class="skills-subtitle">Strategy</h3>
<p class="skills-text">
Our goal is to identify the business problem to walk away with
the perfect and creative solution.
</p>
</li>
<li class="skills-item">
<div class="skills-block-icon">
<svg class="skills-icon" width="64px" height="64px">
<use href="./images/icons.svg#icon-clock" />
</svg>
</div>
<h3 class="skills-subtitle">Punctuality</h3>
<p class="skills-text">
Bring the key message to the brand's audience for the best price
within the shortest possible time.
</p>
</li>
<li class="skills-item">
<div class="skills-block-icon">
<svg class="skills-icon" width="64px" height="64px">
<use href="./images/icons.svg#icon-diagram" />
</svg>
</div>
<h3 class="skills-subtitle">Diligence</h3>
<p class="skills-text">
Research and confirm brands that present the strongest digital
growth opportunities and minimize risk.
</p>
</li>
<li class="skills-item">
<div class="skills-block-icon">
<svg class="skills-icon" width="64px" height="64px">
<use href="./images/icons.svg#icon-astronaut" />
</svg>
</div>
<h3 class="skills-subtitle">Technologies</h3>
<p class="skills-text">
Design practice focused on digital experiences. We bring forth a
deep passion for problem-solving.
</p>
</li>
</ul>
</div>
</section>
<section class="doing">
<div class="container">
<h2 class="doing-title">What are we doing</h2>
<ul class="doing-list">
<li class="doing-item">
<img
src="./images/home/work/desktop.jpg"
alt="Image desktop app"
width="360"
height="300" />
</li>
<li class="doing-item">
<img
src="./images/home/work/mobile.jpg"
alt="Image mobile app"
width="360"
height="300" />
</li>
<li class="doing-item">
<img
src="./images/home/work/adaptive.jpg"
alt="Image adaptive app"
width="360"
height="300" />
</li>
</ul>
</div>
</section>
<section class="team">
<div class="container">
<h2 class="team-title">Our Team</h2>
<ul class="team-list">
<li class="team-item">
<img
src="./images/home/team/mark.jpg"
alt="Photo Mark Guerrero"
width="264"
height="260" />
<div class="team-content">
<h3 class="team-subtitle">Mark Guerrero</h3>
<p class="team-text">Product Designer</p>
<ul class="team-social-list">
<li class="team-social-item">
<a
class="team-social-link"
href="https://www.instagram.com"
target="_blank">
<svg class="team-social-icon" width="16px" height="16px">
<use href="./images/icons.svg#icon-instagram" />
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link"
href="https://twitter.com"
target="_blank">
<svg class="team-social-icon" width="16px" height="16px">
<use href="./images/icons.svg#icon-twitter" />
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link"
href="https://www.facebook.com"
target="_blank">
<svg class="team-social-icon" width="16px" height="16px">
<use href="./images/icons.svg#icon-facebook" />
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link"
href="https://www.linkedin.com"
target="_blank">
<svg class="team-social-icon" width="16px" height="16px">
<use href="./images/icons.svg#icon-linkedin" />
</svg>
</a>
</li>
</ul>
</div>
</li>
<li class="team-item">
<img
src="./images/home/team/tom.jpg"
alt="Photo Tom Ford"
width="264"
height="260" />
<div class="team-content">
<h3 class="team-subtitle">Tom Ford</h3>
<p class="team-text">Frontend Developer</p>
<ul class="team-social-list">
<li class="team-social-item">
<a
class="team-social-link"
href="https://www.instagram.com"
target="_blank">
<svg class="team-social-icon" width="16px" height="16px">
<use href="./images/icons.svg#icon-instagram" />
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link"
href="https://twitter.com"
target="_blank">
<svg class="team-social-icon" width="16px" height="16px">
<use href="./images/icons.svg#icon-twitter" />
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link"
href="https://www.facebook.com"
target="_blank">
<svg class="team-social-icon" width="16px" height="16px">
<use href="./images/icons.svg#icon-facebook" />
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link"
href="https://www.linkedin.com"
target="_blank">
<svg class="team-social-icon" width="16px" height="16px">
<use href="./images/icons.svg#icon-linkedin" />
</svg>
</a>
</li>
</ul>
</div>
</li>
<li class="team-item">
<img
src="./images/home/team/camila.jpg"
alt="Photo Camila Garcia"
width="264"
height="260" />
<div class="team-content">
<h3 class="team-subtitle">Camila Garcia</h3>
<p class="team-text">Marketing</p>
<ul class="team-social-list">
<li class="team-social-item">
<a
class="team-social-link"
href="https://www.instagram.com"
target="_blank">
<svg class="team-social-icon" width="16px" height="16px">
<use href="./images/icons.svg#icon-instagram" />
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link"
href="https://twitter.com"
target="_blank">
<svg class="team-social-icon" width="16px" height="16px">
<use href="./images/icons.svg#icon-twitter" />
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link"
href="https://www.facebook.com"
target="_blank">
<svg class="team-social-icon" width="16px" height="16px">
<use href="./images/icons.svg#icon-facebook" />
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link"
href="https://www.linkedin.com"
target="_blank">
<svg class="team-social-icon" width="16px" height="16px">
<use href="./images/icons.svg#icon-linkedin" />
</svg>
</a>
</li>
</ul>
</div>
</li>
<li class="team-item">
<img
src="./images/home/team/daniel.jpg"
alt="Photo Daniel Wilson"
width="264"
height="260" />
<div class="team-content">
<h3 class="team-subtitle">Daniel Wilson</h3>
<p class="team-text">UI Designer</p>
<ul class="team-social-list">
<li class="team-social-item">
<a
class="team-social-link"
href="https://www.instagram.com"
target="_blank">
<svg class="team-social-icon" width="16px" height="16px">
<use href="./images/icons.svg#icon-instagram" />
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link"
href="https://twitter.com"
target="_blank">
<svg class="team-social-icon" width="16px" height="16px">
<use href="./images/icons.svg#icon-twitter" />
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link"
href="https://www.facebook.com"
target="_blank">
<svg class="team-social-icon" width="16px" height="16px">
<use href="./images/icons.svg#icon-facebook" />
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link"
href="https://www.linkedin.com"
target="_blank">
<svg class="team-social-icon" width="16px" height="16px">
<use href="./images/icons.svg#icon-linkedin" />
</svg>
</a>
</li>
</ul>
</div>
</li>
</ul>
</div>
</section>
<section class="customers">
<div class="container">
<h2 class="customers-title">Customers</h2>
<ul class="customers-list">
<li class="customers-item">
<a class="customers-link" href="" target="_blank">
<svg width="104px" height="56px">
<use href="./images/icons.svg#icon-Logo_1" />
</svg>
</a>
</li>
<li class="customers-item">
<a class="customers-link" href="" target="_blank">
<svg width="104px" height="56px">
<use href="./images/icons.svg#icon-Logo_2" />
</svg>
</a>
</li>
<li class="customers-item">
<a class="customers-link" href="" target="_blank">
<svg width="104px" height="56px">
<use href="./images/icons.svg#icon-Logo_3" />
</svg>
</a>
</li>
<li class="customers-item">
<a class="customers-link" href="" target="_blank">
<svg width="104px" height="56px">
<use href="./images/icons.svg#icon-Logo_4" />
</svg>
</a>
</li>
<li class="customers-item">
<a class="customers-link" href="" target="_blank">
<svg width="104px" height="56px">
<use href="./images/icons.svg#icon-Logo_5" />
</svg>
</a>
</li>
<li class="customers-item">
<a class="customers-link" href="" target="_blank">
<svg width="104px" height="56px">
<use href="./images/icons.svg#icon-Logo_6" />
</svg>
</a>
</li>
</ul>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-content">
<a class="logo" href="./index.html"
>Web<span class="logo-footer">Studio</span></a
>
<p class="footer-text">
Increase the flow of customers and sales for your business with
digital marketing & growth solutions.
</p>
</div>
<div class="social">
<p class="social-title">Social media</p>
<ul class="social-list">
<li>
<a
class="social-link"
href="https://www.instagram.com"
target="_blank">
<svg width="24px" height="24px">
<use href="./images/icons.svg#icon-instagram" />
</svg>
</a>
</li>
<li>
<a
class="social-link"
href="https://twitter.com"
target="_blank">
<svg width="24px" height="24px">
<use href="./images/icons.svg#icon-twitter" />
</svg>
</a>
</li>
<li>
<a
class="social-link"
href="https://www.facebook.com"
target="_blank">
<svg width="24px" height="24px">
<use href="./images/icons.svg#icon-facebook" />
</svg>
</a>
</li>
<li>
<a
class="social-link"
href="https://www.linkedin.com"
target="_blank">
<svg width="24px" height="24px">
<use href="./images/icons.svg#icon-linkedin" />
</svg>
</a>
</li>
</ul>
</div>
<div class="subscribe">
<p class="subscribe-title">Subscribe</p>
<form class="subscribe-form">
<input
class="subscribe-form-input"
type="email"
name="email"
required
placeholder="E-mail"
pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$" />
<button class="subscribe-form-btn" type="submit">
Subscribe
<svg width="24px" height="24px">
<use href="./images/icons.svg#icon-send" />
</svg>
</button>
</form>
</div>
</div>
</footer>
<div class="backdrop is-hidden" data-modal>
<div class="modal">
<button class="modal-btn" type="button" data-modal-close>
<svg class="modal-btn-icon" width="8px" height="8px">
<use href="./images/icons.svg#icon-close" />
</svg>
</button>
<form
class="form"
name="signup_form"
method="POST"
action="javascript:void(0)"
novalidate>
<p class="form-title">
Leave your contacts and we will call you back
</p>
<label class="form-label"
><span class="form-label-title">Name</span>
<span class="form-label-section">
<input
class="form-label-input"
type="text"
name="name"
autocomplete="given-name"
required
pattern="[a-zA-Zа-яА-ЯіІїЇ]{1,20}+$" />
<svg class="form-icon" width="18px" height="18px">
<use href="./images/icons.svg#icon-person" />
</svg>
</span>
</label>
<label class="form-label"
><span class="form-label-title">Phone</span>
<span class="form-label-section">
<input
class="form-label-input"
type="tel"
name="tel"
autocomplete="tel"
title="xxx-xxx-xx-xx"
pattern="[0-9]{3}-[0-9]{3}-[0-9]{2}-[0-9]{2}" />
<svg class="form-icon" width="18px" height="18px">
<use href="./images/icons.svg#icon-phone" />
</svg>
</span>
</label>
<label class="form-label"
><span class="form-label-title">Email</span>
<span class="form-label-section">
<input
class="form-label-input"
type="email"
name="email"
autocomplete="email"
required
pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$" />
<svg class="form-icon" width="18px" height="18px">
<use href="./images/icons.svg#icon-email" />
</svg>
</span>
</label>
<label class="form-label"
><span class="form-label-title">Comment</span>
<textarea
class="form-label-placeholder"
name="feedback"
rows="5"
placeholder="Text input"
required></textarea>
</label>
<label class="form-checkbox" for="checkbox">
<input
class="form-checkbox-input hidden"
id="checkbox"
type="checkbox"
name="accept" />
<span class="form-checkbox-new">
<svg class="form-checkbox-icon" width="10px" height="8px">
<use href="./images/icons.svg#icon-ok" />
</svg>
</span>
<span class="form-checkbox-text">
I accept the terms and conditions of the
<a class="form-checkbox-link" href="">Privacy Policy</a>
</span>
</label>
<button class="form-btn" type="submit">Send</button>
</form>
</div>
</div>
<script src="./js/modal.js"></script>
</body>
</html>