-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
505 lines (503 loc) · 16.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WEB STUDIO</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:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<header class="global-header">
<div class="container">
<a href="./index.html" class="logo webstudio logo"
>Web<span class="logo-header">Studio</span></a
>
<nav>
<ul class="nav-links top-line">
<li class="nav-links-menu">
<a href="./index.html" class="active">Studio</a>
</li>
<li class="nav-links-item">
<a href="./portofolio.html" class="webstudio">Portofolio</a>
</li>
<li class="nav-links-item">
<a href="contacts.html" class="webstudio">Contacts</a>
</li>
</ul>
</nav>
<ul class="header-contact top-line">
<li>
>
</li>
<li>
<a href="tel:+11 (000) 111-11-11" class="mail-phone"
>+11 (000) 111-11-11</a
>
</li>
</ul>
</div>
</header>
<main>
<!-- Hero Section -->
<sections class="hero-section section">
<div class="container">
<h1 class="hero-title">
Effective Solutions <br />
for Your Business
</h1>
<button type="button" class="button-service">Order Service</button>
</div>
</sections>
<!-- Section 1 -->
<sections class="container-section section1">
<div class="container">
<ul class="top-line">
<li class="description-card">
<svg width="400" height="300"></svg>
<img
class="icon"
src="./images/icons.svg/antenna 1.svg"
alt="Antena SVG"
/>
<h3 class="description-title">Strategy</h3>
<p class="description-text">
Our goal is to identify the business problem to walk away with
the perfect and creative solution.
</p>
</li>
<li class="description-card">
<svg width="400" height="300"></svg>
<img
class="icon"
src="./images/icons.svg/clock 1.svg"
alt="Clock SVG"
/>
<h3 class="description-title">Punctualit</h3>
<p class="description-text">
Bring the key message to the brand's audience for the best price
within the shortest possible time.
</p>
</li>
<li class="description-card">
<svg width="400" height="300"></svg>
<img
class="icon"
src="./images/icons.svg/diagram 1.svg"
alt="Diagrama SVG"
/>
<h3 class="description-title">Diligence</h3>
<p class="description-text">
Research and confirm brands that present the strongest digital
growth opportunities and minimize risk.
</p>
</li>
<li class="description-card">
<svg width="400" height="300"></svg>
<img
class="icon"
src="./images/icons.svg/astronaut 1.svg"
alt="Astronaut SVG"
/>
<h3 class="description-title">Technologies</h3>
<p class="description-text">
Design practice focused on digital experiences. We bring forth a
deep passion for problem-solving.
</p>
</li>
</ul>
</div>
</sections>
<!-- Section 2 -- What are we do -->
<sections class="whatarewedo-section">
<div class="container">
<h2 class="whatarewedo-title">What Are We Do</h2>
<ul class="presentation-image top-line">
<li>
<img
class="whatarewedo-image"
src="./images/Screen.jpg"
alt="Screen"
width="360px"
height="300px"
/>
</li>
<li>
<img
class="whatarewedo-image"
src="./images/Apps.jpg"
alt="Mobile Phone"
width="360px"
height="300px"
/>
</li>
<li>
<img
class="whatarewedo-image"
src="./images/Mobile Phone.jpg"
alt="Mobile Phone"
width="360px"
height="300px"
/>
</li>
</ul>
</div>
</sections>
<!-- Section 3 -- Our Team -->
<section class="team-members section3">
<div class="container">
<h2 class="team-members-title">Our Team</h2>
<ul class="our-team top-line">
<li class="team-card">
<img
class="team-person-image"
src="images/img (4).jpg"
alt="Mark Guerrero - Product Designer"
width="264px"
/><br />
<h3 class="person-name">Mark Guerrero<br /></h3>
<p class="person-job" p>Product Designer</p>
<div class="icon-list">
<a
href="https://instagram.com/"
target="blank"
class="icon"
aria-label="instagram-link"
>
<svg>
<use
href="./images/icons.svg/symbol-defs.svg#icon-instagram"
></use>
</svg>
</a>
<a
href="https://twitter.com/"
target="blank"
class="icon"
aria-label="twitter-link"
>
<svg>
<use
href="./images/icons.svg/symbol-defs.svg#icon-twitter"
></use>
</svg>
</a>
<a
href="https://facebook.com/"
target="blank"
class="icon"
aria-label="facebook-link"
>
<svg>
<use
href="./images/icons.svg/symbol-defs.svg#icon-facebook"
></use>
</svg>
</a>
<a
href="https://linkedin.com/"
target="blank"
class="icon"
aria-label="linkedin-link"
>
<svg>
<use
href="./images/icons.svg/symbol-defs.svg#icon-linkedin"
></use>
</svg>
</a>
</div>
</li>
<li class="team-card">
<img
class="team-person-image"
src="images/img (1) (1).jpg"
alt="Tom Ford - Fronted Developer"
width="264px"
/><br />
<h3 class="person-name">Tom Ford<br /></h3>
<p class="person-job">Fronted Developer</p>
<div class="icon-list">
<a
href="https://instagram.com/"
target="blank"
class="icon"
aria-label="instagram-link"
>
<svg>
<use
href="./images/icons.svg/symbol-defs.svg#icon-instagram"
></use>
</svg>
</a>
<a
href="https://twitter.com/"
target="blank"
class="icon"
aria-label="twitter-link"
>
<svg>
<use
href="./images/icons.svg/symbol-defs.svg#icon-twitter"
></use>
</svg>
</a>
<a
href="https://facebook.com/"
target="blank"
class="icon"
aria-label="facebook-link"
>
<svg>
<use
href="./images/icons.svg/symbol-defs.svg#icon-facebook"
></use>
</svg>
</a>
<a
href="https://linkedin.com/"
target="blank"
class="icon"
aria-label="linkedin-link"
>
<svg>
<use
href="./images/icons.svg/symbol-defs.svg#icon-linkedin"
></use>
</svg>
</a>
</div>
</li>
<li class="team-card">
<img
class="team-person-image"
src="images/img (2) (1).jpg"
alt="Camila Garcia - Marketing"
width="264px"
/><br />
<h3 class="person-name">Camila Garcia<br /></h3>
<p class="person-job">Marketing</p>
<div class="icon-list">
<a
href="https://instagram.com/"
target="blank"
class="icon"
aria-label="instagram-link"
>
<svg>
<use
href="./images/icons.svg/symbol-defs.svg#icon-instagram"
></use>
</svg>
</a>
<a
href="https://twitter.com/"
target="blank"
class="icon"
aria-label="twitter-link"
>
<svg>
<use
href="./images/icons.svg/symbol-defs.svg#icon-twitter"
></use>
</svg>
</a>
<a
href="https://facebook.com/"
target="blank"
class="icon"
aria-label="facebook-link"
>
<svg>
<use
href="./images/icons.svg/symbol-defs.svg#icon-facebook"
></use>
</svg>
</a>
<a
href="https://linkedin.com/"
target="blank"
class="icon"
aria-label="linkedin-link"
>
<svg>
<use
href="./images/icons.svg/symbol-defs.svg#icon-linkedin"
></use>
</svg>
</a>
</div>
</li>
<li class="team-card">
<img
class="team-person-image"
src="images/img (3) (1).jpg"
alt="Daniel Wilson - UI Designer"
width="264px"
/><br />
<h3 class="person-name">Daniel Wilson<br /></h3>
<p class="person-job">UI Designer</p>
<div class="icon-list">
<a
href="https://instagram.com/"
target="blank"
class="icon"
aria-label="instagram-link"
>
<svg>
<use
href="./images/icons.svg/symbol-defs.svg#icon-instagram"
></use>
</svg>
</a>
<a
href="https://twitter.com/"
target="blank"
class="icon"
aria-label="twitter-link"
>
<svg>
<use
href="./images/icons.svg/symbol-defs.svg#icon-twitter"
></use>
</svg>
</a>
<a
href="https://facebook.com/"
target="blank"
class="icon"
aria-label="facebook-link"
>
<svg>
<use
href="./images/icons.svg/symbol-defs.svg#icon-facebook"
></use>
</svg>
</a>
<a
href="https://linkedin.com/"
target="blank"
class="icon"
aria-label="linkedin-link"
>
<svg>
<use
href="./images/icons.svg/symbol-defs.svg#icon-linkedin"
></use>
</svg>
</a>
</div>
</li>
</ul>
</div>
</section>
<!-- Section 4 -- Customers-->
<section class="customers-section">
<div class="container">
<h2 class="customers-title">Customers</h2>
<ul class="customers-logo">
<li class="client">
<img
src="./images/icons.svg/Logo (1).svg"
width="168px;"
height="88px;"
/>
<rect
width="250"
height="150"
fill="tomato"
stroke="#2a2a2a"
stroke-width="4"
x="20"
y="20"
rx="40"
/>
</li>
<li class="client">
<img
src="./images/icons.svg/Logo (2).svg"
width="168px;"
height="88px;"
/>
</li>
<li class="client">
<img
src="./images/icons.svg/Logo (3).svg"
width="168px;"
height="88px;"
/>
</li>
<li class="client">
<img
src="./images/icons.svg/Logo (4).svg"
width="168px;"
height="88px;"
/>
</li>
<li class="client">
<img
src="./images/icons.svg/Logo (5).svg"
width="168px;"
height="88px;s"
/>
</li>
</ul>
</div>
</section>
</main>
<!-- Footer -->
<footer class="global-footer">
<div class="container">
<a href="./index.html" class="logo webstudio logo"
>WEB<span class="logo-footer">STUDIO</span></a
>
<br />
<p class="footer-title">
Increase the flow of customers and <br />
sales for your business with digital <br />
marketing & growth solutions.
</p>
</div>
<div class="container">
<ul class="footer-social-media">
<h4 class="social-media-title">Social media<br /></h4>
<li>
<img
src="./images/icons.svg/Ellipse.svg"
width="40px;"
height="40px;"
/>
</li>
<li>
<img
src="./images/icons.svg/Ellipse (1).svg"
width="40px;"
height="40px;"
/>
</li>
<li>
<img
src="./images/icons.svg/Ellipse (2).svg"
width="40px;"
height="40px;"
/>
</li>
<li>
<img
src="./images/icons.svg/Ellipse (3).svg"
width="40px;"
height="40px;"
/>
</li>
</ul>
</div>
</footer>
</body>
</html>