-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
359 lines (353 loc) · 12.7 KB
/
services.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="./src/styles/bootstrap.min.css" />
<link rel="stylesheet" href="./src/styles/style.min.css" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=0"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="./src/media/icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./src/media/icons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./src/media/icons/favicon-16x16.png"
/>
<title>Services</title>
<meta name="color-scheme" content="dark dark" />
<meta name="author" content="Aleksey Vratsky" />
<meta name="copyright" content="Aleksey Vratsky" />
<link
name="description"
content="Junior front-end developer from Ukraine."
/>
<link
name="keywords"
content="front-end,developer,development,website,buy website,create online shop"
/>
</head>
<body class="page dark">
<!-- NavBar -->
<nav class="navbar navbar-dark div-bg">
<div class="container-fluid">
<div class="justify-content-start space-little-left">
<a class="navbar-brand" href="./">Aleksey Vratsky</a>
</div>
<ul
data-da=".offcanvas-body, 991.98, first"
class="navbar-nav desktop-nav row-menu visibility-desktop-menu"
>
<div class="basis evenly d-flex offcanvas-m">
<li class="nav-item">
<a class="nav-link" href="./services"><h5>Services</h5></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./buy-templates"
><h5>Buy templates</h5></a
>
</li>
<li class="nav-item">
<a class="nav-link" href="./documentation"><h5>Docs</h5></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./donations"><h5>Donations</h5></a>
</li>
</div>
<div class="social border-left-right">
<li class="nav-item d-flex" style="align-items: center">
<a class="nav-link" href="https://t.me/vratsky0" target="_blank">
<img
src="./src/media/icons/telegram.svg"
class="social-telegram space-little-right"
width="30"
height="30"
/>
</a>
<a
class="nav-link"
href="https://www.instagram.com/vratsk1y/"
target="_blank"
>
<img
src="./src/media/icons/instagram.svg"
class="social-instagram"
width="32"
height="32"
/>
</a>
</li>
</div>
<div
data-da=".theme-switch, 991.98, first"
class="form-check form-switch toggle space-little-left"
>
<input
class="form-check-input toggle-input"
type="checkbox"
role="switch"
id="flexSwitchCheckDefault"
/>
<label class="form-check-label" for="flexSwitchCheckDefault">
</label>
</div>
</ul>
<button
class="navbar-toggler visibility-mobile-menu"
type="button"
data-bs-toggle="offcanvas"
data-bs-target="#offcanvasNavbar"
aria-controls="offcanvasNavbar"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="offcanvas offcanvas-end blur"
tabindex="-1"
id="offcanvasNavbar"
aria-labelledby="offcanvasNavbarLabel"
>
<div class="offcanvas-header">
<h5 class="offcanvas-title gray-color" id="offcanvasNavbarLabel">
Menu
</h5>
<div class="theme-switch"></div>
<button
type="button"
class="btn-close text-reset gray-color close-btn-canvas"
data-bs-dismiss="offcanvas"
aria-label="Close"
></button>
</div>
<div class="offcanvas-body relative"></div>
</div>
</div>
</nav>
<div
class="col-lg-6 col-md-10 col-sm-12 container-bg-d white-color div-space div-bg"
style="width: 100%"
>
<nav
style="
--bs-breadcrumb-divider: url(
"data:image/svg + xml,
%3Csvgxmlns='http://www.w3.org/2000/svg'width='8'height='8'%3E%3Cpathd='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z'fill='currentColor'/%3E%3C/svg%3E"
);
margin: 0;
"
aria-label="breadcrumb"
>
<ol class="breadcrumb nullMargin">
<li class="breadcrumb-item"><a href="./">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Services</li>
</ol>
</nav>
</div>
<div
class="col-lg-6 col-md-10 col-sm-12 container-bg-d white-color border-top div-space div-bg"
style="width: 100%"
>
<h1><b>Services</b></h1>
<h4 class="gray-color">
All services are
<strong class="flag">negotiated individually</strong>
</h4>
</div>
<!-- Content -->
<div class="container-lg">
<div class="row space-services space-top-little white-color div-space">
<div class="row space-services white-color center">
<div
class="card card-services container-bg-d space div-space"
style="max-width: 100%"
>
<div class="card-header div-space transparent">
<h6 class="thin">Aleksey Vratsky</h6>
</div>
<div
class="row space-services row-service card-body item-service-img div-space"
style="align-items: flex-start"
>
<div class="service-image-wrap" style="width: 8rem">
<picture>
<source
srcset="./src/media/images/Aleksey-Vratsky.avif"
type="image/avif"
/>
<source
srcset="./src/media/images/Aleksey-Vratsky.webp"
type="image/webp"
/>
<img
src="./src/media/images/Aleksey-Vratsky.jpg"
width="100%"
height="100%"
alt="Aleksey Vratsky"
/>
</picture>
</div>
<div class="service-about-wrap" style="max-width: 85%">
<blockquote class="blockquote mb-0">
<h5>I guess I'll start without preface, my experience:</h5>
<br />
<p class="gray-color">
1 year of work at a TV channel in the IT department,
responsible for the development of the website for a
charitable foundation. <br />
Worked for Unitra, developing sites for promotion and
subsequent sale of traffic from them.<br />
I was looking for clients and made them sites, almost all my
projects and posted
<a
href="https://www.behance.net/alexvracky"
target="_blank"
>
here
<img
src="./src/media/icons/link.svg"
width="14"
height="14"
style="border: 0"
/>
</a>
</p>
<footer class="blockquote-footer gray-color space-top-little">
<cite title="Source Title"
><span class="white-color thin"
>Right now learning JavaScript</span
></cite
>
</footer>
</blockquote>
</div>
</div>
</div>
<div
class="col-lg-8 col-md-6 col-sm-12 between-service fill-available"
>
<div
class="card card-services container-bg-d space"
style="width: 22rem"
>
<picture>
<source
srcset="./src/media/images/one-page.avif"
type="image/avif"
/>
<source
srcset="./src/media/images/one-page.webp"
type="image/webp"
/>
<img
src="./src/media/images/one-page.jpg"
class="rounded-start service-image-1"
width="100%"
height="100%"
alt="Vratsky template"
/>
</picture>
<div class="card-body">
<h5 class="card-title space-bottom-little">at $100*</h5>
<p class="card-text gray-color space-top-little">
Develop a one-page site for your purposes from scratch, or
create a site using a ready-made template on WordPress.
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item transparent white-color">Technology</li>
<li class="list-group-item transparent gray-color">WordPress</li>
<li class="list-group-item transparent gray-color">HTML+CSS+JS</li>
</ul>
<div class="card-body"></div>
</div>
<div
class="card card-services container-bg-d space"
style="width: 22rem"
>
<picture>
<source
srcset="./src/media/images/blog.avif"
type="image/avif"
/>
<source
srcset="./src/media/images/blog.webp"
type="image/webp"
/>
<img
src="./src/media/images/blog.jpg"
class="rounded-start service-image-2"
width="100%"
height="100%"
alt="Vratsky template"
/>
</picture>
<div class="card-body">
<h5 class="card-title space-bottom-little">at $200*</h5>
<p class="card-text gray-color space-top-little">
A blog with a ready-made template, handy admin panel will
allow you to quickly create and edit news, as well as modify
the site yourself.
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item transparent white-color">Technology</li>
<li class="list-group-item transparent gray-color">WordPress</li>
</ul>
<div class="card-body"></div>
</div>
<div
class="card card-services container-bg-d space"
style="width: 22rem"
>
<picture>
<source
srcset="./src/media/images/shop.avif"
type="image/avif"
/>
<source
srcset="./src/media/images/shop.webp"
type="image/webp"
/>
<img
src="./src/media/images/shop.jpg"
class="rounded-start service-image-3"
width="100%"
height="100%"
alt="Vratsky template"
/>
</picture>
<div class="card-body">
<h5 class="card-title space-bottom-little">at $300*</h5>
<p class="card-text gray-color space-top-little">
Many ready-made templates as well as excellent support will
quickly set up and run your online store.
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item transparent white-color">Technology</li>
<li class="list-group-item transparent gray-color">WordPress</li>
</ul>
<div class="card-body"></div>
</div>
</div>
</div>
</div>
</div>
<!-- scripts -->
<script src="./src/js/theme-switch-dist.js"></script>
<script src="./src/js/dynamic-adapt-dist.js"></script>
<script src="./src/js/bootstrap.bundle.min.js"></script>
</body>
</html>