-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
203 lines (197 loc) · 8.74 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
<!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:info@devstudio.com">
<svg width="16" height="12" class="header-link-icon">
<use href="./images/sprite.svg#icon-envelope"></use>
</svg>
info@devstudio.com
</a>
</li>
<li class="header-item">
<a class="header-link" href="tel:+380961111111">
<svg width="10" height="16" class="header-link-icon">
<use href="./images/sprite.svg#icon-smartphone"></use>
</svg>
+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">
<a href="" class="project-link">
<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>
</a>
</li>
<li class="project-item">
<a href="" class="project-link">
<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>
</a>
</li>
<li class="project-item">
<a href="" class="project-link">
<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>
</a>
</li>
<li class="project-item">
<a href="" class="project-link">
<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>
</a>
</li>
<li class="project-item">
<a href="" class="project-link">
<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>
</a>
</li>
<li class="project-item">
<a href="" class="project-link">
<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>
</a>
</li>
<li class="project-item">
<a href="" class="project-link">
<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>
</a>
</li>
<li class="project-item">
<a href="" class="project-link">
<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>
</a>
</li>
<li class="project-item">
<a href="" class="project-link">
<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>
</a>
</li>
</ul>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-contacts">
<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:info@devstudio.com" class="footer-link">info@devstudio.com</a></li>
<li class="footer-item"><a href="tel:+380961111111" class="footer-link">+38 096 111 11 11</a></li>
</ul>
</address>
</div>
<div class="join">
<p class="join-text">присоединяйтесь</p>
<ul class="join-social-list list">
<li class="join-social-item">
<a href="" class="join-social-link">
<svg class="join-social-icon">
<use href="./images/sprite.svg#icon-instagram"></use>
</svg>
</a>
</li>
<li class="join-social-item">
<a href="" class="join-social-link">
<svg class="join-social-icon">
<use href="./images/sprite.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li class="join-social-item">
<a href="" class="join-social-link">
<svg class="join-social-icon">
<use href="./images/sprite.svg#icon-facebook"></use>
</svg>
</a>
</li>
<li class="join-social-item">
<a href="" class="join-social-link">
<svg class="join-social-icon">
<use href="./images/sprite.svg#icon-linkedin"></use>
</svg>
</a>
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>