-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
167 lines (152 loc) · 7.29 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
---
layout: default
custom_js: home
---
<section class="section section--hero hero">
<div class="container">
<div class="hero__inner is-flex-direction-row-reverse is-justify-content-space-between">
<div class="hero__video">
<div class="hero__video-inner">
<video controls id="myVideo" class="responsive-video js-video"
poster="{{ site.github.url }}/images/bg/video-poster.jpg"
data-url="{{ site.github.url }}/assets/LTS-2019-SuperTrailer_web.mp4"
data-url-mobile="">
</video>
<a class="hero__play js-play" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="40.42" viewBox="0 0 30 40.418"
class="hero__play-icon">
<path d="M30.76,58.573,55.637,40.914a2.594,2.594,0,0,0,0-4.189L30.76,19.131a2.572,2.572,0,0,0-4.06,2.127V56.575A2.551,2.551,0,0,0,30.76,58.573Z"
transform="translate(-26.7 -18.645)" fill="currentColor"/>
</svg>
<span class="hero__play-label">Video Play Button</span>
</a>
</div>
</div>
<div class="hero__content">
<h1 class="title title--main">Become a Digital Leader</h1>
<ul class="list list--big">
<li>For 12-19 years old students</li>
<li>Learn the latest technologies</li>
<li>Grow your business & industry knowledge</li>
<li>Express your creativity</li>
</ul>
{% if site.data.registration.open %}
<a href="{{ site.github.url }}/registration" class="button button--blue">Register now</a>
{% endif %}
</div>
</div>
</div>
</section>
<section class="section image-left">
<div class="container">
<div class="columns">
<div class="column has-text-centered">
<img class="image section__image section__image--shifted"
src="{{ site.github.url }}/images/highlights/ictspring.jpg"
alt="">
</div>
<div class="column">
<h2 class="title is-uppercase">Why LTS ?</h2>
<div class="content">
<p>
Luxembourg needs people with digital skills!
Still, a large number of children and students have never been engaged in any coding activity.
This is both a challenge and an opportunity to fill this void and provide new learning
possibilities.
</p>
<p>
If you are between 12 and 19 years old, passionate about the digital realm and eager to learn
and apply technology in a real business or creative context, then the Luxembourg Tech School
(LTS for short)
is for you!
</p>
</div>
<a href="/how-it-works" class="button">How it works?</a>
</div>
</div> <!-- columns -->
</div>
</section>
<section class="section image-right">
<div class="container">
<div class="columns is-vcentered">
<div class="column has-text-centered">
<img class="image section__image"
src="{{ site.github.url }}/images/highlights/AstroPiSES2019-3.14.1.jpg" alt="">
</div>
<div class="column">
<h2 class="title is-uppercase">What ? How ?</h2>
<div class="content">
<p>
Since 2016, the Luxembourg Tech School supports the national strategy by developing the future
digital leaders.
We implemented a unique project-based methodology that has proven, not only, successful, but
also highly motivating and fun for you.
</p>
<p>
You work in teams on your own projects, learn new technologies and get personalised coaching!
From Creative Coding, to Game Development, passing by Financial Technologies, Artificial
Intelligence or even Space, we provide a packed program.
</p>
</div>
<a href="/program" class="button" title="Read more about how it works">Discover the program</a>
</div>
</div> <!-- columns -->
</div>
</section>
{% if site.data.registration.status == 'open' %}
<section class="section want-to-join has-text-centered">
<h2 class="title title--white is-uppercase">Want to join ?</h2>
<div class="button-center">
<a href="/registration" class="button button--big">Register now</a>
</div>
</section>
{% endif %}
<section class="section where">
<div class="container">
<div class="where__header">
<h2 class="title is-uppercase">Where ?</h2>
<h3 class="subtitle">10+ Schools, 200+ Students</h3>
</div>
<div class="columns is-desktop is-flex-wrap-wrap mt-5 where__list">
{% for location in site.data.schools %}
<div class="column is-one-third-desktop is-one-fifth-widescreen">
<h3 class="where__title where__title--{{location.color}}">{{location.location}}</h3>
<ul class="list list--bullet">
{% for school in location.schools %}
<li><a href="{{school.link}}" target="_blank" rel="noopener noreferrer" class="where__link">{{school.name}}</a>
</li>
{% endfor %}
</ul>
</div>
{% endfor %}
</div>
<div class="where__footer">
<strong>Not a student in one of these schools ? No problem !</strong>
<p><a href="/contact">Get in touch with us</a> and we will find a suitable group for you in one of the
places.</p>
</div>
</div>
</section>
<section class="section news">
<div class="container">
<h2 class="title has-text-centered is-uppercase mb-6">Latest News</h2>
<div class="columns is-flex-wrap-wrap is-justify-content-center">
{% for post in site.posts limit: 2 %}
<div class="column is-half-tablet is-one-third-desktop">
<a class="item-preview" href="{{post.url}}">
<time class="item-preview__date" datetime="{{ page.date | date_to_xmlschema }}"
itemprop="datePublished">
{{ post.date | date: "%b %-d, %Y" }}
</time>
<h3 class="item-preview__title is-uppercase">{{post.title}}</h3>
<div class="item-preview__image" style="background-image: url({{ post.thumbnail }})"></div>
<div class="item-preview__excerpt">{{ post.short_description }}</div>
</a>
</div>
{% endfor %}
</div>
<div class="button-center">
<a href="/news" class="button">See all</a>
</div>
</div>
</section>