This repository has been archived by the owner on Aug 4, 2020. It is now read-only.
forked from hackSoc2020/hacksoc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
191 lines (185 loc) · 9.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="HackSoc">
<meta name="keywords" content="Hackathon,Society,HKU,HackSoc,HackFest,Siddharth,Agarwal,">
<meta name="author" content="Siddharth Agarwal">
<link rel="stylesheet" href="./css/style.css">
<link rel="icon" href="./img/favicon.png" type="image/png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<title><HackSoc/></title>
<style>
#loader {
/* border: 12px solid #f3f3f3; border-radius: 50%; border-top: 12px solid #444444; width: 70px; */
width: 10vw;
animation: spin 1s linear infinite;
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
.center {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
</style>
</head>
<body> <img src="./img/favicon.png" id='loader' class="center" alt="">
<div class="main">
<!--Home Starts-->
<div id='home' class='container'>
<header id="header"> <a href="#" class="title-image"> <img src="./img/logo_white.png" alt="logo_black"> </a>
<nav class="nav" id="nav">
<ul class="nav-list">
<li class="nav-item active"> <a href="#home">Home</a> </li>
<li class="nav-item"> <a href="#about">About</a> </li>
<li class="nav-item"> <a href="#sponsors">Sponsors</a> </li>
<li class="nav-item"> <a href="#team">Team</a> </li>
<li class="nav-item"> <a href="#contact">Contact</a> </li>
<li class="nav-item">
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i></a>
</li>
</ul>
</nav>
</header>
<h2 id="typed"><span class="type"></span></h2>
<div class="social"> <a href="#" class="fa fa-facebook"></a> <a
href="https://www.linkedin.com/company/43262265/" class="fa fa-linkedin"></a> <a href="#"
class="fa fa-instagram"></a> </div>
<div class=""></div>
</div>
<!--End Home-->
<!--Start About-->
<div class="container" id="about">
<h1 class="heading">About <span class="small">Us</span></h1>
<p>We are a not-for-profit student organization at <a href="https://www.hku.hk" class="link"
rel="noreferrer" target="_blank"> The University of Hong Kong.</a> Our aim is to foster creative and
entrepreneurial minds and provide them with the necessary skills and confidence to participate in
hackathons and go on to build extraordinary things in the future. We promote an environment of original
thinking. The society aims to conduct regular workshops for activities such as design thinking, public
speaking, app development, business development and much more. We also aim to bring these ideas and
novel products to reality with the help of our very capable <a href="#sponsors">sponsors</a>.
<p>HackSoc has taken on the responsibility for organising a hackathon sponsored by the most prestigious
university in the country. If you need a break from your project during hackathons, other activities
such as competitive coding, website designing comps, gaming competitions will be going on the side. </p>
</p>
<h2>Our Vision</h2>
<p>Hackathon society is aimed towards including international students in more activities across the campus
and creating a healthy relationship between locals and the internationals. We also want to promote
creativity and curiosity among students so that they take initiatives to start their own university
funded projects.</p>
</div>
<!--End About-->
<!--Start Sponsors-->
<div class="container" id="sponsors">
<h1 class="heading"> Sponsors</h1>
<div class="sponsors"> <a href="https://idendron.hku.hk"> <img
src="https://idendron.hku.hk/wp-content/uploads/2017/09/dendron-logo-space-v1-03.png" alt="">
</a> </div>
</div>
<!--End Sponsors-->
<!--Start Team-->
<div class="container" id="team">
<h1 class="heading"><span class='small'>The</span> Team</h1>
<div class="col2">
<div class="member" id="chair"> <img src="./img/chair.png" alt="chair" class="memberImage">
<div class="middle">
<h3 class="post">President</h3>
<h4 class="name">Siddharth Agarwal</h4>
<a href="https://www.linkedin.com/in/siddharthagarwal2608/" class="fa fa-linkedin"
style="font-size: 20px;"></a>
</div>
</div>
<div class="member" id="vp"> <img src="./img/vice.jpeg" alt="chair" class="memberImage">
<div class="middle">
<h3 class="post">Vice-President</h3>
<h4 class="name">Anubhav Garg</h4> <a href="" class="fa fa-linkedin" style="font-size: 20px;"></a>
</div>
</div>
</div>
<div class="col2">
<div class="member" id="corp_rel"> <img src="./img/corp_rel.jpg" alt="corporate relations"
class="memberImage">
<div class="middle">
<h3 class="post">Head of Corporate Relations</h3>
<h4 class="post">Aarushi Goyal</h4> <a href="http://linkedin.com/in/aarushi-goyal-6b5226190"
class="fa fa-linkedin" style="font-size: 20px;"></a>
</div>
</div>
<div class="member" id="creative"> <img src="./img/creative.JPG" alt="creative" class="memberImage">
<div class="middle">
<h3 class="post">Head of Marketing</h3>
<h4 class="post">Reynard Verill Buntoro</h4> <a
href="https://www.linkedin.com/in/reynard-verill-234685196/" class="fa fa-linkedin" style="font-size: 20px;"></a>
</div>
</div>
<div class="member" id="event_mgmt"> <img src="./img/event_mgmt1.jpg" alt="event_mgmt"
class="memberImage">
<div class="middle">
<h3 class="post">Head of Event Management</h3>
<h4 class="post">Alima Medetova</h4> <a href="http://linkedin.com/in/alima-medetova-27b589175"
class="fa fa-linkedin" style="font-size: 20px;"></a>
</div>
</div>
</div>
<div class="col2">
<div class="member" id="ext_rel"> <img src="./img/ext_rel.jpeg" alt="external relations"
class="memberImage">
<div class="middle">
<h3 class="post">Head of External Relations</h3>
<h4 class="post">Tasnia Ishrar</h4> <a href="http://linkedin.com/in/tasnia-ishrar-r-013219173"
class="fa fa-linkedin" style="font-size: 20px;"></a>
</div>
</div>
<div class="member" id="technical"> <img src="./img/technical.jpg" alt="technical" class="memberImage">
<div class="middle">
<h3 class="post">Technical Head</h3>
<h4 class="post">Welvin Bun</h4> <a href="https://www.linkedin.com/in/welvin-bun/"
class="fa fa-linkedin" style="font-size: 20px;"></a>
</div>
</div>
</div>
</div>
<!--End Team-->
<!--Start Contact-->
<div class="container" id="contact">
<h1 class="heading">Contact <span class="small">Us</span></h1>
<!-- <i class="material-icons">blur_on</i> -->
<div class="contact"> <i class="material-icons">location_on</i>
<div>
<h3>Address</h3>
<p>The University of Hong Kong (HKU), Hong Kong Island, Hong Kong</p>
</div>
</div>
<div class="contact"> <i class="material-icons">email</i>
<div>
<h3>Email </h3>
<p> <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
<!--End Contact-->
<!--Start Footer-->
<div class="container" id="footer"> <img src="./img/favicon.png" style="height:10vh;margin-top:2rem;">
<div class="social"> <a href="$" class="fa fa-facebook"></a> <a
href="https://www.linkedin.com/company/43262265/" class="fa fa-linkedin"></a> <a href="#"
class="fa fa-instagram"></a> </div>
<p>All rights reserved | Developed by <a href="https://sidagarwal.netlify.app" target="_blank">Siddharth
Agarwal</a>, © 2020</p>
</div>
<!--End Footer-->
</div>
<script src="js/typed.js"></script>
<script src="js/custom.js"></script>
</body>
</html>