forked from MIT-Scioly/MIT-Scioly.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 663 Bytes
/
Copy pathindex.html
File metadata and controls
29 lines (28 loc) · 663 Bytes
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
---
layout: homepage
keywords: "home"
custom_css:
- assets/css/index.css
- assets/css/updates.css
- assets/css/particles.css
custom_js:
- assets/js/particles.js
- assets/js/app.js
---
<div class="is-mobile columns is-centered">
<svg version="1.1" width="100%" height="12em">
<image
href="assets/images/logo.svg"
height="100%"
width="100%"
x="0%"
y="0.5%"
id="logo"
/>
</svg>
</div>
<div class="container title">
<h1 class="is-size-2-mobile">MIT Science Olympiad</h1>
<h2 class="is-size-2 is-size-4-mobile">January 25, 2025</h2>
<a href="registration" class="call-to-action">Registration</a>
</div>