-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 1.12 KB
/
Copy pathindex.html
File metadata and controls
31 lines (28 loc) · 1.12 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
---
layout: index
---
<!-- Jumbotron here -->
<div class="jumbotron indexjumbo">
<div class="hack-padding">
</div>
<div class="container">
<img src="/assets/media/img/csi-logo-small.png" id="jumbologo">
<h1>Columbia Space Initiative</h1>
</div>
</div>
<!-- Group abstract here -- -->
<div class="group-abstract" id="aboutsection">
<div class="container py-5"> <!-- Adds top and bottom padding responsively -->
<h2>
Where there’s Space for Everyone.
</h2>
<h2><small>
The Columbia Space Initiative is <b>Columbia’s largest engineering club</b>, with 250 active members and 40+ administrators dedicated to the pursuit of knowledge in near-space, space, and beyond.
</small></h2>
<!-- Padding above and below buttons, plus spacing between buttons -->
<div class="d-flex justify-content-center text-center mt-5" style="margin:5vh 0 3vh 0;">
<a href="/join-us" class="btn btn-primary btn-lg" style="font-size: 28px;margin: 10px">Join Us</a>
<a href="/support-us" class="btn btn-primary btn-lg" style="font-size: 28px;margin: 10px ">Support Us</a>
</div>
</div>
</div>