-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
404 lines (337 loc) · 17.3 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
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Machine Learning Study Jam</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Ninestars - v4.7.0
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<!--<h1 class="text-light"><a href="index.html"><span>Ninestars</span></a></h1>-->
<h1><a href="index.html"><img src="assets/img/logo_backup.png" height="60px"></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="index.html#hero">Home</a></li>
<li><a class="nav-link scrollto" href="faq.html">FAQ</a></li>
<li><a class="nav-link scrollto" href="#sponsorship">Sponsorship</a></li>
<li><a class="nav-link scrollto" href="#partnership">Partnership</a></li>
<li><a class="nav-link scrollto" href="timeline.html">Timeline</a></li>
<li><a class="nav-link scrollto" href="ml-test.html">ML Test</a></li>
<li><a class="nav-link scrollto" href="prerequisite.html">Prerequisite</a></li>
<li><a class="nav-link scrollto" href="about_us.html">About Us</a></li>
<li><a class="getstarted scrollto" href="our-team.html">Our Team</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row gy-4">
<div class="col-lg-6 order-2 order-lg-1 d-flex flex-column justify-content-center">
<h1>Machine Learning Study Jam 2022</h1>
<h2>Machine Learning Study Jam provides a peer-to-peer learning environment including hands-on Machine Learning
experience. The event is tailored to cater beginner, intermediate and advanced AI enthusiasts.</h2>
<div>
<a href="https://forms.gle/Mbw3qLLZFXw7otU46" class="btn-get-started scrollto">Register now</a>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img">
<img src="assets/img/about-img-2.svg" class="img-fluid animated" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-5 d-flex align-items-center justify-content-center about-img">
<img src="assets/img/vector.jpg" class="img-fluid" alt="" data-aos="zoom-in">
</div>
<div class="col-lg-6 pt-5 pt-lg-0">
<h3 data-aos="fade-up">Brought to you by Google Developer Student Club Malaysia</h3>
<p data-aos="fade-up" data-aos-delay="100">
We are a university-based community group for students interested in Google developer technologies. Students
from all undergraduate or graduate programs with an interest in growing as a developer are welcomed to join
to grow their knowledge in a peer-to-peer learning environment.
</p>
<div class="row">
<!--
<div class="col-md-6" data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-receipt"></i>
<h4>Corporis voluptates sit</h4>
<p>Consequuntur sunt aut quasi enim aliquam quae harum pariatur laboris nisi ut aliquip</p>
</div>
<div class="col-md-6" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-cube-alt"></i>
<h4>Ullamco laboris nisi</h4>
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt</p>
</div>
-->
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<p>Topics Covered</p>
</div>
<div class="row">
<div class="col-xs-0" style="width: 12.499999995%;
flex: 0 0 12.499%;max-width: 12.499%;"></div>
<div class="col-xs-4 col-md-6 col-lg-3 align-items-stretch" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<div class="icon"><i class="bx bx-face"></i></div>
<h4 class="title"><a href="">Beginner</a></h4>
<p class="description">Introduction to Machine Learning</p>
<p class="description">Introduction to Deep Learning</p>
<br>
</div>
</div>
<div class="col-xs-4 col-md-6 col-lg-3 align-items-stretch" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<div class="icon"><i class="bx bx-bot"></i></div>
<h4 class="title"><a href="">Intermediate</a></h4>
<p class="description">Introduction to Deep Learning</p>
<p class="description">CNN For Image Classification</p>
<br>
</div>
</div>
<div class="col-xs-4 col-md-6 col-lg-3 align-items-stretch" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bx bx-world"></i></div>
<h4 class="title"><a href="">Advanced</a></h4>
<p class="description">Introduction to Deep Learning</p>
<p class="description">CNN For Image Classification</p>
<p class="description">BERT model for sentiment analysis</p>
</ul>
</div>
</div>
<div class="col-xs-0 col-md-1" style="width: 12.499999995%;
flex: 0 0 12.499%;max-width: 12.499%;"></div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Portfolio Section ======= -->
<section id="sponsorship" class="portfolio">
<div class="container" data-aos="fade-up">
<div class="section-title">
<p>Our Sponsors</p>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-12">
<ul id="portfolio-flters">
<li class="filter-active" data-filter=".filter-card">Diamond Sponsor</li>
<li data-filter=".filter-app">Platinium Sponsor</li>
<!-- <li data-filter="*" class="filter-active">All</li>-->
</ul>
</div>
</div>
<div class="row portfolio-container" data-aos="fade-up" data-aos-delay="200">
<!--
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/sponsorship/platinium/magic.png" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="assets/img/sponsorship/platinium/magic.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="App 2"><i class="bi bi-plus"></i></a>
<a href="portfolio-details.html" title="More Details"><i class="bi bi-link"></i></a>
</div>
<div class="portfolio-info">
<h4>App 2</h4>
<p>App</p>
</div>
</div>
</div>
-->
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap sponsorship-card text-center" orgname="Aemulus Holding Berhad" orgid="aemulus">
<img class="text-center" src="assets/img/sponsorship/diamond/aemulusnobg2.png" style="max-height: 145px;" class="img-fluid" alt="">
<div class="portfolio-info">
<h4 id="sponserTitle1 text-center">Aemulus Holding Berhad</h4>
<p> </p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap sponsorship-card text-center" orgname="Arkmind Sdn Bhd" orgid="arkmind">
<img src="assets/img/sponsorship/diamond/arkmindnobg.png" style="max-height: 145px;" class="img-fluid" alt="">
<div class="portfolio-info ">
<h4 id="sponserTitle1 text-center">Arkmind Sdn Bhd</h4>
<p> </p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap sponsorship-card text-center" orgname="Pantas AI" orgid="pantas">
<img src="assets/img/sponsorship/diamond/pantasai.jpg" style="max-width:416px; max-height: 145px;" class="img-fluid" alt="">
<div class="portfolio-info ">
<h4 id="sponserTitle1 text-center">Pantas AI Sdn Bhd</h4>
<p> </p>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 portfolio-item filter-card"></div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap sponsorship-card text-center" orgname="InnoQB" orgid="inno">
<img src="assets/img/sponsorship/diamond/innoqb.jpg" style="max-height: 145px;" class="img-fluid" alt="">
<div class="portfolio-info ">
<h4 id="sponserTitle1 text-center">InnoQB Sdn Bhd</h4>
<p> </p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap sponsorship-card text-center" orgname="Digital Penang" orgid="digital">
<img src="assets/img/sponsorship/diamond/digitalpenang.png" style="max-height: 145px;" class="img-fluid" alt="">
<div class="portfolio-info ">
<h4 id="sponserTitle1 text-center">Digital Penang Sdn Bhd</h4>
<p> </p>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 portfolio-item filter-card"></div>
</div>
</div>
</section>
<!-- End Portfolio Section -->
<section id="partnership" class="clients section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<p>Our Partners</p>
</div>
<div class="clients-slider swiper align-items-center" data-aos="fade-up" data-aos-delay="100">
<!--will use div swipper once we secure 8 partnership-->
<!--<div class="swiper-wrapper align-items-center">
<div class="swiper-slide"><img src="assets/img/clients/client-1.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-2.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-3.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-4.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-5.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-6.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-7.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-8.png" class="img-fluid" alt=""></div>
</div>-->
<div class="align-items-center col-lg-12">
<div class="row">
<div class="col-lg-2"></div>
<div class="col-lg-4 text-center"><img src="assets/img/partnership/STC_Logo.png" class="img-fluid center"
style="height:60px" alt="Responsive image"></div>
<div class="col-lg-4 text-center"><img src="assets/img/partnership/picom_nobg.png" class="img-fluid center"
style="height:60px" alt="Responsive image"></div>
</div>
</div>
<div class="align-items-center">
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
</div>
<div class="container py-4">
<div class="copyright">
© Copyright <strong><span>Machine Learning Study Jam</span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <a href="#">GDSCMY</a>
</div>
</div>
</footer><!-- End Footer -->
<!-- Popup Modal-->
<div class="modal fade" id="sponsershipModal" tabindex="-1" role="dialog" aria-labelledby="sponsershipModal"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Modal title</h5>
</div>
<div class="modal-body orgdetail">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" id="btnCloseModal">Close</button>
</div>
</div>
</div>
</div>
<!--jQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.sponsorship-card').click(function(){
var title = $(this).attr('orgname');
var orgid = $(this).attr('orgid');
$('#sponsershipModal').modal('show')
if(orgid == "aemulus")
{
$('.orgdetail').html(" Aemulus was founded in 2004 by a group of engineers who knew the secret ingredients to creating lifelong success, which are passion and dreams.<br/><br/> They are passionate about technological advancements and keen in running a business."+
"In pursuit of their dreams, they were challenged, undermined and even rejected by over and over again. However, their passion ran deep and their determination brought them to a window of opportunity. <br/><br/>"+
"Henceforth, Aemulus has been designing and developing automated test equipment (ATE) and test and measuring instruments (TMI) for the semiconductor industry since 2005.");
}else if(orgid == "arkmind"){
$('.orgdetail').html("ArkMind is a customise enterprise solution focusing in Financial Technology (FinTec) & AIoT that servers credit companies with our loan origination solution and also empower our clients to make better decisions with our AI Powered integrated solutions.");
}else if(orgid == "pantas"){
$('.orgdetail').html("Pantas AI is a group of professional and talented tech-savvies who are passionate and ready to challenge all sorts of difficulties. They started off primarily to help the clients build their next end-to-end computer vision projects. Since then, Pantas AI expanded their business to web development, mobile app development & business solutions.");
}else if(orgid == "inno")
{
$('.orgdetail').html("InnoQB is a company that specialize in digital transformation, helping enterprises in planning, implementation and capitalization of the transformation");
}else if(orgid == "digital")
{
$('.orgdetail').html("Digital Penang is a government-linked company owned by the State of Penang, which began operations in April 2020 to accelerate efforts to capture opportunities in the digital economy and promote a digitally engaged society.");
}
$('.modal-title').text(title);
});
$('#btnCloseModal').click(function(){
$('#sponsershipModal').modal('hide')
});
});
</script>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>