-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
381 lines (381 loc) · 15 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WebStudio</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/1.0.0/modern-normalize.min.css"
integrity="sha512-ISS7cAi1PEhQ8jnbJpJZMd29NlhNj4AWYyLOSp2CE/CsHxTCu+r+t0D2yoJudVrd0/8fTVPUVDzY5Tvli75u/g=="
crossorigin="anonymous"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<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/main.min.css" />
</head>
<body>
<!--шапка-->
<header class="header portfolio">
<!--меню-->
<div class="container header__container">
<nav class="navigation">
<a href="/" class="logo navigation__logo"
>Web<span class="navigation__half-logo">Studio</span></a
>
<ul class="site-nav without-dot list">
<li class="site-nav__item">
<a class="link site-nav__link" href="index.html">Студия</a>
</li>
<li class="site-nav__item">
<a class="link site-nav__link current" href="portfolio.html"
>Портфолио</a
>
</li>
<li class="site-nav__item">
<a class="link site-nav__link" href="/">Контакты</a>
</li>
</ul>
</nav>
<!--/меню-->
<!--адрес-->
<address class="address">
<ul class="address-nav without-dot list">
<li class="address-nav__item">
<a
class="link address-nav__link mail"
href="mailto:[email protected]"
>
<svg class="address-nav__icon-mail" width="16" height="12">
<use href="./icon/symbol-defs.svg#icon-mail"></use>
</svg>
>
</li>
<li class="address-nav__item">
<a class="link address-nav__link tel" href="tel:+380961111111">
<svg
class="address-nav__icon-smartphone"
width="10"
height="16"
>
<use href="./icon/symbol-defs.svg#icon-smartphone"></use>
</svg>
+38 096 111 11 11</a
>
</li>
</ul>
</address>
<!--/адрес-->
</div>
</header>
<!--/шапка-->
<!--контент сайта-->
<main>
<section class="section-item">
<div class="container section-item__container">
<h1 class="caption section-item__caption hide">Наше портфолио</h1>
<ul class="section-item__filters without-dot list">
<li>
<button class="button">Все</button>
</li>
<li>
<button class="button">Веб-сайты</button>
</li>
<li>
<button class="button">Приложения</button>
</li>
<li>
<button class="button">Дизайн</button>
</li>
<li>
<button class="button">Маркетинг</button>
</li>
</ul>
<ul class="section-item__product list without-dot">
<li class="section-item__item">
<div class="section-item__picture">
<img
src="./img/portfolio/tecnocratico.jpg"
alt="Технокряк"
width="370"
height="294"
/>
<p
class="text section-item__text section-item__text--moving-bg"
>
Технокряк это современная площадка распространения
коронавируса. Компании используют эту платформу для цифрового
шпионажа и атак на защищённые сервера конкурентов.
</p>
</div>
<div class="section-item__container-title">
<h2 class="caption section-item__caption">Технокряк</h2>
<p class="text section-item__text">Веб-сайт</p>
</div>
</li>
<li class="section-item__item">
<div class="section-item__picture">
<img
src="./img/portfolio/poster.jpg"
alt="Постер"
width="370"
height="294"
/>
<p
class="text section-item__text section-item__text--moving-bg"
>
Хочешь избежать критики — ничего не делай, ничего не говори и
будь никем.
</p>
</div>
<div class="section-item__container-title">
<h2 class="caption section-item__caption">
Постер New Orlean vs Golden Star
</h2>
<p class="text section-item__text">Дизайн</p>
</div>
</li>
<li class="section-item__item">
<div class="section-item__picture">
<img
src="./img/portfolio/resturant-seafood.jpg"
alt="Лэйбл ресторана"
width="370"
height="294"
/>
<p
class="text section-item__text section-item__text--moving-bg"
>
Хочешь избежать критики — ничего не делай, ничего не говори и
будь никем.
</p>
</div>
<div class="section-item__container-title">
<h2 class="caption section-item__caption">Ресторан Seafood</h2>
<p class="text section-item__text">Приложение</p>
</div>
</li>
<li class="section-item__item">
<div class="section-item__picture">
<img
src="./img/portfolio/project-prime.jpg"
alt="Наушники"
width="370"
height="294"
/>
<p
class="text section-item__text section-item__text--moving-bg"
>
Хочешь избежать критики — ничего не делай, ничего не говори и
будь никем.
</p>
</div>
<div class="section-item__container-title">
<h2 class="caption section-item__caption">Проект Prime</h2>
<p class="text section-item__text">Маркетинг</p>
</div>
</li>
<li class="section-item__item">
<div class="section-item__picture">
<img
src="./img/portfolio/project-boxes.jpg"
alt="Коробки"
width="370"
height="294"
/>
<p
class="text section-item__text section-item__text--moving-bg"
>
Хочешь избежать критики — ничего не делай, ничего не говори и
будь никем.
</p>
</div>
<div class="section-item__container-title">
<h2 class="caption section-item__caption">Проект Boxes</h2>
<p class="text section-item__text">Приложение</p>
</div>
</li>
<li class="section-item__item">
<div class="section-item__picture">
<img
src="./img/portfolio/web-site.jpg"
alt="Монитор"
width="370"
height="294"
/>
<p
class="text section-item__text section-item__text--moving-bg"
>
Хочешь избежать критики — ничего не делай, ничего не говори и
будь никем.
</p>
</div>
<div class="section-item__container-title">
<h2 class="caption section-item__caption">
Inspiration has no Borders
</h2>
<p class="text section-item__text">Веб-сайт</p>
</div>
</li>
<li class="section-item__item">
<div class="section-item__picture">
<img
src="./img/portfolio/edizione-LE.jpg"
alt="Журнал"
width="370"
height="294"
/>
<p
class="text section-item__text section-item__text--moving-bg"
>
Хочешь избежать критики — ничего не делай, ничего не говори и
будь никем.
</p>
</div>
<div class="section-item__container-title">
<h2 class="caption section-item__caption">
Издание Limited Edition
</h2>
<p class="text section-item__text">Дизайн</p>
</div>
</li>
<li class="section-item__item">
<div class="section-item__picture">
<img
src="./img/portfolio/project-lab.jpg"
alt="Бирка"
width="370"
height="294"
/>
<p
class="text section-item__text section-item__text--moving-bg"
>
Хочешь избежать критики — ничего не делай, ничего не говори и
будь никем.
</p>
</div>
<div class="section-item__container-title">
<h2 class="caption section-item__caption">Проект LAB</h2>
<p class="text section-item__text">Маркетинг</p>
</div>
</li>
<li class="section-item__item">
<div class="section-item__picture">
<img
src="./img/portfolio/bussines.jpg"
alt="Планшет"
width="370"
height="294"
/>
<p
class="text section-item__text section-item__text--moving-bg"
>
Хочешь избежать критики — ничего не делай, ничего не говори и
будь никем.
</p>
</div>
<div class="section-item__container-title">
<h2 class="caption section-item__caption">Growing Business</h2>
<p class="text section-item__text">Приложение</p>
</div>
</li>
</ul>
</div>
</section>
</main>
<!--/контент сайта-->
<!--Подвал-->
<footer class="footer">
<div class="container footer__container">
<div class="container-address">
<!-- логотип -->
<a class="logo container-address__logo" href="/"
>Web<span class="container-address__half-logo">Studio</span></a
>
<!-- /логотип -->
<!-- адресс -->
<address class="contacts">
<p class="text container-address__text">
г. Киев, пр-т Леси Украинки, 26
<a
class="link container-address__link"
href="mailto:[email protected]"
>
<a class="link container-address__link" href="tel:+380991111111"
>+38 099 111 11 11</a
>
</p>
</address>
<!-- /адресс -->
</div>
<div class="container-social">
<p class="text container-social__text">присоединяйтесь</p>
<ul class="list without-dot container-social__social-links">
<li>
<a
class="link button button--social-network button--social-network-inverse"
href="#"
>
<svg class="button__icon-social" width="20" height="20">
<use href="./icon/symbol-defs.svg#icon-instagram"></use>
</svg>
</a>
</li>
<li>
<a
class="link button button--social-network button--social-network-inverse"
href="#"
><svg class="button__icon-social" width="20" height="20">
<use href="./icon/symbol-defs.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li>
<a
class="link button button--social-network button--social-network-inverse"
href="#"
><svg class="button__icon-social" width="20" height="20">
<use href="./icon/symbol-defs.svg#icon-facebook"></use>
</svg>
</a>
</li>
<li>
<a
class="link button button--social-network button--social-network-inverse"
href="#"
><svg class="button__icon-social" width="20" height="20">
<use href="./icon/symbol-defs.svg#icon-linkedin"></use>
</svg>
</a>
</li>
</ul>
</div>
<div class="container-subscribe">
<p class="text container-subscribe__text">Подпишитесь на рассылку</p>
<form class="footer__form" action="#" autocomplete="off">
<div class="input input--size-l">
<input
class="input__control input__control--size-l"
placeholder="E-mail"
type="email"
name="subscribe-mail"
/>
</div>
<button class="button button--primary" type="submit">
Подписаться
<svg width="24" height="24" class="button__icon-plane">
<use href="./icon/symbol-defs.svg#icon-plane"></use>
</svg>
</button>
</form>
</div>
</div>
</footer>
<!--/Подвал-->
</body>
</html>