This repository has been archived by the owner on May 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (43 loc) · 1.69 KB
/
index.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
---
layout: default
---
<section>
<h2>What is this?</h2>
<p>This tool lets you calculate your score for the WRO. There are score forms for several age groups of the Regular Category.</p>
<p>To get started, select your age group below.</p>
<p>
If you have any questions or problems, please add an issue to
<a href="https://github.com/Akribes/WRO-Score-Calculator/" target="_blank">the GitHub repository of this project</a>.
</p>
</section>
<section>
<h3 class="year">Season 2021: PowerBots</h3>
<p>Coming soon!</p>
<br />
<div class="menu">
<a class="menu-button" href="{{ site.baseurl }}/2020/wedo.html">WeDo</a>
<a class="menu-button disabled" href="#">Elementary</a>
<a class="menu-button disabled" href="#">Junior</a>
<a class="menu-button disabled" href="#">Senior</a>
</div>
</section>
<section>
<h3 class="year">Season 2020: Climate Squad</h3>
<br />
<div class="menu">
<a class="menu-button" href="{{ site.baseurl }}/2020/wedo.html">WeDo</a>
<a class="menu-button" href="{{ site.baseurl }}/2020/elementary.html">Elementary</a>
<a class="menu-button" href="{{ site.baseurl }}/2020/junior.html">Junior</a>
<a class="menu-button disabled" href="#">Senior</a>
</div>
</section>
<section>
<h3 class="year">Season 2019: SMART Cities</h3>
<br />
<div class="menu">
<a class="menu-button disabled" href="#">WeDo</a>
<a class="menu-button" href="{{ site.baseurl }}/2019/elementary.html">Elementary</a>
<a class="menu-button" href="{{ site.baseurl }}/2019/junior.html">Junior</a>
<a class="menu-button disabled" href="#">Senior</a>
</div>
</section>