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 pathHTA.html
291 lines (272 loc) · 8.7 KB
/
HTA.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>How to apply?</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>
<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, #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-blackw3-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-left: 2%;
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">How to apply?</div>
<div class="course-description" data-aos="fade-up">
<p>
To take part in a course, you have to go through the following steps
</p>
<!-- Add more details and information as needed -->
</div>
<div class="course-description" data-aos="fade-up">
<p>
Go to the list of courses, choose an event you want to attend and
click on
<a
href="https://www.best.eu.org/courses/list.jsp"
target="_blank"
style="color: #3591db"
>
Apply Now!</a
>
</p>
<!-- Add more details and information as needed -->
</div>
<div class="course-description" data-aos="fade-up">
<p>
Enter your email address with your password if you are not already
logged in. If you do not have an account, register here. To validate
your account, send an email to the project coordinator with the
subject: "Account validation for BEST Courses".
</p>
<!-- Add more details and information as needed -->
</div>
<div class="course-description" data-aos="fade-up">
<p>
Enter into the application and write your motivation letter [must be
written in English]
</p>
<!-- Add more details and information as needed -->
</div>
</div>
<script>
AOS.init();
</script>
</body>
</html>