-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmusic.html
485 lines (473 loc) · 18.8 KB
/
music.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
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
<!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>Music | 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 active" 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" 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">Music</h2>
<div class="row section">
<div class="col-12 col-md-5 col-lg-4 col-xl-3">
<img
src="./resources/media/images/album-artworks/rain-dust-cover.jpg"
class="img-fluid thumbn"
alt="Rain & Dust"
/>
</div>
<div class="col-12 col-md-7 col-lg-8 col-xl-9">
<h3>Rain & Dust (Single)</h3>
<p>February 14, 2020</p>
<iframe
style="border: 0; width: 100%; height: 42px"
src="https://bandcamp.com/EmbeddedPlayer/track=3093562329/size=small/bgcol=ffffff/linkcol=0687f5/artwork=none/transparent=true/"
seamless
><a
href="https://illianetkach.bandcamp.com/track/rain-dust-remastered-2023"
>Rain & Dust (Remastered 2023) by Illia Netkach</a
></iframe
>
<p>
I was experimenting with sounds I can get from my electric violin
(and so I still do), so don’t be surprised to hear some new things
from me. Also, you might hear some oriental motifs, mixed with
artificial electronic stuff – well, ideas kept popping up and I
didn’t resist. It can sound somewhat eclectic (very unusual for
me, isn’t it?) but that’s how I see it for now.
</p>
<p class="credits">
<b>Credits:</b>
<i
>Illia Netkach - violin, keyboard, bass & drums programming,
mixing and mastering.</i
>
</p>
<a
href="https://illianetkach.bandcamp.com/track/rain-dust-remastered-2023"
class="button"
target="_blank"
><i class="fa-brands fa-bandcamp"></i> Bandcamp</a
>
</div>
</div>
<div class="row section">
<div class="col-12 col-md-5 col-lg-4 col-xl-3">
<img
src="./resources/media/images/album-artworks/iam.jpg"
class="img-fluid thumbn"
alt="Rain & Dust"
/>
</div>
<div class="col-12 col-md-7 col-lg-8 col-xl-9">
<h3>I Am (EP)</h3>
<p>October 21, 2017</p>
<iframe
style="border: 0; width: 100%; height: 42px"
src="https://bandcamp.com/EmbeddedPlayer/album=4090426495/size=small/bgcol=ffffff/linkcol=0687f5/artwork=none/transparent=true/"
seamless
><a
href="https://illianetkach.bandcamp.com/album/i-am-remastered-2023"
>I Am (Remastered 2023) by Illia Netkach</a
></iframe
>
<p>
"Netkach stays frank and spontaneous in the moment while choosing
each note with care, and the result is an exotic work that feels
over in a blink, but still says a lot in a short time." © Geno
Thackara, "All About Jazz"
</p>
<p class="credits">
<b>Credits:</b>
<i>
Illia Netkach - violin, keyboard, programming; Alina Kharchenko
- piano.</i
>
</p>
<a
href="https://illianetkach.bandcamp.com/album/i-am-remastered-2023"
class="button"
target="_blank"
><i class="fa-brands fa-bandcamp"></i> Bandcamp</a
>
</div>
</div>
<div class="row section">
<div class="col-12 col-md-5 col-lg-4 col-xl-3">
<img
src="./resources/media/images/album-artworks/razzberty.jpg"
class="img-fluid thumbn"
alt="Rain & Dust"
/>
</div>
<div class="col-12 col-md-7 col-lg-8 col-xl-9">
<h3>Razzberty (Single)</h3>
<p>March 23, 2016</p>
<iframe
style="border: 0; width: 100%; height: 42px"
src="https://bandcamp.com/EmbeddedPlayer/track=2603360596/size=small/bgcol=ffffff/linkcol=0687f5/artwork=none/transparent=true/"
seamless
><a
href="https://illianetkach.bandcamp.com/track/razzberty-remastered-2023"
>Razzberty (Remastered 2023) by Illia Netkach</a
></iframe
>
<p>
The song was composed during one of the worst periods of my life.
I was facing big problems I had no idea how to manage. I had lost
my grandpa and I was discovering just how snaky and selfish people
could be. One day I went to my university and saw a big sign
depicting a flower growing out of the snow. The inscription said
“All reborn”. That made me cry like a baby but turn in the right
way. But it will be the next day and the day before I felt like a
big piece of darkness. I went home and drank first beer, then
cognac. After this medicine, all my black thoughts came out and
this song was born.
</p>
<p class="credits">
<b>Credits:</b>
<i>
Illia Netkach - violin; Alexander Gloshkin - keyboard, guitar,
bass.</i
>
</p>
<a
href="https://illianetkach.bandcamp.com/track/razzberty-remastered-2023"
class="button"
target="_blank"
><i class="fa-brands fa-bandcamp"></i> Bandcamp</a
>
</div>
</div>
<div class="row section">
<div class="col-12 col-md-5 col-lg-4 col-xl-3">
<img
src="./resources/media/images/album-artworks/diamond-and-glass.jpg"
class="img-fluid thumbn"
alt="Rain & Dust"
/>
</div>
<div class="col-12 col-md-7 col-lg-8 col-xl-9">
<h3>Diamonds & Glass (Single)</h3>
<p>November 19, 2015</p>
<iframe
style="border: 0; width: 100%; height: 42px"
src="https://bandcamp.com/EmbeddedPlayer/track=296955116/size=small/bgcol=ffffff/linkcol=0687f5/artwork=none/transparent=true/"
seamless
><a
href="https://illianetkach.bandcamp.com/track/diamonds-glass-remastered-2023"
>Diamonds & Glass (Remastered 2023) by Illia Netkach</a
></iframe
>
<p>
This track was composed in Bahrain, where I used to work as a
Violin Teacher. That was an interesting experience, I met very
good and very bad people there. In general, that period of my life
was full of weird stuff. It reflects in this piece somehow.
</p>
<p class="credits">
<b>Credits:</b>
<i>
Illia Netkach - violin; Alexander Gloshkin - keyboard, guitar,
bass.</i
>
</p>
<a
href="https://illianetkach.bandcamp.com/track/diamonds-glass-remastered-2023"
class="button"
target="_blank"
><i class="fa-brands fa-bandcamp"></i> Bandcamp</a
>
</div>
</div>
<div class="row section">
<div class="col-12 col-md-5 col-lg-4 col-xl-3">
<img
src="./resources/media/images/album-artworks/page-not-found.jpg"
class="img-fluid thumbn"
alt="Rain & Dust"
/>
</div>
<div class="col-12 col-md-7 col-lg-8 col-xl-9">
<h3>Page Not Found (EP)</h3>
<p>June 1, 2015</p>
<iframe
style="border: 0; width: 100%; height: 42px"
src="https://bandcamp.com/EmbeddedPlayer/album=4272753256/size=small/bgcol=ffffff/linkcol=0687f5/artwork=none/transparent=true/"
seamless
><a
href="https://illianetkach.bandcamp.com/album/page-not-found-remastered-2023"
>Page Not Found (Remastered 2023) by Illia Netkach</a
></iframe
>
<p>
These three pieces are perhaps the first ones I composed. I still
remember myself playing around with the chord progressions for
"Dance In The Rain" on my almost broken piano at home. "Apologise
& Promise" was out as a rough demo a couple of years before this
release, however, this version sounds very different from the
initial idea. Finally, "Angel's Dance: Page Not Found" was mainly
composed at the music school I used to work in 2013. The idea came
up when I was watching the snowflakes falling and dancing in the
air. I still love this music, and I hope, you'll like it too.
</p>
<p class="credits">
<b>Credits:</b>
<i>
Illia Netkach - violin; Alexander Gloshkin - guitar, keyboard,
bass.</i
>
</p>
<a
href="https://illianetkach.bandcamp.com/album/page-not-found-remastered-2023"
class="button"
target="_blank"
><i class="fa-brands fa-bandcamp"></i> Bandcamp</a
>
</div>
</div>
<div class="row section">
<div class="col-12 col-md-5 col-lg-4 col-xl-3">
<img
src="./resources/media/images/album-artworks/doshechka.jpg"
class="img-fluid thumbn"
alt="Rain & Dust"
/>
</div>
<div class="col-12 col-md-7 col-lg-8 col-xl-9">
<h3>Verbovaya Doshechka (Single)</h3>
<p>March 31, 2015</p>
<iframe
style="border: 0; width: 100%; height: 42px"
src="https://bandcamp.com/EmbeddedPlayer/track=1396101643/size=small/bgcol=ffffff/linkcol=0687f5/artwork=none/transparent=true/"
seamless
><a
href="https://illianetkach.bandcamp.com/track/verbovaya-doshechka-remastered-2023"
>Verbovaya Doshechka (Remastered 2023) by Illia Netkach</a
></iframe
>
<p>
Verbovaya Doshechka is Ukrainian Traditional song. Together with
my dear friends Alexander Gloshkin and Julia Melnik, we decided to
arrange it in the style of fusion, and we really like the outcome.
Actually, the major work is done by Alexander, whose ideas are
predominant in the track, also he recorded most of the
instruments. You can hear an amazing voice of Julia Melnik
throughout the song, and there is just a short solo of mine.
</p>
<p class="credits">
<b>Credits:</b>
<i>
Illia Netkach - violin; Alexander Gloshkin - keyboards, guitar,
bass, drums; Julia Melnik - vocal</i
>
</p>
<a
href="https://illianetkach.bandcamp.com/track/verbovaya-doshechka-remastered-2023"
class="button"
target="_blank"
><i class="fa-brands fa-bandcamp"></i> Bandcamp</a
>
</div>
</div>
<div class="row section">
<div class="col-12 col-md-5 col-lg-4 col-xl-3">
<img
src="./resources/media/images/album-artworks/lugsana.jpg"
class="img-fluid thumbn"
alt="Rain & Dust"
/>
</div>
<div class="col-12 col-md-7 col-lg-8 col-xl-9">
<h3>Lugsana (Single)</h3>
<p>December 31, 2012</p>
<iframe
style="border: 0; width: 100%; height: 42px"
src="https://bandcamp.com/EmbeddedPlayer/track=151951980/size=small/bgcol=ffffff/linkcol=0687f5/artwork=none/transparent=true/"
seamless
><a
href="https://illianetkach.bandcamp.com/track/lugsana-remastered-2023"
>Lugsana (Remastered 2023) by Illia Netkach</a
></iframe
>
<p>
Dear friends! It’s a great honor for me to present my first record
to you. Its name translates as «the Prayer», and really, this song
was composed in such a state of mind. It is a spiritual impulse in
the style of fusion. Enjoy!
</p>
<p class="credits">
<b>Credits:</b>
<i>
Illia Netkach - violin; Andrew Tolmachev - guitar; Alexander
Gloshkin - bass</i
>
</p>
<a
href="https://illianetkach.bandcamp.com/track/lugsana-remastered-2023"
class="button"
target="_blank"
><i class="fa-brands fa-bandcamp"></i> Bandcamp</a
>
</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>