-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
317 lines (310 loc) · 11.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-G3V547GZTX"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-G3V547GZTX");
</script>
<meta charset="UTF-8" />
<link rel="icon" href="./resources/media/favicon.png" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="The Official Illia Netkach Website" />
<meta
name="keywords"
content="Illia Netkach, Ilya Netkach, Violinist, Jazz Violinist, Fusion Violinist, Composer, Ukrainian Violinist, Violinist UAE"
/>
<meta property="og:title" content="Illia Netkach" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.illianetkach.com" />
<meta property="og:description" content="The official website" />
<link
rel="stylesheet"
href="./resources/css/bootstrap5.3.0/css/bootstrap.min.css"
/>
<!-- <link rel="preload" href="./resources/css/bootstrap5.3.0/css/bootstrap.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> -->
<!-- <noscript><link rel="stylesheet" href="styles.css"></noscript> -->
<script
src="./resources/css/bootstrap5.3.0/js/bootstrap.min.js"
defer
></script>
<link rel="stylesheet" href="./resources/css/sass/style.css" />
<script
src="https://kit.fontawesome.com/6350c6b9dc.js"
crossorigin="anonymous"
defer
></script>
<title>Services | Illia Netkach</title>
</head>
<body>
<!-- NAVIGATION -->
<nav class="navbar navbar-dark bg-dark sticky-top menu">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img
src="./resources/media/logo.svg"
alt="Logo"
height="36"
class="d-inline-block align-top"
/>
<h1>Illia Netkach</h1>
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="offcanvas"
data-bs-target="#offcanvasNavbar"
aria-controls="offcanvasNavbar"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="offcanvas offcanvas-end text-bg-dark"
tabindex="-1"
id="offcanvasNavbar"
aria-labelledby="offcanvasNavbarLabel"
>
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasNavbarLabel">
Illia Netkach
</h5>
<button
type="button"
class="btn-close btn-close-white"
data-bs-dismiss="offcanvas"
aria-label="Close"
></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="./">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./news">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./events">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./music">Music</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./video">Video</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./lessons">Lessons</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./bio">Bio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./subscribe">Subscribe</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<main>
<div class="container-md section">
<h2 class="page-title">Services</h2>
<div class="row gy-3 gx-5">
<div class="col-12 col-lg-6">
<iframe
width="100%"
height="315"
src="https://www.youtube.com/embed/Bzqh7oWLg_c?si=Ug7Z2quk-XFCSaLc"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
</div>
<div class="col-12 col-lg-6">
<h3 class="center-text">Performing violinist</h3>
<p>
Bring elegance and emotion to your next event with live violin
performances. Perfect for weddings, corporate events, and private
gatherings, my music creates an unforgettable atmosphere. Book now
to add a touch of classical charm to your special occasion!
</p>
<div class="row" style="padding: 1rem 1rem 0 1rem">
<div class="col-12 col-sm-6">
<img
src="/resources/media/images/WhatsApp-business-QR.png"
alt="WhatsApp"
class="qrcode"
/>
</div>
<div class="col-12 col-sm-6">
<a
href="https://wa.me/971503348630"
target="_blank"
class="wbutton"
>Message in WhatsApp</a
>
<p class="text-alone-center">or</p>
<a
href="mailto:[email protected]"
target="_blank"
class="text-alone-center"
>Send an Email</a
>
</div>
</div>
</div>
</div>
<hr style="margin: 3rem 0 3rem 0" />
<div class="row gy-3 gx-5" style="margin-bottom: 3rem">
<div class="col-12 col-lg-6">
<h3 class="center-text">Recording Violinist</h3>
<p>
Elevate your projects with high-quality violin recordings. Perfect
for film scores, advertisements, and personal projects, my
professional violin tracks bring depth and emotion to your
creations. Contact me today to enhance your music with the
timeless sound of the violin!
</p>
<div class="row" style="padding: 1rem 1rem 0 1rem">
<div class="col-12 col-sm-6">
<img
src="/resources/media/images/WhatsApp-business-QR.png"
alt="WhatsApp"
class="qrcode"
style="margin-bottom: 1rem"
/>
</div>
<div class="col-12 col-sm-6">
<ul
style="display: block; width: fit-content; margin: 0rem auto"
>
<li>
<a href="https://wa.me/971503348630" target="_blank"
>Message me in WhatsApp</a
>
</li>
<li>
<a href="mailto:[email protected]" target="_blank"
>Email me</a
>
</li>
<li>
<a href="https://www.fiverr.com/s/8z040VE" target="_blank"
>Hire me on Fiverr</a
>
</li>
<li>
<a
href="https://soundbetter.com/profiles/231851-illia-netkach"
target="_blank"
>Hire me on SoundBetter</a
>
</li>
</ul>
</div>
</div>
</div>
<div class="col-12 col-lg-6">
<!-- SoundCloud begins -->
<iframe
width="100%"
height="450"
scrolling="no"
frameborder="no"
allow="autoplay"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/1688087538&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"
></iframe>
<div
style="
font-size: 10px;
color: #cccccc;
line-break: anywhere;
word-break: normal;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-family: Interstate, Lucida Grande, Lucida Sans Unicode,
Lucida Sans, Garuda, Verdana, Tahoma, sans-serif;
font-weight: 100;
"
>
<a
href="https://soundcloud.com/kfv8uzh93itjhvg-1"
title="KFV8UZh93ITJhvG-1"
target="_blank"
style="color: #cccccc; text-decoration: none"
>KFV8UZh93ITJhvG-1</a
>
·
<a
href="https://soundcloud.com/kfv8uzh93itjhvg-1/sets/demos"
title="Demos"
target="_blank"
style="color: #cccccc; text-decoration: none"
>Demos</a
>
</div>
<!-- Soundcloud ends -->
</div>
</div>
</div>
</main>
<footer class="container-fluid">
<div
class="footer-connect mx-auto col-12 col-sm-10 col-md-8 col-lg-6 col-xl-5 d-flex justify-content-around flex-wrap"
>
<a
href="https://illianetkach.bandcamp.com/"
target="_blank"
alt="Bandcamp"
><i class="fa-brands fa-bandcamp" title="Bandcamp"></i></a
><a
href="https://open.spotify.com/artist/4pEkOoCg5mliPxIxPj4uYG?si=7CSgsNiFTt2pRHROOlusVg"
target="_blank"
alt="Spotify"
><i class="fa-brands fa-spotify" title="Spotify"></i></a
><a
href="https://music.apple.com/us/artist/illia-netkach/1668968997"
target="_blank"
alt="Apple Music"
><i class="fa-brands fa-itunes" title="iTunes/Apple Music"></i></a
><a
href="https://www.facebook.com/illianetkach.official/"
target="_blank"
alt="Facebook"
><i class="fa-brands fa-facebook-f" title="Facebook"></i></a
><a
href="https://instagram.com/illianetkach"
target="_blank"
alt="Instagram"
><i class="fa-brands fa-instagram" title="Instagram"></i
></a>
<a
href="https://www.youtube.com/@illianetkach"
target="_blank"
alt="YouTube"
><i class="fa-brands fa-youtube"></i
></a>
</div>
© 2025 Illia Netkach. All Rights Reserved
</footer>
</body>
</html>