This repository has been archived by the owner on Feb 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTes.html
345 lines (327 loc) · 12.5 KB
/
Tes.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Testimonials</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Lato"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="apple-touch-icon"
type="image/png"
href="/resources/logo.png"
/>
<link
rel="shortcut icon"
type="image/x-icon"
href="/resources/logo.png"
/>
<link
rel="mask-icon"
type="image/x-icon"
href="/resources/logo.png"
color="#111"
/>
<link
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"
/>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="script.js"></script>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
/>
<style>
body {
margin: 0;
font-family: "Arial", sans-serif;
background: linear-gradient(180deg, #eaeaea, #a3b5b2);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
height: 100%;
color: #212529;
}
.course-container {
margin-top: 5%;
text-align: center;
padding: 50px;
margin-left: 10%;
margin-right: 10%;
}
.course-name {
font-size: 36px;
font-weight: bold;
color: #000000;
margin-bottom: 10%;
}
.course-details {
display: flex;
margin-bottom: 5%;
font-size: large;
}
.column {
flex: 1;
margin: 0 10px;
}
.course-image {
max-width: 100%;
height: auto;
margin-bottom: 30px;
border-radius: 8px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.course-description {
line-height: 1.5;
color: #000000;
font-size: 3vh;
font-style: normal;
font-weight: bold;
text-align: justify;
text-justify: inter-word;
margin-bottom: 5%;
}
@media (max-width: 568px) {
/* Medium and large screens */
.course-description {
text-align: left;
font-size: 5vw;
}
}
</style>
<link rel="stylesheet" href="style2.css" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2N7M257YJZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2N7M257YJZ');
</script>
</head>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top w3-xlarge w3-padding-l">
<div class="navi" style="background-color: #fff">
<div class="w3-bar" id="myNavbar">
<a
class="w3-bar-item w3-button w3-hover-black w3-hide-large"
href="javascript:void(0);"
onclick="toggleFunction()"
title="Toggle Navigation Menu"
>
<i class="fa fa-bars"></i>
</a>
<a
class="w3-bar-item w3-hide-small w3-hide-medium"
href="index.html"
style="padding-left: 2%; padding-top: 1%; padding-bottom: 0%"
>
<img
style="height: 50px; width: 50px"
src="resources/logo.png"
alt="BEST"
/>
</a>
<a
class="w3-bar-item w3-hide-large"
href="index.html"
style="
padding-right: 5%;
padding-top: 1%;
padding-bottom: 0%;
float: right;
"
>
<img
style="height: 32px; width: 32px"
src="resources/logo.png"
alt="BEST"
/>
</a>
<a
href="contact.html"
class="w3-bar-item w3-button w3-hide-medium w3-hide-small w3-creme w3-right w3-margin-top w3-text-black"
><i class="fa fa-bookmark"></i> Contact</a
>
<a
href="Tes.html"
class="w3-bar-item w3-button w3-hide-medium w3-hide-small w3-creme w3-right w3-margin-top w3-text-black"
><i class="fa fa-heart"></i> Testimonials</a
>
<!-- <a href="FAQ.html" class="w3-bar-item w3-button w3-hide-medium w3-hide-small w3-creme w3-right w3-margin-top w3-text-black"><i class="fa fa-university"></i> FAQ</a> -->
<a
href="HTA.html"
class="w3-bar-item w3-button w3-hide-medium w3-hide-small w3-creme w3-right w3-margin-top w3-text-black"
><i class="fa fa-heart"></i> How to apply</a
>
<a
href="gi.html"
class="w3-bar-item w3-button w3-hide-medium w3-hide-small w3-creme w3-right w3-margin-top w3-text-black"
><i class="fa fa-user"></i> General info</a
>
<a
href="index.html"
class="w3-bar-item w3-button w3-hide-medium w3-hide-small w3-creme w3-right w3-margin-top w3-text-black"
><i class="fa fa-plane"></i> Courses</a
>
</div>
<!-- Navbar on small screens -->
<div
id="navDemo"
class="w3-bar-block w3-hide w3-hide-large"
style="background-color: #2a4b5a"
>
<a
href="index.html"
style="color: #e3d1d1"
class="w3-bar-item w3-button w3-center"
onclick="toggleFunction()"
><i class="fa fa-plane"></i> Courses</a
>
<a
href="gi.html"
style="color: #e3d1d1"
class="w3-bar-item w3-button w3-center"
onclick="toggleFunction()"
><i class="fa fa-user"></i> General info</a
>
<a
href="HTA.html"
style="color: #e3d1d1"
class="w3-bar-item w3-button w3-center"
onclick="toggleFunction()"
><i class="fa fa-heart"></i> How to apply</a
>
<!-- <a href="FAQ.html" style="color: #e3d1d1;" class="w3-bar-item w3-button w3-center" onclick=toggleFunction()><i class="fa fa-university"></i> FAQ</a> -->
<a
href="Tes.html"
style="color: #e3d1d1"
class="w3-bar-item w3-button w3-center"
onclick="toggleFunction()"
><i class="fa fa-user"></i> Testimonials</a
>
<a
href="contact.html"
style="color: #e3d1d1"
class="w3-bar-item w3-button w3-center"
onclick="toggleFunction()"
><i class="fa fa-bookmark"></i> Contact</a
>
</div>
</div>
</div>
<div class="course-container">
<div class="course-name">Testimonials</div>
<div class="course-description" data-aos="fade-right">
<p style="font-size: 4vh">Location: Madrid, Spain</p>
<p style="font-size: large; font-weight: normal">
"BEST courses were the most amazing experiences of last summer.
</p>
<p style="font-size: large; font-weight: normal">
My first BEST course took place in Madrid. I got to meet many
fascinating people, discover how beautiful and riveting Spain is,
participate in a parade, and learn the basics of Quantum Computing at
one of their best technical universities. Sometimes, I liked to joke
that I left my heart in Spain.
</p>
<p style="font-size: large; font-weight: normal">
So no wonder my next destination was Spain as well, only this time
Barcelona. Although I expected a similar experience to the one in
Madrid, it proved to be a completely different one, the main
difference being brought by the Catalan culture. I admired how much
pride people take in their country and history and I was surprised by
the similarities with the Romanian culture.
</p>
<p style="font-size: large; font-weight: normal">
Although different, both courses had something in common: they brought
many new amazing friendships into my life from all over Europe. I have
been reunited with many of my course friends since and we're currently
planning some new reunions.
</p>
<p style="font-size: large; font-weight: normal">
There are not many chances to visit Europe with little to no money.
Take the chance, apply for the courses and I promise it will be one of
the most amazing experiences of your life."
</p>
<p style="font-size: 2vh; font-weight: bolder; text-align: right">
Alexandra Sicobean
</p>
<!-- Add more details and information as needed -->
</div>
<div class="course-description" data-aos="fade-left">
<p style="font-size: 4vh">Location: Ljubljana, Slovenia</p>
<p style="font-size: large; font-weight: normal">
"How was my experience in Ljubljana? It's hard to put into words how
much I enjoyed it. I got to know a brand new culture for me and got in
love with it. Slovenia was a blessing and I am thankful for the people
I met there. It was a two week adventure, full of both fun and work,
lots of laughter, but also tears when it came to the end. I would
repeat it over and over again and I can't wait to apply to a BEST
course this summer too because I know I have many many more things to
discover. We have a whole world to explore so why wouldn't we start
right now?''
</p>
<p style="font-size: 2vh; font-weight: bolder; text-align: right">
Maria Cucu
</p>
<!-- Add more details and information as needed -->
</div>
<div class="course-description" data-aos="fade-right">
<p style="font-size: 4vh">Location: Delft, Netherlands</p>
<p style="font-size: large; font-weight: normal">
"Embarking on the BEST Course in Delft, The Netherlands was a defining
moment in my student experience. You meet new people and you get to
live with them for a short period of time, and before you know it, you
make some invaluable friends from across the world. The opportunity to
immerse myself in a new learning environment was extraordinary."
</p>
<p style="font-size: 2vh; font-weight: bolder; text-align: right">
Diana Haba
</p>
<!-- Add more details and information as needed -->
</div>
<div class="course-description" data-aos="fade-left">
<p style="font-size: 4vh">Location: Milan, Italy</p>
<p style="font-size: large; font-weight: normal" s>
‘'I didn't fully understand the hype surrounding BEST Courses until I
went on one myself. Last year's summer, I saw a course on quantum
materials in Milan and I instantly applied for it. It has definitely
been one of the best decisions of my life. In those 10 days I spent in
Milan, I learned a lot about quantum mechanics and its applications
from some of the best professors in the world. It was an incredible
experience especially since I wouldn't normally have had this topic
explained to me in the subject I study at University. And it was
actually way more than just about learning. I learned about the
Italian culture from the organizers, I visited some very beautiful
cities in Italy, and I made friends for life that I still keep in
touch with. BEST Courses made me grow in 10 days more than I've grown
in the past 3 years combined. It's definitely an experience you won't
want to miss on!''
</p>
<p style="font-size: 2vh; font-weight: bolder; text-align: right">
Gherasim Teodor Samuel
</p>
<!-- Add more details and information as needed -->
</div>
<script>
AOS.init();
</script>
</div>
</body>
</html>