-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
369 lines (361 loc) · 15.5 KB
/
news.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
<!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>News | 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 active" 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" 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">News</h2>
<div class="content">
<ul>
<li><a href="#rebranding">Rebranding in progress...</a></li>
<li>
<a href="#battle"
>Ukrainian’s jazz band mesmerized Middle Eastern audience</a
>
</li>
<li><a href="#surlefil">Sur Le Fil</a></li>
<li>
<a href="#fdlm">"Fête de la Musique - 2012", Kharkiv, Ukraine</a>
</li>
</ul>
</div>
<article id="rebranding">
<div class="container-fluid section">
<p class="date">February 8, 2023</p>
<h3>Rebranding in progress...</h3>
<p>
A major rebranding is in progress. ‘Major’ means that I changed my
name from ILYA to my actual name, ILLIA.
</p>
<p>
It should be easy, but, in fact, it involves a great deal of work
and consideration, as different digital distributors and platforms
follow their own practices regarding the same music being
resubmitted under different artist names. My music will
temporarily disappear from most platforms and then gradually
return as I resubmit it.
</p>
<p>
However, not everything is bright. My current distributor informed
me that some platforms (like Apple Music) might reject the
submission. I will be in close contact with those platforms to
prevent this. Honestly, though, I am ready for the worst (but I
won't let it stop me).
</p>
<p>
If you would like to listen to/download/buy my stuff, it is always
available on my Bandcamp page. Really, this service should be your
first choice when you want your favorite artist to actually feel
that their music is being purchased. I have not been with them for
long, but my revenue from them will soon equal my total all-time
revenue from all the streaming platforms put together. So, yeah,
Bandcamp rules.
</p>
<p>
I’m also working on new tracks, many of which are near-to-ready,
and I will submit them too, though they will appear on Bandcamp
long before they appear anywhere else. I just want the Spotify
algorithms to work for me a bit.
</p>
<p>
That being said, there is still a 'Subscribe' button on my
website. Feel free to click it if you want to get updates on the
new things I do.
</p>
<p>Cheers, <br />ILLIA Netkach</p>
</div>
</article>
<article id="battle">
<div class="container-fluid section">
<p class="date">May 31, 2016</p>
<h3>Ukrainian’s jazz band mesmerized Middle Eastern audience</h3>
<p>
Since olden times, Ukrainians have been known for their musicality
– and not just in terms of folk music. Ukrainians don’t sit by and
ignore modern music. It isn’t only about winning European
contests; our performers are well-known even in the Middle East.
</p>
<p>
For instance, last week, the Illia Netkach Band achieved great
success in the Battle of the Bands in Bahrain. “Three weeks ago, I
received, from the organizer of the Battle of the Bands at the
Hard Rock Cafe Bahrain, an invitation to participate. I gathered
my colleagues and we formed a band. Before the semi-final, we had
less than a week to rehearse. Then we had only another week to
rehearse before the final. During the final, the judges gave us a
standing ovation. People had a very emotional response to this
very specific style of music,” said Mr. Illiaa, the band leader.
Approximately 20 bands took part in the contest and six of them
made it into the finals. “The brightest moments for us were
on-stage performances. The audience’s response was absolutely
unexpected. This was twice as valuable to us because we don’t have
our own audience in Bahrain,” – that was how the musicians
described the experience.
</p>
<p>
Mr. Illia is a jazz violinist who composes his own music, mostly
in the fusion style. He originally hailed from Kharkiv. In
Ukraine, he had his own band, which performed at Fete de la
Musique (Kharkiv). After moving to Qatar, Mr. Illia participated
in jazz jams and recorded his own music, which he posted to
iTunes. Later, Mr. Illia returned to Ukraine, where he stayed for
six months and continued his musical activities. He played two
tours as part of the Sympho Show “World Hits” and then moved to
Bahrain. Though the band was created specifically for the contest,
the musicians will continue collaborating. “We have plans for the
future. At present, I have invited a few more musicians and we are
working on a full-scale concert program. The first show is
scheduled for after Ramadan. Our band will be international. The
keyboardist (Alina Kharchenko) and I are from Ukraine, the
guitarist (Sunny Salis) is from India, the bass player is from
Pakistan and the drummer (Ryan John) is from Bahrain,” said Mr.
Illia. The band has its own creative vision. The musicians cast
away any comparisons and state that music is not sports. The main
point of any contest is to perform for the audience, not to win.
Present-day musicians often forget this. “Winning the contest was
not our main goal. Even in the finals, we did not expect anything.
I knew that we would win something only when the judging panel
gave us a standing ovation. It’s still possible to read our
communication with the organizer of the contest on the Hard Rock
Café page. There, he said, “We’re waiting for the result,” and I
responded that this was not the most important thing, that we had
achieved our outcome when the last song ended. It’s not good to
forget the real reason why music exists,” said the musician.
</p>
<p>
There are quite a lot compliments about the band’s performance
could be found online. Users emphasized the unique character of
the music and the outstanding talent of the musicians.
</p>
<p>
Translated from Ukrainian. Source –
<a href="https://global-ukraine.com/" target="_blank"
>Global Ukraine</a
>.
</p>
</div>
</article>
<article id="surlefil">
<div class="container-fluid section">
<p class="date">September 9, 2015</p>
<h3>Sur Le Fil</h3>
<iframe
width="100%"
height="315"
src="https://www.youtube.com/embed/LkWgYXfndpI"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
></iframe>
<p>
Illia Netkach - violin<br />
Ryan John - drums<br />
Nadia Lopchynska - piano<br />
</p>
<p>
"Sur Le Fil" (OST "Le Fabuleux Destin d'Amélie Poulain" /
"Amelie")<br />
Composer - Yann Tiersen<br />
Arranged and performed by Illia Netkach (Ukraine) on violin, Nadia
Lopchynska (Ukraine) on piano and Ryan John (Bahrain) on drums.<br />
Performed, recorded, mixed and mastered in Kingdom of Bahrain
7/09-11/09/2015.
</p>
</div>
</article>
<article id="fdlm">
<div class="container-fluid section">
<p class="date">February 3, 2014</p>
<h3>"Fête de la Musique - 2012", Kharkiv, Ukraine</h3>
<iframe
width="100%"
height="315"
src="https://www.youtube.com/embed/MvdHkoRa8P0"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
></iframe>
<p>
"Lugsana" - live performance on "Fête de la Musique - 2012",
Kharkov, Ukraine.
</p>
<p>
Illia Netkach - violin; <br />
Alexander Gloshkin - guitar;<br />
Anton Belitskiy - bass;<br />
Sergey Dalek - drums.
</p>
<p>
The Fête de la Musique, also known as Make Music Day or World
Music Day, is an annual music celebration taking place on June
21.<br />
The concept of an all-day musical celebration on the days of the
solstice, was originated by the French Minister of Culture, Jack
Lang. The festival later became celebrated in 120 countries around
the world.`
</p>
</div>
</article>
</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>