-
Notifications
You must be signed in to change notification settings - Fork 6
/
page-about.hbs
319 lines (312 loc) · 10.1 KB
/
page-about.hbs
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
{{!-- This block preloads specific assets for the post page --}}
{{#contentFor "preload"}}
<link rel="preload" href="{{asset "css/post.css"}}" as="style" />
<link rel="preload" href="{{asset "js/page.js"}}" as="script" />
{{/contentFor}}
{{!-- This block loads specific styles for the post page --}}
{{#contentFor "styles"}}
<link rel="stylesheet" type="text/css" href="{{asset "css/post.css"}}" media="screen" />
<link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"/>
{{/contentFor}}
{{!-- The tag below means: insert everything in this file
into the {body} of the default.hbs template --}}
{{!< default}}
{{!-- Special header.hbs partial to generate the <header> tag --}}
{{#post}}
{{> header background=feature_image}}
{{/post}}
<main class="main-wrap">
{{!-- Everything inside the #post tags pulls data from the post --}}
{{#post}}
{{!-- Inject styles of the hero image to make it responsive --}}
{{> hero background=feature_image}}
<div class="m-hero__content" data-aos="fade-down">
<h1 class="m-hero-title bigger" style="padding-bottom: 1rem;">Despre ESU</h1>
<a href="{{@site.url}}/liste
" class="m-button filled">Liste Finale</a>
{{#if custom_excerpt}}
<p class="m-hero-description">{{custom_excerpt}}</p>
{{/if}}
</div>
</section>
<article>
<div class="l-content">
<div class="l-wrapper in-post" data-aos="fade-up" data-aos-delay="300">
<div class="l-post-content">
<div class="pos-relative js-post-content">
<h3>ESU 2023</h3>
<p class="lead">
Engineering Summer University este o tabără de vară de două săptămâni destinată elevilor de clasa a XI-a care doresc să descopere fascinantul domeniu al ingineriei și să experimenteze viața de student universitar într-un mediu dinamic și prietenos.
</p>
<h3>Ce facem la ESU?</h3>
<p class="lead">
Cu un program interactiv și intens, participanții vor fi implicați în activități distractive și educative, care vor cuprinde cursuri teoretice, dar și o varietate de laboratoare care le vor permite să aplice cunoștințele învățate. Cursurile de inginerie sunt susținute de profesori de top din cadrul Universității Tehnice din Cluj-Napoca și sunt structurate într-un mod interactiv și practic.
</p>
<h3>Oportunitate și distracție</h3>
<p class="lead">
Pe lângă cursuri, ESU oferă și o gamă largă de activități distractive, care vor îmbunătăți abilitățile sociale și vor încuraja participanții să se integreze în comunitatea de elevi din tabără. Cazarea în căminele din Observator le va oferi participanților șansa de a se bucura de o experiență autentică de campus.
</p>
<br />
<p class="lead">
Dacă nu ai încă un plan pentru perioada 15-29 iulie, vino să petreci două săptămâni de neuitat cu oameni pasionați și participanți din întreaga țară în cadrul Engineering Summer University.
</p>
<h3>Fii actorul verii tale!</h3>
</div>
</div>
</div>
</div>
</article>
{{/post}}
<section id="tranding">
<div class="container">
<div class="swiper tranding-slider">
<div class="swiper-wrapper">
<div class="swiper-slide tranding-slide">
<div class="tranding-slide-img">
<img src="/content/images/carousel/1.jpg" >
</div>
</div>
<div class="swiper-slide tranding-slide">
<div class="tranding-slide-img">
<img src="/content/images/carousel/2.jpg">
</div>
</div>
<div class="swiper-slide tranding-slide">
<div class="tranding-slide-img">
<img src="/content/images/carousel/3.jpg">
</div>
</div>
<div class="swiper-slide tranding-slide">
<div class="tranding-slide-img">
<img src="/content/images/carousel/4.jpg">
</div>
</div>
<div class="swiper-slide tranding-slide">
<div class="tranding-slide-img">
<img src="/content/images/carousel/5.jpg">
</div>
</div>
<div class="swiper-slide tranding-slide">
<div class="tranding-slide-img">
<img src="/content/images/carousel/6.jpg">
</div>
</div>
<div class="swiper-slide tranding-slide">
<div class="tranding-slide-img">
<img src="/content/images/carousel/7.jpg">
</div>
</div>
<div class="swiper-slide tranding-slide">
<div class="tranding-slide-img">
<img src="/content/images/carousel/8.jpg">
</div>
</div>
<div class="swiper-slide tranding-slide">
<div class="tranding-slide-img">
<img src="/content/images/carousel/9.jpg">
</div>
</div>
<div class="swiper-slide tranding-slide">
<div class="tranding-slide-img">
<img src="/content/images/carousel/10.jpg">
</div>
</div>
</div>
<div class="tranding-slider-control" style="display: none;">
<div class="swiper-button-prev slider-arrow">
<ion-icon name="arrow-back-outline"></ion-icon>
</div>
<div class="swiper-button-next slider-arrow">
<ion-icon name="arrow-forward-outline"></ion-icon>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</div>
</section>
</main>
<!-- Slider style -->
<style>
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
list-style-type: none;
text-decoration: none;
}
.container {
max-width: 124rem;
padding: 0 1rem;
margin: 0 auto;
}
.text-center {
text-align: center;
}
.section-heading {
font-size: 3rem;
color: var(--primary);
padding: 2rem 0;
}
@media (max-width:1440px) {
#tranding {
padding: 7rem 0;
}
}
#tranding .tranding-slider {
height: 52rem;
padding: 2rem 0;
position: relative;
}
@media (max-width:500px) {
#tranding .tranding-slider {
height: 45rem;
}
}
.tranding-slide {
width: 37rem;
height: 42rem;
position: relative;
}
@media (max-width:500px) {
.tranding-slide {
width: 28rem !important;
height: 36rem !important;
}
.tranding-slide .tranding-slide-img img {
width: 28rem !important;
height: 36rem !important;
}
}
.tranding-slide .tranding-slide-img img {
width: 37rem;
height: 42rem;
border-radius: 2rem;
object-fit: cover;
}
.tranding-slide .tranding-slide-content {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.tranding-slide-content .food-price {
position: absolute;
top: 2rem;
right: 2rem;
color: var(--white);
}
.tranding-slide-content .tranding-slide-content-bottom {
position: absolute;
bottom: 2rem;
left: 2rem;
color: var(--white);
}
.food-rating {
padding-top: 1rem;
display: flex;
gap: 1rem;
}
.rating ion-icon {
color: var(--primary);
}
.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
display: none;
}
.tranding-slider-control {
position: relative;
bottom: 4rem;
display: flex;
align-items: center;
justify-content: center;
}
.tranding-slider-control .swiper-button-next {
left: 58% !important;
transform: translateX(-58%) !important;
}
@media (max-width:990px) {
.tranding-slider-control .swiper-button-next {
left: 70% !important;
transform: translateX(-70%) !important;
}
}
@media (max-width:450px) {
.tranding-slider-control .swiper-button-next {
left: 80% !important;
transform: translateX(-80%) !important;
}
}
@media (max-width:990px) {
.tranding-slider-control .swiper-button-prev {
left: 30% !important;
transform: translateX(-30%) !important;
}
}
@media (max-width:450px) {
.tranding-slider-control .swiper-button-prev {
left: 20% !important;
transform: translateX(-20%) !important;
}
}
.tranding-slider-control .slider-arrow {
width: 3.5rem;
height: 3.5rem;
border-radius: 50%;
left: 42%;
transform: translateX(-42%);
filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}
.tranding-slider-control .slider-arrow ion-icon {
font-size: 2rem;
color: #222224;
}
.tranding-slider-control .slider-arrow::after {
content: '';
}
.tranding-slider-control .swiper-pagination {
position: relative;
width: 15rem;
bottom: -0.3rem;
}
.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}
.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
background: black;
}
</style>
{{!-- The #contentFor helper here will send everything inside it up to the matching #block helper found in default.hbs --}}
{{#contentFor "scripts"}}
<script defer src="{{asset "js/page.js"}}"></script>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>
<script>
var TrandingSlider = new Swiper('.tranding-slider', {
effect: 'coverflow',
grabCursor: true,
centeredSlides: true,
loop: true,
slidesPerView: 'auto',
coverflowEffect: {
rotate: 0,
stretch: 0,
depth: 100,
modifier: 2.5,
},
pagination: {
el: '.swiper-pagination',
clickable: true,
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
}
});
</script>
{{/contentFor}}