-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.njk
41 lines (38 loc) · 1.46 KB
/
index.njk
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
---
layout: base.njk
---
<div class="hero-section">
<!-- <div class="illustration">
<img class="illustration-moon" alt="" src="/assets/images/moon.jpg">
</div> -->
<div class=hero-header>
<img src="{{ "/assets/images/dna-circle.png" | url }}" alt="" class="hero-img"/>
<h1 class="hero-title">Science Hack Day India</h1>
<p class="hero-info">
November 8 - 10, 2024<br/>
Belgaum, India
</p>
</div>
<div class="hero-cta">
<a class="primary-btn" href="/projects/">
See Projects
</a>
</div>
</div>
<section class="about-section">
<h2 class="section-title">What is Science Hack Day?</h2>
<div class="flex-container">
<div class="text-container">
<p>
Science Hack Day is a three-day event where anyone excited about making weird,
silly or serious things with science comes together in the same physical space
to see what they can prototype within 36 consecutive hours. Designers, developers,
artists, scientists and people from any background are welcome to attend – no
experience in science or hacking is necessary, just an insatiable curiosity.
The event is organized by volunteers, and supported via sponsors. SHD India
2024 will be our 7th annual event!
</p>
</div>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/lXkqKo1Ko3E" title="YouTube video player" frameborder="0" allowfullscreen></iframe>
</div>
</section>