-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
183 lines (183 loc) · 8.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>EduHack 2019 | Sunway Tech Club</title>
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="assets/STC.png">
</head>
<body>
<nav>
<ul id="nav-bar">
<li><a href="#header">Home</a></li>
<li><a href="#event-details">Event Details</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#about-us">About Us</a></li>
<li> <a href="register.html">Register</a></li>
</ul>
</nav>
<div id="header">
<div id="header-div">
<img src="assets/logo.png" alt="logo not found" id="logo">
<div id="countdown">
<!-- uncomment when date is certain, set date in main.js as well
-->
<span id="days"></span>
<span id="hours"></span>
<span id="minutes"></span>
<span>
<p id="seconds"></p>
</span>
<span class="static">Days</span>
<span class="static">Hours</span>
<span class="static">Minutes</span>
<span class="static">Seconds</span>
<!-- -->
</div>
<button class="button">Register</button>
</div>
</div>
<div id="event-details">
<h1 class="tab-header">
Event Details
</h1>
<h4 class="tab-second-header">
About EduHack
</h4>
<p class="tab-content">
EduHack is a collaborative hackathon with participants of
different discipline. We do not only focus on technology
developers but also on business, designers, and educators. From
this perspective, we will have numerous ideas from
different viewpoints that can lead to a more synergistic
solution to enhance education quality together.
<br>
<br>
EduHack is open for any full time undergraduate student studying
in Malaysia. To us, hackathons are a great opportunity
to learn, grow and make mistakes in a safe environment.
<br>
br
In EduHack, a total of 20 teams will be given 24 hours to
develop a project in a team at Sunway iLabs. The topic of
EduHack is quality education. In today’s rapid transformation
has led to many changes in our daily life. The quality of
education will have to follow suit to consistently improve to
better educate the generations to come. If you have a
great idea to enhance quality education by any means, we highly
encourage you to participate as you may be on to
something big.
</p>
</div>
<div id="faq">
<h1>FAQ</h1>
<div id="faq-content">
<div>
<button class="collapsible">▼ Who can attend?</button>
<div class="content">
<p>Full time undergraduate student in any discipline
studying in Malaysia can attend</p>
</div>
</div>
<div>
<button class="collapsible">▼ How much does it cost?</button>
<div class="content">
<p>It is RM 100 per team, food and snacks are provided
during the hackathon</p>
</div>
</div>
<div>
<button class="collapsible">▼ Can I apply as a beginner?</button>
<div class="content">
<p>Yes, of course! We highly encourage beginners to
apply
and contribute with the skills you have!</p>
</div>
</div>
<div>
<button class="collapsible">▼ What can I build?</button>
<div class="content">
<p>You can work with whatever you have as long as you
can
present your idea!</p>
</div>
</div>
<div>
<button class="collapsible">▼ Head start?</button>
<div class="content">
<p>Projects done out of the 24 hours will not be
accepted,
although you may prepare materials and ideas before
that.
<br>
<br>
We
also encourage you to use a service like Github for
collaboration on projects.</p>
</div>
</div>
<div>
<button class="collapsible">▼ What should I bring to the
event?</button>
<div class="content">
<p>Bring your laptop, charger, and other tech gadgets
you
might use for your project.
<br>
<br>
Comfortable clothes are
also
recommended.
<br>
<br>
For sleeping, do bring your sleeping
bag
for a comfortable snooze.
</p>
</div>
</div>
<div>
<button class="collapsible">▼ Overnight stay?</button>
<div class="content">
<p>Sure! You may camp for a night at Sunway iLabs, just
bring your sleeping bag!</p>
</div>
</div>
</div>
</div>
<div id="about-us">
<h1>ABOUT US</h1>
<p>
We are the committees of Sunway Tech Club, an undergraduate
student-run university club founded on a vision to build a
community of students aspire to bridge the gap of tech
education, industry, and technopreneurship.
<br>
<br>
We are highly committed to form a community and culture to
inspire students to be creative, innovative, and
collaborative beyond the classrooms. To date, Sunway Tech Club
has successfully run industry talk events, technical
workshops, co-hosted internationally known tech festival,
hackathons, and many others more to come. Hence, as committees
of Sunway Tech Club, we are highly committed and inspired to
bring EduHack to you.
</p>
<img src="assets/comittee.png" alt="comittee image">
</div>
<div id="footer">
<h1>Contact</h1>
<h4>Join our conversation here. If you have any question from the
event, you can ask it here as well.</h4>
<div id="footer-image">
<img src="assets/slack.png" alt="slack image">
<img src="assets/telegram.png" alt="telegram image">
</div>
</div>
<div id="credit">©Sunway Tech Club 2019</div>
<script src="js/countdown.js"></script>
<script src="js/app.js"></script>
</body>
</html>