-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
203 lines (197 loc) · 6.43 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="uk">
<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" />
<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" />
<title>goit-murkup-hw-02</title>
</head>
<body>
<header class="header">
<a class="header-logo link" href="index.html" rel="html">
<span class="header-logo-left">Web</span
><span class="header-logo-right">Studio</span>
</a>
<nav class="menu">
<ul class="items">
<li>
<a class="item link menu-item" href="index.html" rel="html"
>Студія</a
>
</li>
<li>
<a class="item link active" href="portfolio.html" rel="html"
>Портфоліо</a
>
</li>
<li>
<a class="item link menu-item" href="">Контакти</a>
</li>
</ul>
</nav>
<ul class="contacts items">
<li>
<a class="item link contact" href="mailto:[email protected]"
>
</li>
<li>
<a class="item link contact" href="tel:+380961111111"
>+38 096 111 11 11</a
>
</li>
</ul>
</header>
<main>
<section class="filter">
<ul class="items">
<li>
<button class="filter-button" type="button">Усі</button>
</li>
<li>
<button class="filter-button" type="button">Веб-сайти</button>
</li>
<li>
<button class="filter-button" type="button">Додатки</button>
</li>
<li>
<button class="filter-button" type="button">Дизайн</button>
</li>
<li>
<button class="filter-button" type="button">Маркетинг</button>
</li>
</ul>
<ul class="items">
<li>
<a class="link" href="">
<img
src="images/project-1.jpg"
alt="Макбук з відкритим веб-сайтом"
width="370"
height="294"
/>
<h3 class="filter-title">Технокряк</h3>
<p class="filter-description">Веб-сайт</p>
</a>
</li>
<li>
<a class="link" href="">
<img
src="images/project-2.jpg"
alt="Постер New Orlean vs Golden Star"
width="370"
height="294"
/>
<h3 class="filter-title">Постер New Orlean vs Golden Star</h3>
<p class="filter-description">Дизайн</p>
</a>
</li>
<li>
<a class="link" href="">
<img
src="images/project-3.jpg"
alt="Логотип ресторану seafood"
width="370"
height="294"
/>
<h3 class="filter-title">Ресторан Seafood</h3>
<p class="filter-description">Додаток</p>
</a>
</li>
<li>
<a class="link" href="">
<img
src="images/project-4.jpg"
alt="Чорні накладні навушники"
width="370"
height="294"
/>
<h3 class="filter-title">Проєкт Prime</h3>
<p class="filter-description">Маркетинг</p>
</a>
</li>
<li>
<a class="link" href="">
<img
src="images/project-5.jpg"
alt="Біла велика та коричнева маленька коробка"
width="370"
height="294"
/>
<h3 class="filter-title">Проєкт Boxes</h3>
<p class="filter-description">Додаток</p>
</a>
</li>
<li>
<a class="link" href="">
<img
src="images/project-6.jpg"
alt="Аймак"
width="370"
height="294"
/>
<h3 class="filter-title">Inspiration has no Borders</h3>
<p class="filter-description">Веб-сайт</p>
</a>
</li>
<li>
<a class="link" href="">
<img
src="images/project-7.jpg"
alt="Відкрита книга"
width="370"
height="294"
/>
<h3 class="filter-title">Видання Limited Edition</h3>
<p class="filter-description">Дизайн</p>
</a>
</li>
<li>
<a class="link" href="">
<img
src="images/project-8.jpg"
alt="Біла бірка"
width="370"
height="294"
/>
<h3 class="filter-title">Проєкт LAB</h3>
<p class="filter-description">Маркетинг</p>
</a>
</li>
<li>
<a class="link" href="">
<img
src="images/project-9.jpg"
alt="Чоловік друкує на макбуці"
width="370"
height="294"
/>
<h3 class="filter-title">Growing Business</h3>
<p class="filter-description">Додаток</p>
</a>
</li>
</ul>
</section>
</main>
<footer class="footer">
<a class="footer-logo link" href="index.html" rel="html"
><span class="footer-logo-left">Web</span
><span class="footer-logo-right">Studio</span></a
>
<address class="footer-address">
<p class="footer-address-str">м. Київ, пр-т Лесі Українки, 26</p>
<a class="footer-address-link link" href="mailto:[email protected]"
>
<a class="footer-address-link link" href="tel:+380961111111"
>+38 096 111 11 11</a
>
</address>
</footer>
</body>
</html>