-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
652 lines (626 loc) · 23 KB
/
portfolio.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
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio</title>
<link rel="stylesheet" href="./css/modern-normalize.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@700&family=Roboto:wght@400;500;700;900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body>
<!-- Menu Drawer Container Section -->
<div class="js-menu-container">
<button class="menu-toggle js-close-menu">
<svg
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
>
<path
fill-rule="evenodd"
d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z"
clip-rule="evenodd"
></path>
</svg>
</button>
<nav class="drawer-nav-container">
<ul class="drawer-nav">
<li>
<a href="index.html" class="drawer-nav-page">Studio</a>
</li>
<li>
<a href="portfolio.html" class="drawer-nav-page">Portfolio</a>
</li>
<li>
<a href="contacts.html" class="drawer-nav-page">Contacts</a>
</li>
</ul>
</nav>
<ul class="drawer-contacts">
<li>
<a href="tel:+12127724150" class="drawer-phone">+1 212-772-4150</a>
</li>
<li>
<a href="mailto:[email protected]" class="drawer-email"
>
</li>
</ul>
<ul class="drawer-social-links">
<li class="">
<a
href="https://www.instagram.com/"
class="drawer-social-link"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Instagram"
>Instagram
</a>
</li>
<li>
<svg class="vertical-line" width="1px" height="22px">
<use href="./images/icons.svg#icon-line"></use>
</svg>
</li>
<li class="">
<a
href="https://twitter.com/"
class="drawer-social-link"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Twitter"
>Twitter
</a>
</li>
<li>
<svg class="vertical-line" width="1px" height="22px">
<use href="./images/icons.svg#icon-line"></use>
</svg>
</li>
<li class="">
<a
href="https://www.facebook.com/"
class="drawer-social-link"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Facebook"
>Facebook
</a>
</li>
<li>
<svg class="vertical-line" width="1px" height="22px">
<use href="./images/icons.svg#icon-line"></use>
</svg>
</li>
<li class="">
<a
href="https://www.linkedin.com/"
class="drawer-social-link"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Linkedin"
>Linkedin
</a>
</li>
</ul>
</div>
<!-- Header Section -->
<header class="header container">
<div class="header-container">
<h1 class="logo-title">
<a href="index.html" class="logo active"><span>Web</span>Studio</a>
</h1>
<!-- Text Section -->
<div class="header-text">
<!-- Navigation Section -->
<nav class="navigation">
<ul class="navigation-links">
<li>
<a href="index.html" class="navigation-link active">Studio</a>
</li>
<li>
<a
href="portfolio.html"
class="navigation-link active active-page"
>Portfolio</a
>
</li>
<li>
<a href="contacts.html" class="navigation-link active"
>Contacts</a
>
</li>
</ul>
</nav>
<!-- Contacts Section -->
<ul class="contacts">
<li class="active">
<a class="contact active" href="mailto:[email protected]">
<svg width="16px" height="10px">
<use href="./images/icons.svg#icon-envelope"></use>
</svg>
</a>
</li>
<li class="active">
<a class="contact active" href="tel:+12127724150">
<svg width="10px" height="16px">
<use href="./images/icons.svg#icon-smartphone"></use>
</svg>
+1 212-772-4150
</a>
</li>
</ul>
</div>
<button class="menu-button js-open-menu">
<svg width="40px" height="40px">
<use href="./images/icons.svg#icon-menu"></use>
</svg>
</button>
</div>
</header>
<!-- Buttons List Section-->
<section class="section94px">
<ul class="filter-button-set">
<li><button type="button" class="filter-button">All</button></li>
<li><button type="button" class="filter-button">Web-sites</button></li>
<li><button type="button" class="filter-button">Apps</button></li>
<li><button type="button" class="filter-button">Design</button></li>
<li><button type="button" class="filter-button">Marketing</button></li>
</ul>
<!-- Photos Section -->
<div class="photo-container">
<ul class="photo-section">
<li class="item">
<div class="portfolio-card">
<div class="box-overlay">
<img
class="photo"
srcset="
./images/desktop/portfolio/img1.jpg 370w,
./images/desktop/portfolio/[email protected] 740w,
./images/tablet/portfolio/img1.jpg 354w,
./images/tablet/portfolio/[email protected] 708w,
./images/mobile/portfolio/img1.jpg 450w,
./images/mobile/portfolio/[email protected] 900w
"
sizes="(min-width: 1158px) 370px,
(min-width: 768px) 354px,
450px"
src="./images/desktop/portfolio/img1.jpg"
alt="open laptop with a website page"
width="370"
height="294"
/>
<div class="overlay">
<p>
Technoduck is a state-of-the-art coronavirus distribution
platform. Companies use this platform for digital espionage
and attacks on competitors' secure servers.
</p>
</div>
</div>
<div class="caption">
<h3 class="title-portfolio">Technoduck</h3>
<p class="subject-portfolio">Web-site</p>
</div>
</div>
</li>
<li class="item">
<div class="portfolio-card">
<div class="box-overlay">
<img
class="photo"
srcset="
./images/desktop/portfolio/img2.jpg 370w,
./images/desktop/portfolio/[email protected] 740w,
./images/tablet/portfolio/img2.jpg 354w,
./images/tablet/portfolio/[email protected] 708w,
./images/mobile/portfolio/img2.jpg 450w,
./images/mobile/portfolio/[email protected] 900w
"
sizes="(min-width: 1158px) 370px,
(min-width: 768px) 354px,
450px"
src="./images/desktop/portfolio/img2.jpg"
alt="basketball poster"
width="370"
height="294"
/>
<div class="overlay">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Quam necessitatibus architecto minus! Deserunt nemo tempore
consequatur qui dolore aperiam voluptate.
</p>
</div>
</div>
<div class="caption">
<h3 class="title-portfolio">
Poster New Orlean vs Golden Star
</h3>
<p class="subject-portfolio">Design</p>
</div>
</div>
</li>
<li class="item">
<div class="portfolio-card">
<div class="box-overlay">
<img
class="photo"
srcset="
./images/desktop/portfolio/img3.jpg 370w,
./images/desktop/portfolio/[email protected] 740w,
./images/tablet/portfolio/img3.jpg 354w,
./images/tablet/portfolio/[email protected] 708w,
./images/mobile/portfolio/img3.jpg 450w,
./images/mobile/portfolio/[email protected] 900w
"
sizes="(min-width: 1158px) 370px,
(min-width: 768px) 354px,
450px"
src="./images/desktop/portfolio/img3.jpg"
alt="Seafod restaurant logo"
width="370"
height="294"
/>
<div class="overlay">
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Officia minus maxime eum dicta reiciendis repudiandae quis
aliquam odit, quo deserunt.
</p>
</div>
</div>
<div class="caption">
<h3 class="title-portfolio">Seafood Restaurant</h3>
<p class="subject-portfolio">Apps</p>
</div>
</div>
</li>
<li class="item">
<div class="portfolio-card">
<div class="box-overlay">
<img
class="photo"
srcset="
./images/desktop/portfolio/img4.jpg 370w,
./images/desktop/portfolio/[email protected] 740w,
./images/tablet/portfolio/img4.jpg 354w,
./images/tablet/portfolio/[email protected] 708w,
./images/mobile/portfolio/img4.jpg 450w,
./images/mobile/portfolio/[email protected] 900w
"
sizes="(min-width: 1158px) 370px,
(min-width: 768px) 354px,
450px"
src="./images/desktop/portfolio/img4.jpg"
alt="Headphones"
width="370"
height="294"
/>
<div class="overlay">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Facere aspernatur pariatur enim voluptates suscipit ex
architecto officia labore reprehenderit porro.
</p>
</div>
</div>
<div class="caption">
<h3 class="title-portfolio">Project Prime</h3>
<p class="subject-portfolio">Marketing</p>
</div>
</div>
</li>
<li class="item">
<div class="portfolio-card">
<div class="box-overlay">
<img
class="photo"
srcset="
./images/desktop/portfolio/img5.jpg 370w,
./images/desktop/portfolio/[email protected] 740w,
./images/tablet/portfolio/img5.jpg 354w,
./images/tablet/portfolio/[email protected] 708w,
./images/mobile/portfolio/img5.jpg 450w,
./images/mobile/portfolio/[email protected] 900w
"
sizes="(min-width: 1158px) 370px,
(min-width: 768px) 354px,
450px"
src="./images/desktop/portfolio/img5.jpg"
alt="2 cardboard boxes"
width="370"
height="294"
/>
<div class="overlay">
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Exercitationem officia temporibus repellendus commodi quae
quod, soluta inventore expedita nulla in!
</p>
</div>
</div>
<div class="caption">
<h3 class="title-portfolio">Project Boxes</h3>
<p class="subject-portfolio">Apps</p>
</div>
</div>
</li>
<li class="item">
<div class="portfolio-card">
<div class="box-overlay">
<img
class="photo"
srcset="
./images/desktop/portfolio/img6.jpg 370w,
./images/desktop/portfolio/[email protected] 740w,
./images/tablet/portfolio/img6.jpg 354w,
./images/tablet/portfolio/[email protected] 708w,
./images/mobile/portfolio/img6.jpg 450w,
./images/mobile/portfolio/[email protected] 900w
"
sizes="(min-width: 1158px) 370px,
(min-width: 768px) 354px,
450px"
src="./images/desktop/portfolio/img6.jpg"
alt="Apple monitor"
width="370"
height="294"
/>
<div class="overlay">
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Ipsum aliquid magnam facilis qui voluptas laudantium,
officia perferendis recusandae laborum inventore?
</p>
</div>
</div>
<div class="caption">
<h3 class="title-portfolio">Inspiration has no Borders</h3>
<p class="subject-portfolio">Web-site</p>
</div>
</div>
</li>
<li class="item">
<div class="portfolio-card">
<div class="box-overlay">
<img
class="photo"
srcset="
./images/desktop/portfolio/img7.jpg 370w,
./images/desktop/portfolio/[email protected] 740w,
./images/tablet/portfolio/img7.jpg 354w,
./images/tablet/portfolio/[email protected] 708w,
./images/mobile/portfolio/img7.jpg 450w,
./images/mobile/portfolio/[email protected] 900w
"
sizes="(min-width: 1158px) 370px,
(min-width: 768px) 354px,
450px"
src="./images/desktop/portfolio/img7.jpg"
alt="open brochure"
width="370"
height="294"
/>
<div class="overlay">
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Obcaecati commodi perspiciatis nihil voluptates eum minima,
soluta fuga accusantium asperiores aperiam?
</p>
</div>
</div>
<div class="caption">
<h3 class="title-portfolio">Limited Edition</h3>
<p class="subject-portfolio">Design</p>
</div>
</div>
</li>
<li class="item">
<div class="portfolio-card">
<div class="box-overlay">
<img
class="photo"
srcset="
./images/desktop/portfolio/img8.jpg 370w,
./images/desktop/portfolio/[email protected] 740w,
./images/tablet/portfolio/img8.jpg 354w,
./images/tablet/portfolio/[email protected] 708w,
./images/mobile/portfolio/img8.jpg 450w,
./images/mobile/portfolio/[email protected] 900w
"
sizes="(min-width: 1158px) 370px,
(min-width: 768px) 354px,
450px"
src="./images/desktop/portfolio/img8.jpg"
alt="cardboard tag"
width="370"
height="294"
/>
<div class="overlay">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ea
sunt quaerat vel, magnam culpa error saepe provident
architecto omnis suscipit?
</p>
</div>
</div>
<div class="caption">
<h3 class="title-portfolio">Project LAB</h3>
<p class="subject-portfolio">Marketing</p>
</div>
</div>
</li>
<li class="item">
<div class="portfolio-card">
<div class="box-overlay">
<img
class="photo"
srcset="
./images/desktop/portfolio/img9.jpg 370w,
./images/desktop/portfolio/[email protected] 740w,
./images/tablet/portfolio/img9.jpg 354w,
./images/tablet/portfolio/[email protected] 708w,
./images/mobile/portfolio/img9.jpg 450w,
./images/mobile/portfolio/[email protected] 900w
"
sizes="(min-width: 1158px) 370px,
(min-width: 768px) 354px,
450px"
src="./images/desktop/portfolio/img9.jpg"
alt="hands working on laptop"
width="370"
height="294"
/>
<div class="overlay">
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Cupiditate delectus repellendus accusantium eum voluptatum
neque in quisquam tenetur eos perferendis.
</p>
</div>
</div>
<div class="caption">
<h3 class="title-portfolio">Growing Business</h3>
<p class="subject-portfolio">Apps</p>
</div>
</div>
</li>
</ul>
</div>
</section>
<!-- Footer Section -->
<footer class="footer container">
<section class="footer-text">
<section class="footer-text-gap">
<section class="footer-adress-contacts">
<h2 class="logo-title">
<a class="logo-footer active" href="index.html">
<span>Web</span>Studio</a
>
</h2>
<ul class="contacts-footer">
<li>
<address class="address">
<a
href="https://goo.gl/maps/ySGtrkY3DtCxrfNZ6"
class="address"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="695 Park Ave, NY 10065, USA"
>
695 Park Ave, NY 10065, USA
</a>
</address>
</li>
<li>
<a
href="mailto:[email protected]"
class="contact-footer active"
>
</li>
<li>
<a href="tel:+12127724150" class="contact-footer active"
>+1 212-772-4150</a
>
</li>
</ul>
</section>
<!-- Find us on Sectoin -->
<section class="center-column">
<h3 class="find-us-on-text">Find us on</h3>
<ul class="footer-icons-list">
<li>
<a
href="https://www.instagram.com/"
class="icon-footer"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Instagram"
>
<svg width="20px" height="20px">
<use href="./images/icons.svg#icon-instagram"></use>
</svg>
</a>
</li>
<li>
<a
href="https://twitter.com/"
class="icon-footer"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Twitter"
>
<svg width="20px" height="20px">
<use href="./images/icons.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li>
<a
href="https://www.facebook.com/"
class="icon-footer"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Facebook"
>
<svg width="20px" height="20px">
<use href="./images/icons.svg#icon-facebook"></use>
</svg>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/"
class="icon-footer"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Linkedin"
>
<svg width="20px" height="20px">
<use href="./images/icons.svg#icon-linkedin"></use>
</svg>
</a>
</li>
</ul>
</section>
</section>
<!-- Subscribe Section -->
<form class="subscribe">
<label class="subscribe-label" for="subscribe-email">
Subscribe to the newsletter</label
>
<div class="subscribe-area">
<input
class="subscribe-input"
type="email"
name="email"
id="subscribe-email"
placeholder="E-mail"
required
/>
<button class="subscribe-btn" type="submit">
Subscribe
<svg height="24px" width="24px">
<use href="./images/icons.svg#icon-send"></use>
</svg>
</button>
</div>
</form>
</section>
</footer>
<!-- Plasăm înainte de tag-ul de închidere body -->
<script src="./js/mobile-menu.js"></script>
</body>
</html>