-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.78 KB
/
index.html
File metadata and controls
43 lines (43 loc) · 1.78 KB
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
---
title: Home
layout: default
---
<div class="container">
<div class="p-5 mb-4 bg-body-tertiary rounded-3">
<div class="container-fluid py-6 d-flex align-items-center">
<div class="flex-grow-1">
<h2 class="display-5 fw-bold">Hackathon</h2>
<p class="col-md-8 fs-4">Checkout our biannual Hackathon Event! Have a chance to compete against other students and win prizes. Free food and snacks will be provided. Click for more details!</p>
<a href="/hackathon" class="btn btn-primary btn-lg">Hackathon</a>
</div>
<div class="ms-4">
<img src="/assets/hackathon/hoosier-logo.png" alt="HoosierHacks Logo" height="200" class="d-none d-md-block border border-dark rounded">
</div>
</div>
</div>
<div class="row align-items-md-stretch d-flex">
<div class="col-md-6">
<div class="h-100 p-5 bg-body-tertiary rounded-3">
<h2>About Us</h2>
<p>Visit the About Us section to learn more about WL Hack Club and what we do.</p>
<a href="/about" class="btn btn-primary">About Us</a>
</div>
</div>
<div class="col-md-6">
<div class="h-100 p-5 bg-body-tertiary rounded-3">
<h2>Projects</h2>
<p>Visit our projects page to get updates on our latest works!</p>
<a href="/projects" class="btn btn-primary">Projects</a>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-12">
<div class="h-100 p-5 bg-body-tertiary rounded-3">
<h2>Donations</h2>
<p>Your support helps us continue to run workshops, host events, and fund student projects for free!</p>
<a href="https://hcb.hackclub.com/donations/start/westlafayettehackclub" class="btn btn-primary" target="_blank" rel="noopener noreferrer">Donate</a>
</div>
</div>
</div>
</div>