-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
662 lines (656 loc) · 33.3 KB
/
index.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
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>SkillUp School Luxembourg</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-63371694-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-63371694-1');
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cambay&display=swap" rel="stylesheet">
<link rel="canonical" href="https://skillup.lu/" />
<meta name="robots" content="index, follow">
<link rel="stylesheet" type="text/css" href="./css/normalize.css">
<link rel="stylesheet" type="text/css" href="./css/main.css">
<link rel="stylesheet" type="text/css" href="./css/common.css">
<link rel="stylesheet" type="text/css" href="./css/course.css">
<link rel="stylesheet" type="text/css" href="./css/popup.css">
<!-- <link rel="preload" href="./fonts/oswald.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="./fonts/roboto.woff2" as="font" type="font/woff2" crossorigin="anonymous"> -->
<meta property="og:type" content="article" />
<meta property="og:title" content="SkillUp School Luxembourg" />
<meta property="og:description"
content="Get the Profession of the Future! SkillUp School web course will help you enter the IT field very easily. You will learn how to create a website. It is very interesting and it could be your future job!" />
<meta property="og:image" content="https://skillup.lu/share.png" />
<meta property="og:url" content="https://skillup.lu/" />
<meta property="og:site_name" content="SkillUp School" />
<link rel="icon" type="image/png" href="./favicon.png">
<meta property="fb:app_id" content="233972957843366" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdnjs.cloudflare.com/ajax/libs/parallax/3.1.0/parallax.min.js"></script>
<script src="./js/parallax.js">
</script>
</head>
<body class="js-body">
<header class="header">
<div class="logo">
<img src="./img/skillup/logo.svg" alt="logo">
</div>
<nav class="menu">
<ul class="menu__items">
<li class="menu__item">
<a href="#courses">Our courses</a>
</li>
<li class="menu__item">
<a href="#about">About us</a>
</li>
<li class="menu__item">
<a href="#instructors">Instructors</a>
</li>
<li class="menu__item">
<a href="#contacts">Contacts</a>
</li>
</ul>
</nav>
<div class="social">
<ul class="social-contacts">
<li><a class="social-link social-link--facebook" href="https://facebook.com/skilluplu" target="_blank"
rel="noopener nofollow" title="Our Facebook"><span class="for-screen-readers">Our Facebook</span></a></li>
<li><a class="social-link social-link--twitter" href="https://twitter.com/skilluplu" target="_blank"
rel="noopener nofollow" title="Our Twitter"><span class="for-screen-readers">Our Twitter</span></a></li>
<li><a class="social-link social-link--instagram" href="https://instagram.com/skilluplu" target="_blank"
rel="noopener nofollow" title="Our Instagram"><span class="for-screen-readers">Our Instagram</span></a></li>
<li><a class="social-link social-link--youtube" href="
https://www.youtube.com/c/SkillUpSchool" target="_blank" rel="noopener nofollow" title="Our Youtube"><span
class="for-screen-readers">Our
Youtube</span></a></li>
<li><a class="social-link social-link--linkedin" href="https://www.linkedin.com/company/skilluplu"
target="_blank" title="Our LinkedIn" rel="noopener nofollow"><span class="for-screen-readers">Our
LinkedIn</span></a></li>
<li><a class="social-link social-link--telegram" href="https://t.me/skilluplu" target="_blank"
rel="noopener nofollow" title="Our Telegram"><span class="for-screen-readers">Our Telegram</span></a></li>
</ul>
<div class="hashtag">#SkillUpLu</div>
</div>
<!-- <button class="menu-btn">
-
</button> -->
<!-- <div class="lang">
<ul class="lang__items">
<li class="lang-item active">eng</li>
<li class="lang-item">rus</li>
</ul>
<button class="lang__btn"></button>
</div> -->
</header>
<main>
<section class="main-section">
<div class="parallax">
<!-- <span class="php-parallax" data-depth="0.2"></span> -->
<span class="java-parallax" data-depth="0.4"></span>
<span class="css-parallax" data-depth="0.3"></span>
<!-- <span class="html-parallax" data-depth="0.4"></span> -->
<h2 class="main-slogan" data-depth="0.1">Get the Profession<br>of the Future!</h2>
<div class="main-img" data-depth="0.2"><img src="./img/lesson-lika.jpg" alt="Lesson at SkillUp School"></div>
</div>
</section>
<section class="course-section">
<h2 class="course-section-title" id="courses">Courses</h2>
<ul class="course-list">
<li class="course-item course-front1">
<svg width="400" height="432" viewBox="0 0 400 432" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d)">
<path class="course-color" d="M200 412L26.7949 312V112L200 12L373.205 112V312L200 412Z" />
<path d="M368 116L200 20L200 404L368 308V116Z" fill="white" />
</g>
<defs>
<filter id="filter0_d" x="10.7949" y="0" width="378.41" height="432" filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB">
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feOffset dy="4" />
<feGaussianBlur stdDeviation="8" />
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
<feBlend mode="normal" in="SourceGraphic" result="shape" />
</filter>
</defs>
</svg>
<div class="course-item-content">
<div class="course-item-left">
<div class="course-item-title">Basic <br> Frontend</div>
<ul class="course-item-tag-list">
<li>HTML</li>
<li>CSS</li>
<li>GIT</li>
<li>JavaScript</li>
</ul>
</div>
<div class="course-item-right">
<p class="course-item-text">Web basics: <br> HTML and CSS.<br>Start to think<br>as a developer.</p>
<div class="course-item-discount-price">Stay tuned</div>
<!-- <div class="course-item-price">750€</div>-->
<!-- <div class="course-item-discount-price">650€</div>-->
<!-- <br>-->
<!-- <div class="course-item-more">-->
<!-- <a class="course-item-link" href="./course/frontend.html" target="_blank">More</a>-->
<!-- </div>-->
</div>
</div>
</li>
<li class="course-item course-back1">
<svg width="400" height="432" viewBox="0 0 400 432" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d)">
<path class="course-color" d="M200 412L26.7949 312V112L200 12L373.205 112V312L200 412Z" />
<path d="M368 116L200 20L200 404L368 308V116Z" fill="white" />
</g>
<defs>
<filter id="filter0_d" x="10.7949" y="0" width="378.41" height="432" filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB">
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feOffset dy="4" />
<feGaussianBlur stdDeviation="8" />
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
<feBlend mode="normal" in="SourceGraphic" result="shape" />
</filter>
</defs>
</svg>
<div class="course-item-content">
<div class="course-item-left">
<div class="course-item-title">Java</div>
<ul class="course-item-tag-list">
<li>Java</li>
<li>Spring</li>
<li>GIT</li>
<li>Backend</li>
</ul>
</div>
<div class="course-item-right">
<p class="course-item-text">Let's develop highly functional websites based on Java / Spring technology
stack.</p>
<div class="course-item-discount-price">Stay tuned</div>
<!-- <div class="course-item-more">
<a class="course-item-link" href="courses/java-course.html" target="_blank">More</a>
</div> -->
</div>
</div>
</li>
<li class="course-item course-ux">
<svg width="400" height="432" viewBox="0 0 400 432" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d)">
<path class="course-color" d="M200 412L26.7949 312V112L200 12L373.205 112V312L200 412Z" />
<path d="M368 116L200 20L200 404L368 308V116Z" fill="white" />
</g>
<defs>
<filter id="filter0_d" x="10.7949" y="0" width="378.41" height="432" filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB">
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feOffset dy="4" />
<feGaussianBlur stdDeviation="8" />
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
<feBlend mode="normal" in="SourceGraphic" result="shape" />
</filter>
</defs>
</svg>
<div class="course-item-content">
<div class="course-item-left">
<div class="course-item-title">UX Design</div>
<ul class="course-item-tag-list">
<li>User Interface</li>
<li>User Experience</li>
<li>User research</li>
<li>User journey</li>
<li>User flow</li>
<li>Usability testing</li>
</ul>
</div>
<div class="course-item-right">
<p class="course-item-text">This course will help you think like a designer & understand how to build
user
centric products. Let’s solve your user problems with great design!</p>
<div class="course-item-discount-price">Stay<br>tuned</div>
<!-- <div class="course-item-more">
<a class="course-item-link" href="courses/ux-course.html" target="_blank">More</a>
</div> -->
</div>
</div>
</li>
<li class="course-item course-ui">
<svg width="400" height="432" viewBox="0 0 400 432" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d)">
<path class="course-color" d="M200 412L26.7949 312V112L200 12L373.205 112V312L200 412Z" />
<path d="M368 116L200 20L200 404L368 308V116Z" fill="white" />
</g>
<defs>
<filter id="filter0_d" x="10.7949" y="0" width="378.41" height="432" filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB">
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feOffset dy="4" />
<feGaussianBlur stdDeviation="8" />
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
<feBlend mode="normal" in="SourceGraphic" result="shape" />
</filter>
</defs>
</svg>
<div class="course-item-content">
<div class="course-item-left">
<div class="course-item-title">UI Design</div>
<ul class="course-item-tag-list">
<li>User Interface</li>
<li>Visual design</li>
<li>Motion design</li>
<li>Figma</li>
<li>Accessibility</li>
<li>Typography</li>
</ul>
</div>
<div class="course-item-right">
<p class="course-item-text"> Everything you need to know about how to create user interfaces. Colors,
typography, interactions and other.</p>
<div class="course-item-discount-price">Stay tuned</div>
<!-- <div class="course-item-more">
<a class="course-item-link" href="courses/ui-course.html" target="_blank">More</a>
</div> -->
</div>
</div>
</li>
<li class="course-item course-wordpress">
<svg width="400" height="432" viewBox="0 0 400 432" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d)">
<path class="course-color" d="M200 412L26.7949 312V112L200 12L373.205 112V312L200 412Z" />
<path d="M368 116L200 20L200 404L368 308V116Z" fill="white" />
</g>
<defs>
<filter id="filter0_d" x="10.7949" y="0" width="378.41" height="432" filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB">
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feOffset dy="4" />
<feGaussianBlur stdDeviation="8" />
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
<feBlend mode="normal" in="SourceGraphic" result="shape" />
</filter>
</defs>
</svg>
<div class="course-item-content">
<div class="course-item-left">
<div class="course-item-title">Wordpress</div>
<ul class="course-item-tag-list">
<li>HTML</li>
<li>CSS</li>
<li>Installation</li>
<li>Templates</li>
<li>Plugins</li>
</ul>
</div>
<div class="course-item-right">
<p class="course-item-text">Build a powerful website from scratch with WordPress.</p>
<div class="course-item-discount-price">Stay tuned</div>
<!-- <div class="course-item-more">
<a class="course-item-link" href="courses/wordpress-course.html" target="_blank">More</a>
</div> -->
</div>
</div>
</li>
<li class="course-item course-front2">
<svg width="400" height="432" viewBox="0 0 400 432" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d)">
<path class="course-color" d="M200 412L26.7949 312V112L200 12L373.205 112V312L200 412Z" />
<path d="M368 116L200 20L200 404L368 308V116Z" fill="white" />
</g>
<defs>
<filter id="filter0_d" x="10.7949" y="0" width="378.41" height="432" filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB">
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feOffset dy="4" />
<feGaussianBlur stdDeviation="8" />
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
<feBlend mode="normal" in="SourceGraphic" result="shape" />
</filter>
</defs>
</svg>
<div class="course-item-content">
<div class="course-item-left">
<div class="course-item-title">Frontend <br> Level 2</div>
<ul class="course-item-tag-list">
<li>CSS advanced</li>
<li>Advanced GIT</li>
<li>Advanced<br>JavaScript</li>
<li>Webpack</li>
</ul>
</div>
<div class="course-item-right">
<p class="course-item-text">Everything what you need to know about modern web projects</p>
<div class="course-item-discount-price">Stay tuned</div>
</div>
</div>
</li>
<li class="course-item course-back2">
<svg width="400" height="432" viewBox="0 0 400 432" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d)">
<path class="course-color" d="M200 412L26.7949 312V112L200 12L373.205 112V312L200 412Z" />
<path d="M368 116L200 20L200 404L368 308V116Z" fill="white" />
</g>
<defs>
<filter id="filter0_d" x="10.7949" y="0" width="378.41" height="432" filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB">
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feOffset dy="4" />
<feGaussianBlur stdDeviation="8" />
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
<feBlend mode="normal" in="SourceGraphic" result="shape" />
</filter>
</defs>
</svg>
<div class="course-item-content">
<div class="course-item-left">
<div class="course-item-title">Backend<br>Level 2</div>
<ul class="course-item-tag-list">
<li>Java</li>
<li>Spring</li>
<li>GIT</li>
<li>JavaScript</li>
</ul>
</div>
<div class="course-item-right">
<p class="course-item-text">Advanced Java web application</p>
<div class="course-item-discount-price">Stay tuned</div>
<!-- <div class="course-item-more">
<a class="course-item-link" href="courses/backend-course.html" target="_blank">More</a>
</div> -->
</div>
</div>
</div>
</li>
<li class="course-item course-kid">
<svg width="400" height="432" viewBox="0 0 400 432" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d)">
<path class="course-color" d="M200 412L26.7949 312V112L200 12L373.205 112V312L200 412Z" />
<path d="M368 116L200 20L200 404L368 308V116Z" fill="white" />
</g>
<defs>
<filter id="filter0_d" x="10.7949" y="0" width="378.41" height="432" filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB">
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feOffset dy="4" />
<feGaussianBlur stdDeviation="8" />
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
<feBlend mode="normal" in="SourceGraphic" result="shape" />
</filter>
</defs>
</svg>
<div class="course-item-content">
<div class="course-item-left">
<div class="course-item-title">Kids Geeks</div>
<div class="course-item-title-description">Special course for<br>Teens & kids</div>
<ul class="course-item-tag-list">
<li>JavaScript</li>
<li>HTML</li>
<li>CSS</li>
</ul>
</div>
<div class="course-item-right">
<p class="course-item-text">Without a doubt, the best gift you can give them is knowledge. The knowledge
gained in positive ways that will stay with your child for the rest of their life.</p>
<div class="course-item-discount-price">Stay tuned</div>
<!-- <div class="course-item-discount-price">650€</div>-->
<!-- <div class="course-item-more">-->
<!-- <a class="course-item-link" href="./course/kids-course.html" target="_blank">More</a>-->
<!-- </div>-->
</div>
</div>
</li>
</ul>
</section>
<section class="feature-section">
<h2>Features</h2>
<ul class="feature-list">
<li class="feature-item feature-item-project">
<div class="feature-img"></div>
<p class="feature-text">Create your own project</p>
</li>
<li class="feature-item feature-item-test">
<div class="feature-img"></div>
<p class="feature-text">Comprehension quiz
</p>
</li>
<li class="feature-item feature-item-task">
<div class="feature-img"></div>
<p class="feature-text">Classroom and home assignments</p>
</li>
<li class="feature-item feature-item-review">
<div class="feature-img"></div>
<p class="feature-text">Code review and feedback</p>
</li>
<li class="feature-item feature-item-expert">
<div class="feature-img"></div>
<p class="feature-text">Direct contact with an expert in the field</p>
</li>
<li class="feature-item feature-item-modern">
<div class="feature-img"></div>
<p class="feature-text">All modern technologies and standards</p>
</li>
<li class="feature-item feature-item-beginner">
<div class="feature-img"></div>
<p class="feature-text">Suitable for complete beginners</p>
</li>
<li class="feature-item feature-item-certificate">
<div class="feature-img"></div>
<p class="feature-text">Certificate
</p>
</li>
</ul>
</section>
<section class="progress-section">
<h2>Progress</h2>
<ul class="progress__list">
<li class="progress__item progress__item--paw">
<p class="progress__description">Introduction to IT</p>
<span class="progress__week">1 step</span>
</li>
<li class="progress__item progress__item--droid">
<p class="progress__description">Practice</p>
<span class="progress__week">2 step</span>
</li>
<li class="progress__item progress__item--rocket">
<p class="progress__description">Homework & tests</p>
<span class="progress__week">3 step</span>
</li>
<li class="progress__item progress__item--study">
<p class="progress__description">Project delivery & Certificate</p>
<span class="progress__week">4 step</span>
</li>
</ul>
</section>
<section class="freelance-section">
<h2 class="freelance__title">TAKE THE COURSE AND WORK FROM ANYWHERE IN THE WORLD</h2>
<button class="freelance__btn js-open-popup" data-popup="signup">Sign in</button>
</section>
<section class="instructor-section" id="instructors">
<h2 class="instructor__title">Instructors</h2>
<p class="instructor__description">ALL OUR TEACHERS ARE SUCCESSFUL SPECIALISTS IN THEIR FIELD.</p>
<ul class="instructor__list">
<li class="instructor__item">
<div class="instructor__info">
<a href="https://www.linkedin.com/in/likita/" class="instructor__link" target="_blank">
<img src="img/teacher/instructor-1.jpg" alt="Vasilika Klimova" class="instructor__photo">
</a>
<p class="instructor__name">Vasilika Klimova</p>
</div>
<p class="instructor__about">Technical Manager, Frontend, Fullstack. Speaker, Founder of SkillUp School & Cute
Geek Agency, Teacher
of the Frontend Development course and the Kids Geeks course</p>
</li>
<li class="instructor__item">
<div class="instructor__info">
<a href="https://www.linkedin.com/in/victoralekseev/" class="instructor__link" target="_blank">
<img src="img/teacher/instructor-2.jpg" alt="Victor Alekseev" class="instructor__photo">
</a>
<p class="instructor__name">Victor Alekseev</p>
</div>
<p class="instructor__about">Senior Software Engineer at Workato,<br>Teacher of the Backend course</p>
</li>
<li class="instructor__item">
<div class="instructor__info">
<a href="https://www.linkedin.com/in/geoffreycrofte/" class="instructor__link" target="_blank">
<img src="img/teacher/instructor-4.jpg" alt="Alfred Steinberg" class="instructor__photo">
</a>
<p class="instructor__name">Geoffrey Croftє</p>
</div>
<p class="instructor__about">Speaker, Senior UX/UI Lead Designer at Groupe Foyer, Teacher of UI design
course</p>
</li>
</ul>
</section>
<section class="review-section">
<h2 class="review__title">Reviews</h2>
<ul class="review__list">
<li class="review__item active">
<p class="review__name">Rita Bernardino</p>
<p class="review__content"><a href="https://www.facebook.com/rita.bernardino.9/posts/2593199400748833"
target="_blank" rel="noopener nofollow"><img src="img/review/review1.jpg" alt="Rita Bernardino"
class="review__photo">Amazing! "Basic Web Development Course" is a really good program. Vasilika Klimova
is a magnificent teacher and inspires us to be better every day. This course was my first step in the
"programming world" but I hope that you can inspire more people. I will follow your steps willing to learn
more and more!</a></p>
</li>
<li class="review__item">
<p class="review__name">Irina Merkina</p>
<p class="review__content"><a href="https://www.facebook.com/irina.merkina/posts/3119153378133244"
target="_blank" rel="noopener nofollow"><img src="img/review/review2.jpg" alt="Irina Merkina"
class="review__photo">Vasilika is one of the most professional and advanced teachers I ever met. For me,
a middle-aged humanitarian with no experience in programming, it seemed unbelievable to plunge into a new
field. But that's exactly what happened - a fantastic world opened up to me and I became a fan of
frontend.
Vasilika managed to include the most interesting and important things in her course, she finds a simple
way to explain the complex information and is always available for questions and private consultation. As
a result, her students graduate the course with basic and real knowledge - and with their own interactive
website, made from zero!
I highly recommend Vasilika and her school as the best start for all the beginners.</a></p>
</li>
</ul>
<div class="review__controls">
<button class="review__btn review__prev">Prev</button>
<button class="review__btn review__next">Next</button>
</div>
</section>
<section class="mentor-section">
<img src="img/mentor.jpg" alt="Vasilika Klimova" class="mentor__photo">
<div>
<h2 class="mentor__title" id="about">SkillUp School is the step to your new future...
</h2>
<h3 class="mentor__description">
SkillUp school is a school of technical skills that can help you to get a new profession in the IT field.
We have courses for absolute beginners and for developers who want to try other areas.
I believe anyone can learn programming. So dream and do.
</h3>
<h4 class="mentor__about">Vasilika Klimova, Founder of SkillUp School in Luxembourg</h4>
</div>
</section>
</main>
<footer class="footer">
<nav class="menu">
<ul class="menu__items">
<li class="menu__item">
<a href="#courses">Our courses</a>
</li>
<li class="menu__item">
<a href="#about">About us</a>
</li>
<li class="menu__item">
<a href="#instructors">Instructors</a>
</li>
<li class="menu__item">
<a href="#contacts">Contacts</a>
</li>
</ul>
</nav>
<div class="footer__online-contacts">
<div class="hashtag">#SkillUpLu</div>
<ul class="social-contacts">
<li><a class="social-link social-link--facebook" href="https://facebook.com/skilluplu" target="_blank"
rel="noopener nofollow" title="Our Facebook"><span class="for-screen-readers">Our Facebook</span></a></li>
<li><a class="social-link social-link--twitter" href="https://twitter.com/skilluplu" target="_blank"
rel="noopener nofollow" title="Our Twitter"><span class="for-screen-readers">Our Twitter</span></a></li>
<li><a class="social-link social-link--instagram" href="https://instagram.com/skilluplu" target="_blank"
rel="noopener nofollow" title="Our Instagram"><span class="for-screen-readers">Our Instagram</span></a></li>
<li><a class="social-link social-link--youtube" href="https://www.youtube.com/c/SkillUpSchool" target="_blank"
rel="noopener nofollow" title="Our Youtube"><span class="for-screen-readers">Our
Youtube</span></a></li>
<li><a class="social-link social-link--linkedin" href="https://www.linkedin.com/company/skilluplu"
target="_blank" title="Our LinkedIn" rel="noopener nofollow"><span class="for-screen-readers">Our
LinkedIn</span></a></li>
<li><a class="social-link social-link--telegram" href="https://t.me/skilluplu" target="_blank"
rel="noopener nofollow" title="Our Telegram"><span class="for-screen-readers">Our Telegram</span></a></li>
</ul>
<!-- <p class="communication"></p> -->
</div>
<div class="footer__offline-contacts" id="contacts">
<div class="footer__contacts">
<a class="footer__email"
href="mailto:info@skillup.lu">info@skillup.lu</a>
</div>
<!-- <div class="footer__location">-->
<!-- <address class="location__address">-->
<!-- <span class="location__title">Location: </span>-->
<!-- <br>-->
<!-- 20 Rue des Peupliers,<br>-->
<!-- L-2328 Luxembourg-->
<!-- </address>-->
<!-- </div>-->
</div>
<div class="logo">
<img src="./img/skillup/logo.svg" alt="logo">
<span class="current-year">2025</span>
</div>
</footer>
<section class="popup visually-hidden" id='webinar-popup'>
<h2 class="popup__title">Yeah, great choice!</h2>
<p class="popup__description">Please fill the quick form to attend a free webinar and we'll get back to you as soon
as possible.</p>
<form action="#" class="popup__form webinar-form">
<input required class="popup__input" type="text" name="fullname" placeholder="FullName">
<input required class="popup__input" type="email" name="email" placeholder="Email">
<input required class="popup__input" type="tel" name="phone" placeholder="International phone number format">
<p class="popup__success hidden">Thank you for subscribing to our free webinar. We will contact you shortly!</p>
<button type="submit" class="header__register">Send</button>
</form>
<div class="popup__close">✖</div>
</section>
<section class="popup visually-hidden" id='signup-popup'>
<h2 class="popup__title">Yeah, great choice!</h2>
<p class="popup__description">Please fill the quick form to attend frontend course and we'll get back to you as soon
as possible.</p>
<form action="#" class="popup__form signup-form">
<input required class="popup__input" type="text" name="fullname" placeholder="FullName">
<input required class="popup__input" type="email" name="email" placeholder="Email">
<input required class="popup__input" type="tel" name="phone" placeholder="International phone number format">
<input class="popup__input" type="text" name="promocode" placeholder="Promo code">
<p class="popup__success hidden">Thank you for subscribing to our course. We will contact you shortly!</p>
<button type="submit" class="header__register">Send</button>
</form>
<div class="popup__close">✖</div>
</section>
<section class="cookie hidden">
<div>
<div class="flex">
<div class="cookie__logo">🍪</div>
<h2 class="cookie__title">This website uses cookies</h2>
</div>
<p class="cookie__description">We use cookies to personalize your experience. By continuing to visit this
website you agree to our use of cookies.</p>
</div>
<button class="cookie__button">Got it</button>
<a href="../privacy-policy.html" class="cookie__policy">Read our cookie policy</a>
</section>
<!-- </div> -->
<script src="./js/popup.js"></script>
<script src="./js/form.js"></script>
<script src="./js/script.js"></script>
</body>
</html>