-
Notifications
You must be signed in to change notification settings - Fork 3
/
shh.html
65 lines (60 loc) · 2.26 KB
/
shh.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
<!doctype html>
<html lang="en">
<head>
<title>mBIT</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="notification-top notification is-primary">
mBIT will be hosting the Spring 2024 In-Person Round on June 8th. <a href="https://docs.google.com/forms/d/1xuxpRnFR-uMXdiX2p-1oTutfz6PXqIBbLNzJyI6tfqY/edit">Registration is now open!</a>
</div>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<div class="navbar-item"><a class="button" href="/"><span class="has-text-primary">m</span>BIT</a></div>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navbar">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbar" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="/logistics">Logistics</a>
<a class="navbar-item" href="/rules">Rules</a>
<a class="navbar-item" href="/about">About</a>
<a class="navbar-item" href="/schedule">Schedule</a>
<a class="navbar-item" href="/archive">Archive</a>
</div>
<div class="navbar-end">
<div class="navbar-item">
<div class="buttons">
<a class="button is-primary" href="https://docs.google.com/forms/d/1xuxpRnFR-uMXdiX2p-1oTutfz6PXqIBbLNzJyI6tfqY/edit">
<strong>Register</strong>
</a>
<!-- <a class="button is-light" href="https://mbit-live.mbhs.edu/login">Login</a> -->
</div>
</div>
</div>
</div>
</nav>
<main class="wrapper">
<section class="hero has-background-primary">
<div class="hero-body">
<div class="container">
<h1 class="title is-1"><span class="has-text-white">About</span></h1>
</div>
</section>
<section class="section">
<div class="container">
<h2 class="subtitle is-4"><a href="https://github.com/m3ru">Meru was here</a></h2>
</div>
<footer class="footer">
<div class="content has-text-centered">
<p>Organized by students at <a href="https://mbhs.edu">Montgomery Blair High School</a>.</p>
</div>
</footer>
<script src="/ui.js"></script>
</body>
</html>