-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
283 lines (245 loc) · 12.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Duothan 1.0 - IEEE NSBM Student Branch</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<a href="index.html" class="scrollto"><img src="assets/img/logo.png" alt="logo" title=""></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#schedule">Timeline</a></li>
<li><a href="#faq">FAQ</a></li>
<li class="buy-tickets"><a target="_blank" href="http://rsvp.lk/ieee-nsbm/duothan1-ieee-nsbm">Register Here</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- End Header -->
<!-- ======= Intro Section ======= -->
<section id="intro">
<div class="intro-container" data-aos="zoom-in" data-aos-delay="100">
<h1 class="mb-4 pb-0">Duothan <span>1.0</span></h1>
<p class="mb-4 pb-0" style="color: #e52145;">The sensational 12-hour virtual duo-hackathon happening for the <b
style="color: aliceblue;">1st time in Sri Lanka</b><br /> organized by the<br /> IEEE Student Branch of NSBM
Green University.</p>
<!-- <p class="mb-4 pb-0">13<sup>th</sup> February 2020, via Online</p> -->
<a href="https://www.youtube.com/watch?v=5bf7Qm0OfC0&list=RD5bf7Qm0OfC0&start_radio=1"
class="venobox play-btn mb-4" data-vbtype="video" data-autoplay="true"></a>
<a href="#about" class="about-btn scrollto">About The Event</a>
</div>
</section><!-- End Intro Section -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-6">
<h3 class="text-center" style="color: black;">About The Event</h3>
<p class="about-para">
Duathon 1.0 is a hackathon organized by the IEEE Student Branch of NSBM. This event is not just an
ordinary Hackathon. The specialty is, we are going to conduct this event in association with Valentines’
Day, and the competitors have to code in pairs. A team containing a male and a female has to participate
in the Hackathon and they will get a time period of 12 hours. The hackathon is taking place as an Online
event and they will receive a certificate upon completing the hackathon under the standards of the event.
</p>
</div>
<div class="col-lg-3 text-center">
<h3 style="color: black;">Platform</h3>
<p>
<img style="filter: drop-shadow(0 0 0.75rem #e52145);" src="assets/img/HR-Logo-Main.png"
alt="hackerrank-logo" width="250px" />
</p>
</div>
<div class="col-lg-3 text-center">
<h3 style="color: black;">When</h3>
<p>13<sup>th</sup> February 2021<br>9.00 am Onwards</p>
</div>
</div>
</div>
</section>
<!-- End About Section -->
<!-- ======= Schedule Section ======= -->
<section id="schedule" class="section-with-bg">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Timeline</h2>
</div>
<div class="timeline">
<ul>
<li>
<div class="timeline-content">
<h1>9.00 AM - 9.30 AM</h1>
<p class="timeline-p">Event Inauguration</p>
</div>
</li>
<li>
<div class="timeline-content">
<h1>9.30 AM - 9.30 PM</h1>
<p class="timeline-p">Hackathon</p>
</div>
</li>
<li>
<div class="timeline-content">
<h1>9.30 PM - 12.00 PM</h1>
<p class="timeline-p">Judging Period</p>
</div>
</li>
<li>
<div class="timeline-content">
<h1>12.00 PM</h1>
<p class="timeline-p">Announcing Winners</p>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- End Schedule Section -->
<!-- ======= F.A.Q Section ======= -->
<section id="faq">
<div class="container" data-aos="fade-up" style="margin-top: -50px; margin-bottom: 50px;">
<div class="section-header">
<h2>F.A.Q </h2>
</div>
<div class="row justify-content-center" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-9">
<ul id="faq-list">
<li>
<a data-bs-toggle="collapse" class="collapsed" data-bs-target="#faq1">Don't Have a Duothan partner?<i class="fa fa-minus-circle"></i></a>
<div id="faq1" class="collapse" data-bs-parent="#faq-list">
<p>
Register through this <a target="_blank" href="https://forms.gle/vtWH7aqhe1N31nwK7 " class="link">Google Form</a>. Every individual who is not having a partner to participate duothan 1.0 can register here.
We will connecting you with a random individual just like you. Get yourselves registered before 12 Febuary 6.00 AM.
The following conditions may apply.
<ul>
<li>- Your information including your Name, Contact Number, and Email address will be shared with the relevant teammate which we are teaming you up to participate in this hackathon.</li>
<li>- You cannot quit the hackathon once after we assigned you a teammate. </li>
<li>- Once we informed you about your teammate, it is your responsibility to keep in contact with the assigned individual and decide a name for your TEAM.</li>
<li>- You should immediately report the Team Name to the Organizing Committee before 11:59 PM, 12th February, or your team will not be eligible to participate in the hackathon.</li>
<li>- Please note that we are only assigning the individual to complete this hackathon.</li>
</ul>
</p>
</div>
</li>
<li>
<a data-bs-toggle="collapse" data-bs-target="#faq2" class="collapsed">What is the flow of the hackathon?<i class="fa fa-minus-circle"></i></a>
<div id="faq2" class="collapse" data-bs-parent="#faq-list">
<p>
The hackathon starts at 9.00 AM on 13 February. You need to login to the hackerrank website using the credentials we provide. There may be 15 or more questions on different levels (Easy, Intermediate, Hard) to solve within 12 hours.
All you have to do is grab a coffee and hack the Duothan with your partner.
</p>
</div>
</li>
<li>
<a data-bs-toggle="collapse" data-bs-target="#faq3" class="collapsed">Why participate?<i class="fa fa-minus-circle"></i></a>
<div id="faq3" class="collapse" data-bs-parent="#faq-list">
<p>
This is a fabulous occasion to pair up with your partner and hack the heart out this February. You will get unlimited coding experience on various programming problems.
Hack this valentine with your partner and stand a chance to win cool swags and certificates.
</p>
</div>
</li>
<li>
<a data-bs-toggle="collapse" data-bs-target="#faq4" class="collapsed">How to reach us?<i class="fa fa-minus-circle"></i></a>
<div id="faq4" class="collapse" data-bs-parent="#faq-list">
<p>
You will be added to a whatsapp group before the day of the hack. You can always reach out to the organizing committee through that group.
If you have any questions before the day of the hack, contact us via <a href="https://www.facebook.com/ieeensbm" class="link">IEEE NSBM</a> facebook page. Or drop a email at nsbmieee@gmail.com.
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- ======= Buy Ticket Section ======= -->
<section id="buy-tickets" class="section-with-bg pt-3">
<div class="container" data-aos="fade-up">
<div class="section-header rsvp">
<h2>Register Here</h2>
<p>
<a target="_blank" href="http://rsvp.lk/ieee-nsbm/duothan1-ieee-nsbm">
<img src="./assets//img/rsvp.png" alt="rsvp" />
</a>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- ======= Organized by Section ======= -->
<section id="org" class="section-with-bg pt-3 organized-by-sec">
<div class="container " data-aos="fade-up">
<div class="section-header organized-by-sec">
<h2>Organized by</h2>
<div class="row">
<div class="col-md-6" style="display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30px;">
<img src="./assets/img/IEEEnsbm.jpg" alt="ieensbm" width="250px" />
</div>
<br>
<div class="col-md-6" style="display: flex;
align-items: center;
justify-content: center;">
<img src="./assets/img/nsbm-ieee-wie-logo.png" alt="ieensbm" width="150px" />
</div>
</div>
</div>
</div>
</section>
<!-- End #main -->
</main>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong>Duothan</strong>. All Rights Reserved
</div>
<div class="credits"><a href="https://ieeensbm.org/">IEEE NSBM </a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/superfish/superfish.min.js"></script>
<script src="assets/vendor/hoverIntent/hoverIntent.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>