-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
385 lines (372 loc) · 23.1 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
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
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>AzureAms Programming Club</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9DLDZZ53PL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-9DLDZZ53PL');
</script>
<!-- Tailwind CSS -->
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<!-- FontAwesome 5 -->
<script crossorigin="anonymous" src="https://kit.fontawesome.com/88fcee8aa9.js"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<!-- Custom CSSes-->
<link href="css/style.css" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<!--Logo-->
<link rel="shortcut icon" href="./assets/favicon_io/favicon.ico">
<link rel="icon" href="./assets/favicon_io/favicon-16x16.png" sizes="16x16">
<link rel="icon" href="./assets/favicon_io/favicon-32x32.png" sizes="32x32">
<link rel="icon" href="./assets/favicon_io/apple-touch-icon.png" sizes="180x180">
<link rel="icon" href="./assets/favicon_io/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" href="./assets/favicon_io/android-chrome-512x512.png" sizes="512x512">
</head>
<body>
<!--Body view-->
<div id="view bg-gray-50">
<!--Header-->
<nav class="shadow-md z-10 sticky top-0 navbar nav-active bg-white">
<div class="max-w-6xl mx-auto flex justify-between">
<!-- Icon -->
<div>
<a href="./index.html"><img src="./assets/logo.png" alt="logo" class="w-16 my-2 mx-4"></a>
</div>
<!-- Desktop View -->
<div class="hidden sm:flex items-center pr-10 text-3xl font-light uppercase hrefs">
<!-- Ở trang nào thì mình sẽ set class active ở trang đấy -->
<a href="./index.html" class="mx-6 text-center middle active">Trang chủ</a>
<a href="./html/news.html" class="mx-6 text-center middle">News & Blogs</a>
<a href="html/about-us.html" class="mx-6 text-center middle">Về CLB</a>
</div>
<!-- Mobile Icon -->
<button id="mobile-menu-button" class="sm:hidden flex items-center">
<i class="fas fa-bars m-2 text-3xl mr-5"></i>
</button>
</div>
<!-- Mobile Dropdown -->
<div id="mobile-menu" class="sm:hidden flex flex-col hidden text-2xl uppercase">
<a href="./index.html" class="pl-4 py-2 w-screen">Trang chủ</a>
<a href="./html/news.html" class="pl-4 py-2 w-screen">Tin tức & Blogs</a>
<a href="html/article-page.html" class="pl-4 py-2 w-screen">Về CLB</a>
</div>
</nav>
<!--Overview of the club-->
<div class="bg-cover bg-center bg-no-repeat grid grid-col-1 grid-rows-1 justify-center" id="landing-section">
<div class="bg row-start-1 col-start-1" id="bg-img-container">
<!--Background Image-->
<img alt="" src="./assets/cover.png">
</div>
<div class="backdrop-filter backdrop-brightness-50 mx-auto row-start-1 col-start-1 grid grid-cols-1 md:grid-cols-2 grid-rows-1 gap-0 justify-center lg:px-24 px-2"
style="z-index:2">
<!--Left text-->
<div class="self-center">
<h1 class="text-3xl pt-3 lg:pt-0 lg:text-5xl text-white pb-3 font-bold lg:text-left text-center">
CLB AzureAms hiện đang mở đơn tuyển thành viên
</h1>
<p class="text-white lg:text-2xl text-md text-center lg:text-left"> Câu lạc bộ chuyên sâu lập trình
đầu tiên và duy nhất tại trường THPT Chuyên Hà Nội - Amsterdam</p>
<div
class="text-2xl lg:text-3xl text-white pb-3 font-bold text-center pt-9 hover:shadow-xl link-app lg:text-left">
<button id="join-now-btn" class="hover:shadow-xl text-white font-bold py-2 px-4 mt-4 "
onClick="window.open('https://docs.google.com/forms/d/e/1FAIpQLScQl9AIvzBtCJYJbSorvcS9rFWTI82yJK37ga_T-0zEBKxpRw/viewform?fbclid=IwAR3H91LsjCJlNxSoVNXmKZy2AsIXj_ITDRqKRrky9JhdqOOtKiLQLXcDJ6k', '_blank');">
Tham gia ngay! <i class="fas fa-angle-right pl-1"></i>
</button>
</div>
</div>
<!--Club logo on the right-->
<div class="hidden md:flex justify-center self-center pt-5 pb-5" id="logo-container"
style="height: fit-content">
<image src="./assets/logo.png" style="height: 35vw"></image>
</div>
</div>
</div>
<!--Recent news section-->
<div class="recent-news justify-center pt-4 m-10 ">
<h1 class="text-4xl text-black font-bold uppercase text-center text-gray-800">
Bài viết gần đây
</h1>
<div class="grid grid-cols-1 lg:grid-cols-3 md:grid-cols-2 grid-rows-1 pt-10" id="news-container">
<div class="flex justify-center items-stretch">
<div class="w-11/12 rounded-md cursor-pointer shadow-lg overflow-hidden hover:shadow-xl transform hover:scale-105 duration-500 bg-white"
onclick="window.location.href='./html/articles/gioi-thieu-ve-swift.html'">
<img alt="" src="assets/thumbnails/swift2.jpg" />
<div class="p-4 bg-white">
<div class="author text-md text-light pb-2 flex justify-between">
<div class="flex align-center">
<i class="fas fa-user-edit mt-1"></i>
<p class="pl-1">AzureAms PR team</p>
</div>
<div>
<p class="px-2 text-white rounded article-category bg-green-600">Blog</p>
</div>
</div>
<h1 class="font-bold text-2xl">Giới thiệu về ngôn ngữ lập trình Swift</h1>
<p class="font-light text-xl">
Swift là gì? Swift là một ngôn ngữ lập trình hướng đối tượng để phát triển các hệ điều
hành của Apple như iOS, macOS,.
</p>
</div>
</div>
</div>
<div class="flex justify-center items-stretch hidden md:flex">
<div class="w-11/12 rounded-md cursor-pointer shadow-lg overflow-hidden hover:shadow-xl transform hover:scale-105 duration-500 bg-white"
onclick="window.location.href='./html/articles/article-timetable.html'">
<img alt="" src="assets/thumbnails/timetable_beta_0.1.png" />
<div class="p-4 bg-white">
<div class="author text-md text-light pb-2 flex justify-between">
<div class="flex align-center">
<i class="fas fa-user-edit mt-1"></i>
<p class="pl-1">AzureAms PR team</p>
</div>
<div>
<p class="px-2 text-white rounded article-category bg-red-600">Releases</p>
</div>
</div>
<h1 class="font-bold text-2xl">Ra mắt Timetable App Beta</h1>
<p class="font-light text-xl">
Để giúp đơn giản hóa việc tham gia lớp học online, AzureAms đã tạo ra sản phẩm website +
app Timetable...
</p>
</div>
</div>
</div>
<div class="flex justify-center items-stretch hidden lg:flex"
onClick="window.location.href='./html/articles/tips-cpp-trong-phong-thi.html';">
<div class="w-11/12 rounded-md cursor-pointer shadow-lg overflow-hidden hover:shadow-xl transform hover:scale-105 duration-500"
onclick="window.location.href='./html/articles/tips-cpp-trong-phong-thi.html'">
<img alt="" src="assets/thumbnails/meo_cpp_trong_phong_thi.jpg" />
<div class="p-4 bg-white">
<div class="author text-md text-light pb-2 flex justify-between">
<div class="flex align-center">
<i class="fas fa-user-edit mt-1"></i>
<p class="pl-1">AzureAms PR team</p>
</div>
<div>
<p class="px-2 text-white rounded article-category bg-green-600">Blog</p>
</div>
</div>
<h1 class="font-bold text-2xl">Một số mẹo C++ trong phòng thi</h1>
<p class="font-light text-xl">
Có lẽ, không có kỳ thi nào đòi hỏi kỹ năng thi cao hơn các kỳ thi học sinh giỏi môn Tin
học. Đã có rất nhiều thí sinh...
</p>
</div>
</div>
</div>
</div>
<div class="flex justify-end " id="btn-container" id="read-more-btn">
<button id="read-more-button hover:shadow-xl"
class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 mt-4 "
onClick="window.location.href='./html/news.html';">
Đọc thêm <i class="fas fa-angle-right pl-1"></i>
</button>
</div>
</div>
<!--Core team section-->
<div class="flex flex-col m-auto p-auto">
<!--Title-->
<h1
class="flex py-5 lg:px-20 md:px-10 px-5 lg:mx-40 md:mx-20 mx-5 font-bold text-4xl text-gray-800 justify-center uppercase">
Core Team
</h1>
<!--Core Information Cards-->
<div class="flex overflow-x-scroll pb-28 xl-hide-scroll-bar">
<div class="flex flex-nowrap lg:ml-2 md:ml-2 ml-2">
<div class="inline-block px-3 relative w-64 max-w-xs flex justify-center">
<!--Avatar-->
<div class="core-image rounded ">
<img alt="" class="w-20 h-20" src="./assets/harry.png" style="height: 7rem">
</div>
<!--Details-->
<div
class="w-48 h-48 content absolute overflow-hidden rounded-lg shadow-md bg-white hover:shadow-2xl transition-shadow duration-300 ease-in-out flex justify-end p-5 content-end flex-col">
<h1 class="text-gray-50 text-center font-bold text-xl pb-2">Anh Đức</h1>
<p class="text-gray-50 font-light text-center">
<i class="fab fa-facebook text-gray-300 text-lg md:text-xl"></i> <a
href="https://www.facebook.com/vu.harry.90813">Harry Vũ</a>
</p>
<p class="text-gray-50 font-light text-center">
President
</p>
</div>
</div>
<div class="inline-block px-3 relative w-64 max-w-xs flex justify-center">
<!--Avatar-->
<div class="core-image rounded ">
<img alt="" class="w-20 h-20" src="./assets/tuekhang.png" style="height: 7rem">
</div>
<!--Details-->
<div
class="w-48 h-48 content absolute overflow-hidden rounded-lg shadow-md bg-white hover:shadow-2xl transition-shadow duration-300 ease-in-out flex justify-end p-5 content-end flex-col">
<h1 class="text-gray-50 text-center font-bold text-xl pb-2">Tuệ Khang</h1>
<p class="text-gray-50 font-light text-center">
<i class="fab fa-facebook text-gray-300 text-lg md:text-xl"></i> <a
href="https://www.facebook.com/tuekhang.nguyenvu.7">Tuệ Khang</a>
</p>
<p class="text-gray-50 font-light text-center">
Vice President
</p>
</div>
</div>
<div class="inline-block px-3 relative w-64 max-w-xs flex justify-center">
<!--Avatar-->
<div class="core-image rounded ">
<img alt="" class="w-20 h-20" src="assets\vietanh.png" style="height: 7rem">
</div>
<!--Details-->
<div
class="w-48 h-48 content absolute overflow-hidden rounded-lg shadow-md bg-white hover:shadow-2xl transition-shadow duration-300 ease-in-out flex justify-end p-5 content-end flex-col">
<h1 class="text-gray-50 text-center font-bold text-xl pb-2">Việt Anh</h1>
<p class="text-gray-50 font-light text-center">
<i class="fab fa-github mr-1"></i> <a href="https://github.com/vanh117">vanh117</a>
</p>
<p class="text-gray-50 font-light text-center">
Project Leader
</p>
</div>
</div>
<div class="inline-block px-3 relative w-64 max-w-xs flex justify-center">
<!--Avatar-->
<div class="core-image rounded ">
<img alt="" class="w-20 h-20" src="./assets/khue.png" style="height: 7rem">
</div>
<!--Details-->
<div
class="w-48 h-48 content absolute overflow-hidden rounded-lg shadow-md bg-white hover:shadow-2xl transition-shadow duration-300 ease-in-out flex justify-end p-5 content-end flex-col">
<h1 class="text-gray-50 text-center font-bold text-xl pb-2">Văn Khuê</h1>
<p class="text-gray-50 font-light text-center">
<i class="fab fa-facebook text-gray-300 text-lg md:text-xl"></i> <a
href="https://www.facebook.com/vankhue.nguyen.5454">Văn Khuê</a>
</p>
<p class="text-gray-50 font-light text-center">
Project Leader
</p>
</div>
</div>
<div class="inline-block px-3 relative w-64 h-32 max-w-xs flex justify-center">
<!--Avatar-->
<div class="core-image rounded ">
<img alt="" class="w-20 h-20" src="./assets/haphuong.png" style="height: 7rem">
</div>
<!--Details-->
<div
class="w-48 h-48 content absolute overflow-hidden rounded-lg shadow-md bg-white hover:shadow-2xl transition-shadow duration-300 ease-in-out flex justify-end p-5 content-end flex-col">
<h1 class="text-gray-50 text-center font-bold text-xl pb-2">Hà Phương</h1>
<p class="text-gray-50 font-light text-center">
<i class="fab fa-facebook text-gray-300 text-lg md:text-xl"></i> <a
href="https://www.facebook.com/dangphuongbo">Hà Phương</a>
</p>
<p class="text-gray-50 font-light text-center">
Head of Pr
</p>
</div>
</div>
<div class="inline-block px-3 relative w-64 max-w-xs flex justify-center">
<!--Avatar-->
<div class="core-image rounded ">
<img alt="" class="w-20 h-20" src="./assets/manhcuong.png" style="height: 7rem">
</div>
<!--Details-->
<div
class="w-48 h-48 content absolute overflow-hidden rounded-lg shadow-md bg-white hover:shadow-2xl transition-shadow duration-300 ease-in-out flex justify-end p-5 content-end flex-col">
<h1 class="text-gray-50 text-center font-bold text-xl pb-2">Mạnh Cường</h1>
<p class="text-gray-50 font-light text-center">
<i class="fab fa-facebook text-gray-300 text-lg md:text-xl"></i> <a
href="https://www.facebook.com/manhcuongdva">Cường Nguyễn</a>
</p>
<p class="text-gray-50 font-light text-center">
Head of Events
</p>
</div>
</div>
<div class="inline-block px-3 relative w-64 max-w-xs flex justify-center">
<!--Avatar-->
<div class="core-image rounded ">
<img alt="" class="w-20 h-20" src="./assets/anhthu.png" style="height: 7rem">
</div>
<!--Details-->
<div
class="w-48 h-48 content absolute overflow-hidden rounded-lg shadow-md bg-white hover:shadow-2xl transition-shadow duration-300 ease-in-out flex justify-end p-5 content-end flex-col">
<h1 class="text-gray-50 text-center font-bold text-xl pb-2">Anh Thư</h1>
<p class="text-gray-50 font-light text-center">
<i class="fab fa-facebook text-gray-300 text-lg md:text-xl"></i> <a
href="https://www.facebook.com/profile.php?id=100077866923999">Anh Thư</a>
</p>
<p class="text-gray-50 font-light text-center">
Head of Med - Des
</p>
</div>
</div>
<div class="inline-block px-3 relative w-64 max-w-xs flex justify-center">
<!--Avatar-->
<div class="core-image rounded ">
<img alt="" class="w-20 h-20" src="./assets/huytuan.png" style="height: 7rem">
</div>
<!--Details-->
<div
class="w-48 h-48 content absolute overflow-hidden rounded-lg shadow-md bg-white hover:shadow-2xl transition-shadow duration-300 ease-in-out flex justify-end p-5 content-end flex-col">
<h1 class="text-gray-50 text-center font-bold text-xl pb-2">Huy Tuấn</h1>
<p class="text-gray-50 font-light text-center">
<i class="fab fa-facebook text-gray-300 text-lg md:text-xl"></i> <a
href="https://www.facebook.com/taubeo.1607">Huy Tuấn</a>
</p>
<p class="text-gray-50 font-light text-center">
Head of Med - Des
</p>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="flex flex-col md:flex-row justify-between bg-black">
<!-- Icon -->
<div class="order-2 my-auto hidden md:block">
<img src="./assets/logo.png" alt="logo" class="w-40 mx-20">
</div>
<!-- Contacts -->
<div class="order-1 mx-auto md:mx-12 md:my-6">
<p class="text-gray-300 font-light text-center text-lg md:text-2xl mt-4 md:mt-0">Liên hệ</p>
<div class="flex flex-col m-2">
<div class="flex my-2">
<i class="fas fa-phone-alt text-gray-300 text-lg md:text-xl"></i>
<p class="text-gray-300 mx-4 font-light text-xs md:text-base mt-1 md:mt-0">(+84) 975 277 777
</p>
</div>
<div class="flex my-2">
<a
href="https://mail.google.com/mail/u/0/?fs=1&tf=cm&source=mailto&[email protected]"><i
class="far fa-envelope text-gray-300 text-lg md:text-xl"></i></a>
<p class="text-gray-300 mx-4 font-light text-xs md:text-base mt-1 md:mt-0">
</div>
<div class="flex my-2">
<a href="https://www.facebook.com/azureamsprogramming"><i
class="fab fa-facebook text-gray-300 text-lg md:text-xl"></i></a>
<a href="https://www.facebook.com/azureamsprogramming">
<p
class="text-gray-300 mx-4 font-light hover:text-white text-xs md:text-base mt-1 md:mt-0">
https://www.facebook.com/azureamsprogramming</p>
</a>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- JQuery 3.6.0 -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="./js/app.js"></script>
</body>
</html>