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 pathFAQ.html
249 lines (180 loc) · 12.4 KB
/
FAQ.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQ</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 rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="script.js"></script>
<style>
body {
margin: 0;
font-family: 'Arial', sans-serif;
background: linear-gradient(180deg, #FFBB5C, #C63D2F);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
height: 100%;
color: #ffffff;
}
.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: #ffffff;
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: #ffffff;
font-size: 3vh;
font-style: normal;
margin-top: 10%;
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-medium 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" 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 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">Frequently asked questions </div>
<div class="course-description" >
<p style=" font-weight: 0;">Do you have a problem and you don't know who can help you? Here are some of the most frequent questions asked by students.</p>
</div>
<div class="course-description" data-aos="fade-up" >
<p style="font-size: larger; font-weight: bolder;">Q: Do I have to be a member of a Local Best Group to apply?</p>
<p>A: No, you just have to be a student at a Technical University!</p>
</div>
<div class="course-description" data-aos="fade-up">
<p style="font-size: larger; font-weight: bolder;">Q: Why are the courses so cheap?
</p>
<p>A: The organizing Local BEST Group (LBG) is trying to get as much money as possibly by co-operating with several organizations. The university is interested in hosting foreign students and in becoming more internationally minded. Companies wish to get access to European-minded students, which is done during the event by company presentations, guest lectures or company visits. In some countries, the student union also provides some financial aid.</p>
</div>
<div class="course-description" data-aos="fade-up">
<p style="font-size: larger; font-weight: bolder;">Q: Why is there a fee for some courses and none for others?</p>
<p>A: The fee depends mainly on the situation in the Local BEST Group, how much support they get from university, student union, etc.</p>
</div>
<div class="course-description" data-aos="fade-up">
<p style="font-size: larger; font-weight: bolder;">Q: What is the maximum fee for a BEST course? </p>
<p>A: The maximum fee is 4 Euro per day (but no more than 45 Euro). Whether a student pays full or reduced fee depends on his country of studies as follows: 100% of the fee and 60.0 euros deposit: Austria, Belgium, Denmark, Finland, France, Germany, Iceland, Netherlands, Norway, Sweden. 67% of the fee and 50.0 euros deposit: Czech Republic, Greece, Italy, Portugal, Slovakia, Slovenia, Spain. 33% of the fee and 40.0 euros deposit: Bulgaria, Croatia, Estonia, Hungary, Latvia, Lithuania, Poland, Russian Federation, Turkey, Romania, 0% of the fee and 30.0 euros deposit: Bosnia And Herzegovina, Macedonia, The Former Yugoslav Republic Of, Moldova, Republic Of, Montenegro, Serbia, Ukraine.</p>
</div>
<div class="course-description" data-aos="fade-up">
<p style="font-size: larger; font-weight: bolder;">Q: How is the selection for the courses done?
</p>
<p>A: The organizing LBG gets all the applications entered by the students and then will decide on regional aspects (they try to get people from all over Europe, so they in general won't take more than one student from each city/country), on your Motivation Letter (they have to read many of them, so try to be creative!), and maybe on your educational background (only if you need some previous knowledge for a specific course). The organizers also aim at having equal number of male and female participants.</p>
</div>
<div class="course-description" data-aos="fade-up">
<p style="font-size: larger; font-weight: bolder;">Q: Can I apply for every course?</p>
<p>A: Yes, and no… Yes meaning you can apply for every course, no meaning it might not be reasonable in some cases. It is possible that one course requires some previous knowledge and if you don't have that you might not be accepted. On the other hand, there might be beginner's level courses in the field of your study and then the course will get too boring!</p>
</div>
<div class="course-description" data-aos="fade-up">
<p style="font-size: larger; font-weight: bolder;">Q: For how many events per season may I apply?</p>
<p>A: You can apply for maximum 3 BEST Courses or Engineering Competitions and 3 other (education, leisure) events per season. You can be accepted to maximum one BEST Course or Engineering Competition per season (but any number of other events).</p>
</div>
<div class="course-description" data-aos="fade-up">
<p style="font-size: larger; font-weight: bolder;">Q: What should I do after being accepted to a BEST event?</p>
<p>A: You can find more information by reading the Never Alone Guide!</p>
</div>
<div class="course-description" data-aos="fade-up">
<p style="font-size: larger; font-weight: bolder;">Q: What is the BEST Spirit?</p>
<p>A: Well, the BEST answer to that is to experience it… so go ahead and apply now!</p>
</div>
<div class="course-description" data-aos="fade-up">
<p style="font-size: larger; font-weight: bolder;">Q: What will happen if I go to a BEST Course and get infected by the BEST Spirit virus? </p>
<p>A: It's likely that you're going to go on more events, and maybe join your local BEST group and organize events yourself.</p>
</div>
<div class="course-description" data-aos="fade-up">
<p style="font-size: larger; font-weight: bolder;">Q: What do I do if I'm not accepted to a course?</p>
<p>A: You can try again the next seasons. There are four seasons for BEST Courses: Winter, Spring, Summer and Autumn. You might also join BEST and go to internal BEST events.</p>
</div>
<div class="course-description" data-aos="fade-up">
<p style="font-size: larger; font-weight: bolder;">Q: Can I get credits participating in a BEST learning event?</p>
<p>A: After the final examination you will get a BEST Certificate to attest your participation and to describe the content of the course. The BEST Certificate has the University stamp and teacher's signature. It is up to your home University if they will get this course recognized by giving you credits.</p>
</div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>