-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
188 lines (188 loc) · 6 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
<!DOCTYPE html>
<html lang="Uk">
<head>
<title>WebStudio</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@700&family=Roboto:wght@400;500;700;900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body>
<header class="header">
<a href="/" class="logo"
><span class="logo-blue">Web</span
><span class="logo-black">Studio</span></a
>
<nav>
<ul class="header-nav">
<li><a href="./index.html" class="header-btn-black">Студія</a></li>
<li><a href="./portfolio.html" class="header-btn">Портфоліо</a></li>
<li><a href="" class="header-btn-black">Контакти</a></li>
</ul>
</nav>
<ul>
<li>
<a href="tel:+380961111111" class="header-grey">+38 096 111 11 11</a>
</li>
<li>
<a href="mailto:[email protected]" class="header-grey"
>
</li>
</ul>
</header>
<main>
<ul class="main-btn">
<li><button type="button" class="main-btn-style">Усі</button></li>
<li><button type="button" class="main-btn-style">Веб-сайти</button></li>
<li><button type="button" class="main-btn-style">Додатки</button></li>
<li><button type="button" class="main-btn-style">Дизайн</button></li>
<li><button type="button" class="main-btn-style">Маркетинг</button></li>
</ul>
<section class="section">
<ul>
<li>
<a href="">
<img
src="./images/технокряк.jpg"
alt="Технокряк"
width="370"
height="294"
/>
<h2 class="section-title">Технокряк</h2>
<p class="section-text">Веб-сайт</p>
</a>
</li>
<li>
<a href="">
<img
src="./images/Постер New Orlean vs Golden Star.jpg"
alt="Постер New Orlean vs Golden Star"
width="370"
height="294"
/>
<h2 class="section-title">Постер New Orlean vs Golden Star</h2>
<p class="section-text">Дизайн</p>
</a>
</li>
<li>
<a href="">
<img
src="./images/Ресторан Seafood.jpg"
alt="Ресторан Seafood"
width="370"
height="294"
/>
<h2 class="section-title">Ресторан Seafood</h2>
<p class="section-text">Додаток</p>
</a>
</li>
<li>
<a href="">
<img
src="./images/Проєкт Prime.jpg"
alt="Проєкт Prime"
width="370"
height="294"
/>
<h2 class="section-title">Проєкт Prime</h2>
<p class="section-text">Маркетинг</p>
</a>
</li>
<li>
<a href="">
<img
src="./images/Проєкт Boxes.jpg"
alt="Проєкт Boxes"
width="370"
height="294"
/>
<h2 class="section-title">Проєкт Boxes</h2>
<p class="section-text">Додаток</p>
</a>
</li>
<li>
<a href="">
<img
src="./images/Inspiration has no Borders.jpg"
alt="Inspiration has no Borders"
width="370"
height="294"
/>
<h2 class="section-title">Inspiration has no Borders</h2>
<p class="section-text">Веб-сайт</p>
</a>
</li>
<li>
<a href="">
<img
src="./images/Видання Limited Edition.jpg"
alt="Видання Limited Edition"
width="370"
height="294"
/>
<h2 class="section-title">Видання Limited Edition</h2>
<p class="section-text">Дизайн</p>
</a>
</li>
<li>
<a href="">
<img
src="./images/Проєкт LAB.jpg"
alt="Проєкт LAB"
width="370"
height="294"
/>
<h2 class="section-title">Проєкт LAB</h2>
<p class="section-text">Маркетинг</p>
</a>
</li>
<li>
<a href="">
<img
src="./images/Growing Business.jpg"
alt="Growing Business"
width="370"
height="294"
/>
<h2 class="section-title">Growing Business</h2>
<p class="section-text">Додаток</p>
</a>
</li>
</ul>
</section>
</main>
<footer class="footer">
<a href="/" class="logo"
><span class="logo-blue">Web</span
><span class="logo-white">Studio</span></a
>
<address>
<ul>
<li>
<a
href=""
target="_blank"
rel="noopener noreferrer"
class="address-map"
>м. Київ, пр-т Лесі Українки, 26</a
>
</li>
<li>
<a href="tel:+380961111111" class="address-contact"
>+38 096 111 11 11</a
>
</li>
<li>
<a href="mailto:[email protected]" class="address-contact"
>
</li>
</ul>
</address>
</footer>
</body>
</html>