-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
551 lines (545 loc) · 20.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Studio</title>
<link rel="stylesheet" href="./css/styles.css" />
<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&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/2.0.0/modern-normalize.min.css"
/>
</head>
<body>
<!--NAVIGATION BAR-->
<header class="page-header">
<div class="container menu">
<nav class="navigation">
<a class="logo-link" href="./index.html">
<span class="logo">WEB</span>
<span class="studio">STUDIO</span>
</a>
<ul class="nav-menu list">
<li class="item">
<a class="page current link" href="./index.html">Studio</a>
</li>
<li class="item">
<a class="page link" href="./portfolio.html">Portfolio</a>
</li>
<li class="item">
<a class="page link" href="./portfolio.html">Contacts</a>
</li>
</ul>
</nav>
<ul class="contacts-menu list">
<li class="item">
<a class="contact link" href="mailto:[email protected]"
>
</li>
<li class="item">
<a class="contact link" href="tel:+110001111111">+110001111111</a>
</li>
</ul>
</div>
</header>
<main>
<!--HERO SECTION-->
<section class="hero bg-hero">
<div class="container">
<h1 class="hero-title">
Effective Solutions <br />
for Your Business
</h1>
<button class="button primary" type="button">Order Service</button>
</div>
</section>
<!--FEATURE SECTION-->
<section class="section">
<div class="container">
<ul class="benefits list">
<li class="feature-icons-item">
<div class="feature-icon-info">
<svg class="feat-icons" width="64" heigth="64">
<use href="./images/icons.svg#icon-antena"></use>
</svg>
</div>
<h3 class="title">Strategy</h3>
<p class="description">
Our goal is to identify the business <br />
problem to walk away with the <br />perfect and creative
solution.
</p>
</li>
<li class="feature-icons-item">
<div class="feature-icon-info">
<svg class="feat-icons" width="64" heigth="64">
<use href="./images/icons.svg#icon-clock"></use>
</svg>
</div>
<h3 class="title">Punctuality</h3>
<p class="description">
Bring the key message to the <br />
brand's audience for the best price <br />
within the shortest possible time.
</p>
</li>
<li class="feature-icons-item">
<div class="feature-icon-info">
<svg class="feat-icons" width="64" heigth="64">
<use href="./images/icons.svg#icon-diagram"></use>
</svg>
</div>
<h3 class="title">Diligence</h3>
<p class="description">
Research and confirm brands that <br />
present the strongest digital growth <br />opportunities and
minimize risk.
</p>
</li>
<li class="feature-icons-item">
<div class="feature-icon-info">
<svg class="feat-icons" width="64" heigth="64">
<use href="./images/icons.svg#icon-astronaut1"></use>
</svg>
</div>
<h3 class="title">Technologies</h3>
<p class="description">
Design practice focused on digital <br />
experiences. We bring forth a deep <br />
passion for problem-solving.
</p>
</li>
</ul>
</div>
</section>
<!--WHAT SECTION-->
<section class="section no-top-padding">
<div class="container">
<h2 class="section-title">What Are We Doing</h2>
<ul class="what-we-do list">
<li class="item">
<img
class="what-images"
src="images/img-1.jpg"
alt="Computer"
width="370"
height="294"
class="image"
/>
</li>
<li class="item">
<img
class="what-images"
src="./images/img-2.jpg"
alt="Cellphone"
width="370"
height="294"
class="image"
/>
</li>
<li class="item">
<img
class="what-images"
src="./images/img-3.jpg"
alt="Cellphone and Laptop"
width="370"
height="294"
class="image"
/>
</li>
</ul>
</div>
</section>
<!--TEAM SECTION-->
<section class="section bg-team">
<div class="container">
<h2 class="section-title">Our Team</h2>
<ul class="team list">
<li class="item">
<img
src="./images/img-4.jpg"
alt="Professional Man around age 40 with beard"
width="270"
height="260"
class="image"
/>
<div class="team-container">
<h3 class="name">Mark Guerrero</h3>
<p class="position">Product Designer</p>
<ul class="team-icons-list list">
<li class="team-social-item">
<a
class="team-social-link link"
href="https://www.instagram.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="16" height="16">
<use href="./images/icons.svg#icon-instagram"></use>
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link link"
href="https://twitter.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="16" height="16">
<use href="./images/icons.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link link"
href="https://www.facebook.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="16" height="16">
<use href="./images/icons.svg#icon-facebook"></use>
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link link"
href="https://www.linkedin.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="16" height="16">
<use href="./images/icons.svg#icon-linkedin"></use>
</svg>
</a>
</li>
</ul>
</div>
</li>
<li class="item">
<img
src="./images/img-5.jpg"
alt="Professional Man around age 30 without beard"
width="270"
height="260"
class="image"
/>
<div class="team-container">
<h3 class="name">Tom Ford</h3>
<p class="position">Frontend Developer</p>
<ul class="team-icons-list list">
<li class="team-social-item">
<a
class="team-social-link link"
href="https://www.instagram.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="16" height="16">
<use href="./images/icons.svg#icon-instagram"></use>
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link link"
href="https://twitter.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="16" height="16">
<use href="./images/icons.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link link"
href="https://www.facebook.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="16" height="16">
<use href="./images/icons.svg#icon-facebook"></use>
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link link"
href="https://www.linkedin.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="16" height="16">
<use href="./images/icons.svg#icon-linkedin"></use>
</svg>
</a>
</li>
</ul>
</div>
</li>
<li class="item">
<img
src="./images/img-6.jpg"
alt="Professional woman around age 25 without beard"
width="270"
height="260"
class="image"
/>
<div class="team-container">
<h3 class="name">Camila Garcia</h3>
<p class="position">Marketing</p>
<ul class="team-icons-list list">
<li class="team-social-item">
<a
class="team-social-link link"
href="https://www.instagram.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="16" height="16">
<use href="./images/icons.svg#icon-instagram"></use>
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link link"
href="https://twitter.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="16" height="16">
<use href="./images/icons.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link link"
href="https://www.facebook.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="16" height="16">
<use href="./images/icons.svg#icon-facebook"></use>
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link link"
href="https://www.linkedin.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="16" height="16">
<use href="./images/icons.svg#icon-linkedin"></use>
</svg>
</a>
</li>
</ul>
</div>
</li>
<li class="item">
<img
src="./images/img-7.jpg"
alt="Professional man around age 28 without beard"
width="270"
height="260"
class="image"
/>
<div class="team-container">
<h3 class="name">Daniel Wilson</h3>
<p class="position">UI Designer</p>
<ul class="team-icons-list list">
<li class="team-social-item">
<a
class="team-social-link link"
href="https://www.instagram.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="16" height="16">
<use href="./images/icons.svg#icon-instagram"></use>
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link link"
href="https://twitter.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="16" height="16">
<use href="./images/icons.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link link"
href="https://www.facebook.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="16" height="16">
<use href="./images/icons.svg#icon-facebook"></use>
</svg>
</a>
</li>
<li class="team-social-item">
<a
class="team-social-link link"
href="https://www.linkedin.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="16" height="16">
<use href="./images/icons.svg#icon-linkedin"></use>
</svg>
</a>
</li>
</ul>
</div>
</li>
</ul>
</div>
</section>
<section class="section">
<div class="container">
<h2 class="section-title">Customers</h2>
<ul class="customer-list list">
<li class="customer-item">
<a class="customer-link link" href=""
><svg class="customer-icon" width="104" height="56">
<use href="./images/icons.svg#client1"></use>
</svg>
</a>
</li>
<li class="customer-item">
<a class="customer-link link" href="">
<svg class="customer-icon" width="104" height="56">
<use href="./images/icons.svg#client2"></use>
</svg>
</a>
</li>
<li class="customer-item">
<a class="customer-link link" href=""
><svg class="customer-icon" width="104" height="56">
<use href="./images/icons.svg#client3"></use>
</svg>
</a>
</li>
<li class="customer-item">
<a class="customer-link link" href=""
><svg class="customer-icon" width="104" height="56">
<use href="./images/icons.svg#client7"></use>
</svg>
</a>
</li>
<li class="customer-item">
<a class="customer-link link" href=""
><svg class="customer-icon" width="104" height="56">
<use href="./images/icons.svg#client5"></use>
</svg>
</a>
</li>
<li class="customer-item">
<a class="customer-link link" href=""
><svg class="customer-icon" width="104" height="56">
<use href="./images/icons.svg#client6"></use>
</svg>
</a>
</li>
</ul>
</div>
</section>
</main>
<!--Footer-->
<footer class="page-footer">
<div class="container">
<!-- Main footer -->
<div class="footer">
<!-- sub footer 1 -->
<div class="social-footer">
<a class="logo-link" href="./index.html">
<span class="logo">WEB</span>
<span class="studio-footer">STUDIO</span>
</a>
<p class="footer-description">
Increase the flow of customers and <br />
sales for your business with digital <br />
marketing and growth solutions.
</p>
</div>
<!-- sub footer 2 -->
<div class="footer-block">
<b class="social-title">Social media</b>
<ul class="social-list list">
<li class="social-item">
<a
class="social-link link"
href="https://www.instagram.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="24" height="24">
<use href="./images/icons.svg#icon-instagram"></use>
</svg>
</a>
</li>
<li class="social-item">
<a
class="social-link link"
href="https://www.twitter.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="24" height="24">
<use href="./images/icons.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li class="social-item">
<a
class="social-link link"
href="https://www.facebook.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="24" height="24">
<use href="./images/icons.svg#icon-facebook"></use>
</svg>
</a>
</li>
<li class="social-item">
<a
class="social-link link"
href="https://www.linkedin.com/"
target="_blank"
rel="noopener noreferrer"
>
<svg class="social-icons" width="24" height="24">
<use href="./images/icons.svg#icon-linkedin"></use>
</svg>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>