generated from Valeriy94-ua/Valeriy94-ua-goit-markup-hw-5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
373 lines (359 loc) · 13.7 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
<!DOCTYPE html>
<html lang="en">
<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="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@800&family=Roboto:wght@400;500;700;900&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/modern-normalize.min.css"
/>
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body>
<header class="header-section">
<div class="header-content container">
<nav class="nav-section">
<a class="logotype-link-web link" href="./index.html">
WEB
<span class="logotype-text">Studio</span>
</a>
<ul class="nav-list list">
<li class="nav-item">
<a class="nav-link" href="./index.html">Studio</a>
</li>
<li class="nav-item">
<a class="nav-link current" href="./portfolio.html">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="">Contacts</a>
</li>
</ul>
</nav>
<address class="address-contacts">
<ul class="address-list list">
<li class="address-item">
<a class="address-link" href="mailto:[email protected]"
>
</li>
<li class="address-item">
<a class="address-link" href="tel:+110001111111"
>+11 (000) 111-11-11</a
>
</li>
</ul>
</address>
</div>
</header>
<main>
<section class="menu-section">
<div class="menu-container container">
<h1 hidden>content</h1>
<ul class="menu-content list">
<li class="menu-item">
<button class="menu-button" type="button">All</button>
</li>
<li class="menu-item">
<button class="menu-button" type="button">Web Site</button>
</li>
<li class="menu-item">
<button class="menu-button" type="button">App</button>
</li>
<li class="menu-item">
<button class="menu-button" type="button">Design</button>
</li>
<li class="menu-item">
<button class="menu-button" type="button">Marketing</button>
</li>
</ul>
<!--portfolio photos 1-->
<ul class="menu-icons list">
<li class="menu-item-img">
<a class="icons-link-img" href="">
<div class="wrapper-icons">
<img
src="./images/img-portfolio/screens.jpg"
alt="screens of app"
width="360"
height="300"
/>
<div class="overlay">
<p class="overlay-text">
14 Stylish and User-Friendly App Design Concepts · Task
Manager App · Calorie Tracker App · Exotic Fruit Ecommerce
App · Cloud Storage App
</p>
</div>
</div>
<div class="menu-border">
<h2 class="header-three">Banking App Interface Concept</h2>
<p class="sub-header-text">App</p>
</div>
</a>
</li>
<li class="menu-item-img">
<a class="icons-link-img" href="">
<div class="wrapper-icons">
<img
src="./images/img-portfolio/cashless.jpg"
alt="payment by phone"
width="360"
height="300"
/>
<div class="overlay">
<p class="overlay-text">
14 Stylish and User-Friendly App Design Concepts · Task
Manager App · Calorie Tracker App · Exotic Fruit Ecommerce
App · Cloud Storage App
</p>
</div>
</div>
<div class="menu-border">
<h2 class="header-three">Cashless Payment</h2>
<p class="sub-header-text">Marketing</p>
</div>
</a>
</li>
<li class="menu-item-img">
<a class="icons-link-img" href="">
<div class="wrapper-icons">
<img
src="./images/img-portfolio/laptop.jpg"
alt="laptop and phone"
width="360"
height="300"
/>
<div class="overlay">
<p class="overlay-text">
14 Stylish and User-Friendly App Design Concepts · Task
Manager App · Calorie Tracker App · Exotic Fruit Ecommerce
App · Cloud Storage App
</p>
</div>
</div>
<div class="menu-border">
<h2 class="header-three">Meditation App</h2>
<p class="sub-header-text">App</p>
</div>
</a>
</li>
<!--portfolio photos 2-->
<li class="menu-item-img">
<a class="icons-link-img" href="">
<div class="wrapper-icons">
<img
src="./images/img-portfolio/car.jpg"
alt="car inside"
width="360"
height="300"
/>
<div class="overlay">
<p class="overlay-text">
14 Stylish and User-Friendly App Design Concepts · Task
Manager App · Calorie Tracker App · Exotic Fruit Ecommerce
App · Cloud Storage App
</p>
</div>
</div>
<div class="menu-border">
<h2 class="header-three">Taxi Service</h2>
<p class="sub-header-text">Marketing</p>
</div>
</a>
</li>
<li class="menu-item-img">
<a class="icons-link-img" href="">
<div class="wrapper-icons">
<img
src="./images/img-portfolio/screen-moon.jpg"
alt="screenshots of the moon"
width="360"
height="300"
/>
<div class="overlay">
<p class="overlay-text">
14 Stylish and User-Friendly App Design Concepts · Task
Manager App · Calorie Tracker App · Exotic Fruit Ecommerce
App · Cloud Storage App
</p>
</div>
</div>
<div class="menu-border">
<h2 class="header-three">Screen Illustrations</h2>
<p class="sub-header-text">Design</p>
</div>
</a>
</li>
<li class="menu-item-img">
<a class="icons-link-img" href="">
<div class="wrapper-icons">
<img
src="./images/img-portfolio/girl.jpg"
alt="girl with the phone"
width="360"
height="300"
/>
<div class="overlay">
<p class="overlay-text">
14 Stylish and User-Friendly App Design Concepts · Task
Manager App · Calorie Tracker App · Exotic Fruit Ecommerce
App · Cloud Storage App
</p>
</div>
</div>
<div class="menu-border">
<h2 class="header-three">Online Courses</h2>
<p class="sub-header-text">Marketing</p>
</div>
</a>
</li>
<!--portfolio photos 3-->
<li class="menu-item-img">
<a class="icons-link-img" href="">
<div class="wrapper-icons">
<img
src="./images/img-portfolio/boldwoomen.jpg"
alt="woomen"
width="360"
height="300"
/>
<div class="overlay">
<p class="overlay-text">
14 Stylish and User-Friendly App Design Concepts · Task
Manager App · Calorie Tracker App · Exotic Fruit Ecommerce
App · Cloud Storage App
</p>
</div>
</div>
<div class="menu-border">
<h2 class="header-three">Instagram Stories Concept</h2>
<p class="sub-header-text">Design</p>
</div>
</a>
</li>
<li class="menu-item-img">
<a class="icons-link-img" href="">
<div class="wrapper-icons">
<img
src="./images/img-portfolio/helthfood.jpg"
alt="woomen with vegetables"
width="360"
height="300"
/>
<div class="overlay">
<p class="overlay-text">
14 Stylish and User-Friendly App Design Concepts · Task
Manager App · Calorie Tracker App · Exotic Fruit Ecommerce
App · Cloud Storage App
</p>
</div>
</div>
<div class="menu-border">
<h2 class="header-three">Organic Food</h2>
<p class="sub-header-text">Web Site</p>
</div>
</a>
</li>
<li class="menu-item-img">
<a class="icons-link-img" href="">
<div class="wrapper-icons">
<img
src="./images/img-portfolio/cofee.jpg"
alt="coffe and milk"
width="360"
height="300"
/>
<div class="overlay">
<p class="overlay-text">
14 Stylish and User-Friendly App Design Concepts · Task
Manager App · Calorie Tracker App · Exotic Fruit Ecommerce
App · Cloud Storage App
</p>
</div>
</div>
<div class="menu-border">
<h2 class="header-three">Fresh Coffee</h2>
<p class="sub-header-text">Web Site</p>
</div>
</a>
</li>
</ul>
</div>
</section>
</main>
<footer class="footer-section">
<div class="footer-content container">
<div class="footer-logo-sec">
<a class="logotype-link-footer link" href="./index.html">
WEB<span class="logotype-text-footer">Studio</span>
</a>
<p class="sub-header-text-theme-dark">
Increase the flow of customers and sales for your business with
digital marketing & growth solutions.
</p>
</div>
<div class="footer-wrap">
<p class="soc-footer-text">Social media</p>
<ul class="soc-list-footer">
<li class="soc-item-footer">
<a href="" class="soc-link-footer">
<svg class="soc-icon-footer" width="24" height="24">
<use href="./images/icons.svg#icon-instagram-footer"></use>
</svg>
</a>
</li>
<li class="soc-item-footer">
<a href="" class="soc-link-footer">
<svg class="soc-icon-footer" width="24" height="24">
<use href="./images/icons.svg#icon-twitter-footer"></use>
</svg>
</a>
</li>
<li class="soc-item-footer">
<a href="" class="soc-link-footer">
<svg class="soc-icon-footer" width="24" height="24">
<use href="./images/icons.svg#icon-fasebook-footer"></use>
</svg>
</a>
</li>
<li class="soc-item-footer">
<a href="" class="soc-link-footer">
<svg class="soc-icon-footer" width="24" height="24">
<use href="./images/icons.svg#icon-linkedin-footer"></use>
</svg>
</a>
</li>
</ul>
</div>
<div class="footer-subscribe-form">
<form action="">
<label class="footer-label-input" for="">
<p class="soc-footer-text">Subscribe</p>
<div class="footer-input-wrapper">
<input
class="footer-email-input"
type="email"
placeholder="E-mail"
/>
<button class="footer-subs-btn button" type="submit">
Subscribe
<svg class="icon-subscribe-footer" width="24" height="24">
<use href="./images/icons.svg#icon-subscribe-footer"></use>
</svg>
</button>
</div>
</label>
</form>
</div>
</div>
</footer>
</body>
</html>