forked from BirdScienceOlympiad/BirdSOWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (62 loc) · 3.48 KB
/
index.html
File metadata and controls
62 lines (62 loc) · 3.48 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<meta charset="utf-8"/>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="/src/css/main.css">
<script type="text/javascript" src="/src/js/jquery.min.js"></script>
<script type="text/javascript" src="/src/js/main.js"></script>
<meta property="og:site_name" content="Bird Science Olympiad">
<meta property="og:title" content="Bird Science Olympiad">
<meta property="og:type" content="article">
<meta property="og:url" content="https://birdso.org">
<meta property="og:description" content="Welcome to Bird Science Olympiad, also known as BirdSO! We're thrilled to bring to you high quality virtual tournaments that allow you and your team to participate in Science Olympiad, wherever you are. Visit our website to learn more.">
<meta property="og:image" content="https://birdso.org/src/img/logos/logo.png">
</head>
<body>
<div class="header main">
<div class="container">
<img class="logo" src="/src/img/logos/logo.png">
<!-- <a href="https://www.sciolyescaperoom.com" target="_blank" title="Put the ink block over the electrical box. Participate in the 2022 Science Olympiad National Tournament Escape Room at www.sciolyescaperoom.com!"><img class="logo" src="/src/img/logos/logo_escape-room.png"></a> -->
<h1>Welcome to the 3rd Annual BirdSO B/C Science Olympiad Invitationals!</h1>
<h2>In-Person: January 14, 2023 (B), January 28, 2023 (C)<br>Satellite: February 11 – 18, 2023</h2>
<span class="buttons">
<!-- <a href="/mini/">Mini</a> -->
<a href="/satellite/">Satellite</a>
<a href="/contact.html">Contact</a>
<a class="yellow" href="/scilympiad">Scilympiad</a>
</span>
</div>
</div>
<div class="container center" style="background-color: var(--eggshell);">
<h2>Bird Science Olympiad returns this year with double the fun.<br>Featuring two invitational tournaments—Satellite and In-Person!</h2>
<div class="tiles">
<div class="one-third" style="margin-top: -25px;">
<h2>In-Person</h2>
<h3 style="margin-top: 0; padding-top: 0;">January 14, 2023 (B), January 28, 2023 (C)</h3>
<p>Our first in-person Science Olympiad tournaments, hosted at Rio Hondo College (B) and Temple City High School (C).</p>
<span class="buttons center dark">
<!-- <a href="/gold/">More Info</a> -->
</span>
</div>
<div class="one-third" style="margin-top: -25px;">
<h2>Satellite</h2>
<h3 style="margin-top: 0; padding-top: 0;">February 11 – 18, 2023</h3>
<p>An at-your-school competition experience. Featuring twenty-two official events, five trial events, and five special trial events through our <a href="/satellite/#events">Computer Science Initiative</a>.</p>
<span class="buttons center dark">
<a href="/satellite/">More Info</a>
</span>
</div>
<div class="one-third" style="margin-top: -25px;">
<h2>Get Involved</h2>
<p>BirdSO would not be possible without you! Whether you're a competitor, alumnus, or just an interested spectator, there's a place for you in our competition experience.</p>
<span class="buttons center dark">
<a href="/register">Register</a>
<a href="/volunteer">Volunteer</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfxuaS3D2GF5Wyx2AlOj2VqFWOa_Ju6TzkSG3qpzQWTE3tfbw/viewform?usp=send_form">Mailing List</a>
</span>
</div>
</div>
<!-- <h1 id="sponsors" style="margin-top: -10px;">Sponsored By</h1> -->
<!-- <img src="/src/img/wolfram.png" style="height: auto; max-width: 100%; width: 375px; margin-top: -15px; margin-bottom: -15px;"> -->
</div>
</body>