-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsinglework.html
More file actions
317 lines (317 loc) · 12.6 KB
/
singlework.html
File metadata and controls
317 lines (317 loc) · 12.6 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preload" href="./assets/fonts/Satoshi-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="./assets/fonts/Satoshi-Light.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="./assets/fonts/Gambetta-LightItalic.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="./assets/fonts/Chillax-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="./assets/fonts/Chillax-Light.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="shortcut icon" href="./assets/img/favicon.ico">
<title>Single Work</title>
<link rel="modulepreload" crossorigin href="./js/common.min.js?v=1776202052018">
<script type="module" crossorigin="" src="./js/main.min.js?v=1776202052018"></script>
<script type="module" crossorigin="" src="./js/letstalk.min.js?v=1776202052018"></script>
<script type="module" crossorigin="" src="./js/title.min.js?v=1776202052018"></script>
<script type="module" crossorigin="" src="./js/label.min.js?v=1776202052018"></script>
<link rel="stylesheet" crossorigin="" href="./css/main.min.css?v=1776202052018">
<link rel="stylesheet" crossorigin="" href="./css/letstalk.min.css?v=1776202052018">
<link rel="stylesheet" crossorigin="" href="./css/title.min.css?v=1776202052018">
<link rel="stylesheet" crossorigin="" href="./css/label.min.css?v=1776202052018">
<link rel="stylesheet" crossorigin="" href="./css/singlework.min.css?v=1776202052018">
</head>
<body>
<div class="wrapper">
<header data-fls-header="" class="header">
<div class="header__container">
<header class="header__body">
<a href="index.html" class="header__link-logo">
<img src="./assets/img/logo.svg" alt="logo" class="header__logo">
</a>
<div class="header__menu menu">
<!-- burger-button -->
<!-- <button type="button" data-fls-menu class="menu__icon icon-menu"><span></span></button> -->
<nav class="menu__body">
<ul class="menu__list">
<li class="menu__item">
<a href="index.html" class="menu__link">Home</a>
</li>
<li class="menu__item">
<a href="work.html" class="menu__link menu__link--active">Work</a>
</li>
<li class="menu__item">
<a href="about.html" class="menu__link">About</a>
</li>
<li class="menu__item">
<a href="services.html" class="menu__link">Services</a>
</li>
<li class="menu__item">
<a href="blog.html" class="menu__link">Blog</a>
</li>
<li class="menu__item">
<a href="contacts.html" class="menu__link">Contacts</a>
</li>
</ul>
</nav>
</div>
<!--
<fetch url="@components/layout/menu/menu.json">
<each loop='item in response'>
</each>
</fetch>
-->
<a href="#" data-fls-button="" class="header__button button button--lite">Let's talk</a>
<button type="button" data-fls-menu="" class="icon-menu">
<span></span>
</button>
<!-- burger-button -->
</header>
</div>
</header>
<main class="page page--singlework singlework">
<section class="singlework__hero hero-singlework">
<div class="hero-singlework__container">
<div data-fls-blockhead="" class="hero-singlework__blockhead blockhead">
<h1 class="blockhead__title">Space</h1>
<div class="blockhead__text">
<p>Modern and visually appealing website that reflected the client's brand.</p>
</div>
</div>
<div class="hero-singlework__info info-singlework">
<div data-fls-border="" data-fls-label="" class="info-singlework__item">
<div class="info-singlework__label">Client</div>
<div class="info-singlework__value">Pawel Gola</div>
</div>
<div data-fls-border="" data-fls-label="" class="info-singlework__item">
<div class="info-singlework__label">Timeline</div>
<div class="info-singlework__value">3 Weeks</div>
</div>
<div data-fls-border="" data-fls-label="" class="info-singlework__item">
<div class="info-singlework__label">Services</div>
<div class="info-singlework__value">Template</div>
</div>
<div data-fls-border="" data-fls-label="" class="info-singlework__item">
<div class="info-singlework__label">Website</div>
<div class="info-singlework__value">Gola.Io</div>
</div>
</div>
<!--
-->
<a href="#" data-fls-scrollto=".body-singlework" data-fls-scrollto-top="150" data-fls-button="" class="hero-singlework__button button button--text button--text-big button--icon-arrow button--arrow-d">More Details</a>
</div>
</section>
<div class="singlework__project project-singlework">
<div class="project-singlework__container">
<figure class="project-singlework__picture">
<picture>
<source media="(max-width: 600px)" srcset="./assets/img/works/01-600.webp" type="image/webp">
<img class="project-singlework__image" alt="Image" src="./assets/img/works/01.webp">
</picture>
</figure>
</div>
</div>
<section class="singlework__body body-singlework">
<div class="body-singlework__container">
<div class="body-singlework__content">
<div data-fls-label="" class="body-singlework__label">About</div>
<h2 data-fls-title="" class="body-singlework__title">Concept, Design, and Development. All-in-one.</h2>
</div>
<div class="body-singlework__items">
<article data-fls-border="" class="body-singlework__item item-body-singlework">
<h4 data-fls-title="" class="item-body-singlework__title">Challenge</h4>
<div class="item-body-singlework__text">
<p class="item-body-singlework__text">
Our client was struggling to attract and retain customers due to an outdated and non-responsive website that didn't align with their brand identity.
</p>
</div>
</article>
<article data-fls-border="" class="body-singlework__item item-body-singlework">
<h4 data-fls-title="" class="item-body-singlework__title">Goal</h4>
<div class="item-body-singlework__text">
<p class="item-body-singlework__text">
Our client was struggling to attract and retain customers due to an outdated and non-responsive website that didn't align with their brand identity.
</p>
</div>
</article>
<article data-fls-border="" class="body-singlework__item item-body-singlework">
<h4 data-fls-title="" class="item-body-singlework__title">Resulte</h4>
<div class="item-body-singlework__text">
<p class="item-body-singlework__text">
Our client was struggling to attract and retain customers due to an outdated and non-responsive website that didn't align with their brand identity.
</p>
</div>
</article>
</div>
</div>
</section>
</main>
<aside data-fls-letstalk="" class="lets-lalk">
<div data-fls-border="" data-fls-marquee="" data-fls-marquee-speed="100" class="lets-lalk__line line-talk">
<div class="lets-talk__item">Let's Talk</div>
<div class="lets-talk__item">+++</div>
</div>
<section class="lets-lalk__body">
<div class="lets-lalk__container">
<div data-fls-blockhead="" class="blockhead blockhead--gap-8">
<span class="blockhead__lablel">Project in mind?</span>
<h2 class="blockhead__title">
Let’s make your
<span>Website shine</span>
</h2>
<div class="blockhead__text">
<p>Premium web design, webflow, and SeO services to help your business stand out.</p>
</div>
<a href="#" data-fls-button="" class="blockhead__button button button--lite button--icon button--icon-arrow button--arrow-ru">Get in touch</a>
</div>
</div>
</section>
</aside>
<footer data-fls-footer="" class="footer">
<div class="footer__container">
<div class="footer__body body-footer">
<div class="body-footer__content content-footer">
<a href="#" class="content-footer-link__logo">
<img class="content-footer__logo" src="./assets/img/logo.svg" alt="logo">
</a>
<ul data-fls-social="" class="content-footer__social social social social--text">
<li class="social__item">
<a href="https://www.twitter.com" rel="noopener" target="_blank" class="social__link social__link--icon-s-tw">Twitter</a>
</li>
<li class="social__item">
<a href="https://www.instagram.com" rel="noopener" target="_blank" class="social__link social__link--icon-s-inst">Instagram</a>
</li>
<li class="social__item">
<a href="https://www.dribbble.com" rel="noopener" target="_blank" class="social__link social__link--icon-s-drb">Dribbble</a>
</li>
<li class="social__item">
<a href="https://www.behance.net" rel="noopener" target="_blank" class="social__link social__link--icon-s-bh">Behance</a>
</li>
</ul>
</div>
<div data-fls-spollers="500" class="body-footer__menus">
<!-- Спойлер -->
<details class="body-footer__menu">
<summary>
<h5 class="body-footer__title">Pages</h5>
</summary>
<ul class="body-footer__list">
<li class="body-footer__item">
<a href="index.html" class="body-footer__link">Home</a>
</li>
<li class="body-footer__item">
<a href="work.html" class="body-footer__link">Work</a>
</li>
<li class="body-footer__item">
<a href="about.html" class="body-footer__link">About</a>
</li>
<li class="body-footer__item">
<a href="services.html" class="body-footer__link">Services</a>
</li>
<li class="body-footer__item">
<a href="blog.html" class="body-footer__link">Blog</a>
</li>
<li class="body-footer__item">
<a href="contacts.html" class="body-footer__link">Contacts</a>
</li>
<li class="body-footer__item">
<a href="#" data-fls-button="" class="button button--lite button--icon button--icon-arrow button--arrow-ru">Button</a>
</li>
</ul>
</details>
<details class="body-footer__menu">
<summary>
<h5 class="body-footer__title">CMS</h5>
</summary>
<ul class="body-footer__list">
<li class="body-footer__item">
<a href="#" class="body-footer__link">Work</a>
</li>
<li class="body-footer__item">
<a href="#" class="body-footer__link">Work Single</a>
</li>
<li class="body-footer__item">
<a href="#" class="body-footer__link">Blog</a>
</li>
<li class="body-footer__item">
<a href="#" class="body-footer__link">Blog Post</a>
</li>
</ul>
</details>
</div>
</div>
<div class="footer__bottom bottom-footer">
<div class="bottom-footer__copy">2022 Made by Pawel Gola. Powered by Framer..</div>
<a href="#" data-fls-scrollto="main" data-fls-button="" class="button button--text button--text-big button--text-rev button--arrow">To top</a>
</div>
</div>
</footer>
</div>
<ul id="fls-dev-panel">
<li>
<a href="work.html">work</a>
</li>
<li>
<a href="singlework.html">singlework</a>
</li>
<li>
<a href="services.html">services</a>
</li>
<li>
<a href="pricing.html">pricing</a>
</li>
<li>
<a href="index.html">index</a>
</li>
<li>
<a href="contacts.html">contacts</a>
</li>
<li>
<a href="blogpage.html">blogpage</a>
</li>
<li>
<a href="blog.html">blog</a>
</li>
<li>
<a href="about.html">about</a>
</li>
</ul>
<style>
#fls-dev-panel{
position: fixed;
left: 10px;
padding: 15px 25px 15px 15px;
border-radius: 0 10px 10px 0;
top: 10%;
color: #ffffff;
background-color: rgba(51, 51, 51, 0.5);
transform: translate(-100%, 0px);
max-height: 80svh;
overflow: auto;
transition: all 300ms;
z-index: 9999;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#fls-dev-panel li{
list-style:none;
}
#fls-dev-panel hr{
border-bottom: 1px solid;
}
#fls-dev-panel:hover{
left: 0px;
transform: translate(0, 0);
}
#fls-dev-panel a{
text-decoration: none;
color: inherit;
}
#fls-dev-panel a:hover {
text-decoration: underline;
}
#fls-dev-panel li:not(:last-child) {
margin-bottom: 10px;
}
</style>
</body>
</html>