-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
135 lines (130 loc) · 6.49 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
<!DOCTYPE html>
<html lang="ru">
<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 portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/1.1.0/modern-normalize.min.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>
<header class="header">
<div class="container">
<nav class="nav">
<a class="logo-text" href="./index.html"><span class="logo-text-accent">Web</span>Studio</a>
<ul class="nav-list list">
<li class="nav-item"><a class="nav-link" href="./index.html">Студия</a></li>
<li class="nav-item current"><a class="nav-link" href="">Портфолио</a></li>
<li class="nav-item"><a class="nav-link" href="">Контакты</a></li>
</ul>
</nav>
<ul class="header-list list">
<li class="header-item"><a class="header-link" href="mailto:[email protected]">[email protected]</a></li>
<li class="header-item"><a class="header-link" href="tel:+380961111111">+38 096 111 11 11</a></li>
</ul>
</div>
</header>
<main>
<section class="portfolio section">
<div class="container">
<h1 class="portfilio-title visually-hidden">Портфолио</h1>
<ul class="projects-filter-list list">
<li class="projects-filter-item active"><button type="button" class="portfolio-filter-btn">Все</button></li>
<li class="projects-filter-item"><button type="button" class="portfolio-filter-btn">Веб-сайты</button></li>
<li class="projects-filter-item"><button type="button" class="portfolio-filter-btn">Приложения</button></li>
<li class="projects-filter-item"><button type="button" class="portfolio-filter-btn">Дизайн</button></li>
<li class="projects-filter-item"><button type="button" class="portfolio-filter-btn">Маркетинг</button></li>
</ul>
<ul class="projects-list list">
<li class="project-item">
<img src="./images/img-project-01.jpg" alt="Технокряк" width="370" class="project-item-img">
<div class="project-description">
<h2 class="project-item-title">Технокряк</h2>
<p class="project-item-type">Веб-сайт</p>
</div>
</li>
<li class="project-item">
<img src="./images/img-project-02.jpg" alt="Постер New Orlean vs Golden Star" width="370"
class="project-item-img">
<div class="project-description">
<h2 class="project-item-title">Постер New Orlean vs Golden Star</h2>
<p class="project-item-type">Дизайн</p>
</div>
</li>
<li class="project-item">
<img src="./images/img-project-03.jpg" alt="Ресторан Seafood" width="370" class="project-item-img">
<div class="project-description">
<h2 class="project-item-title">Ресторан Seafood</h2>
<p class="project-item-type">Приложение</p>
</div>
</li>
<li class="project-item">
<img src="./images/img-project-04.jpg" alt="Проект Prime" width="370" class="project-item-img">
<div class="project-description">
<h2 class="project-item-title">Проект Prime</h2>
<p class="project-item-type">Маркетинг</p>
</div>
</li>
<li class="project-item">
<img src="./images/img-project-05.jpg" alt="Проект Boxes" width="370" class="project-item-img">
<div class="project-description">
<h2 class="project-item-title">Проект Boxes</h2>
<p class="project-item-type">Приложение</p>
</div>
</li>
<li class="project-item">
<img src="./images/img-project-06.jpg" alt="Inspiration has no Borders" width="370"
class="project-item-img">
<div class="project-description">
<h2 class="project-item-title">Inspiration has no Borders</h2>
<p class="project-item-type">Веб-сайт</p>
</div>
</li>
<li class="project-item">
<img src="./images/img-project-07.jpg" alt="Издание Limited Edition" width="370" class="project-item-img">
<div class="project-description">
<h2 class="project-item-title">Издание Limited Edition</h2>
<p class="project-item-type">Дизайн</p>
</div>
</li>
<li class="project-item">
<img src="./images/img-project-08.jpg" alt="Проект LAB" width="370" class="project-item-img">
<div class="project-description">
<h2 class="project-item-title">Проект LAB</h2>
<p class="project-item-type">Маркетинг</p>
</div>
</li>
<li class="project-item">
<img src="./images/img-project-09.jpg" alt="Growing Business" width="370" class="project-item-img">
<div class="project-description">
<h2 class="project-item-title">Growing Business</h2>
<p class="project-item-type">Приложение</p>
</div>
</li>
</ul>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<a class="logo-text" href="./index.html"><span class="logo-text-accent">Web</span>Studio</a>
<address class="address">
<ul class="footer-list list">
<li class="footer-item">
<a href="https://goo.gl/maps/rhp73uhcGF5isYVVA" target="_blank" rel="noreferrer noopener nofollow"
class="footer-link address-location">
г. Киев, пр-т Леси Украинки, 26</a>
</li>
<li class="footer-item"><a href="mailto:[email protected]" class="footer-link">[email protected]</a></li>
<li class="footer-item"><a href="tel:+380961111111" class="footer-link">+38 096 111 11 11</a></li>
</ul>
</address>
</div>
</footer>
</body>
</html>