-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.html
94 lines (93 loc) · 3.86 KB
/
resources.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
title: Resources
layout: default
---
<!-- Sphere Obama -->
<div style="text-align: center;">
<p>For the Ultimate Goal Season (2020-2021)</p>
<a href="{{- site.data.links.game_and_season_info -}}">(you can find more resources
here)</a>
</div>
<table id="resources">
<tbody>
<tr>
<td>
<a href="{{- site.data.links.game_reveal -}}">
<button class="resources-button">Game Reveal</button>
</a>
</td>
<td>
<a href="{{- site.data.links.game_one_page -}}">
<button class="resources-button">One-Pager</button>
</a>
</td>
<td>
<a href="{{- site.data.links.robot_inspection_checklist -}}">
<button class="resources-button">Self-Inspection Checklist</button>
</a>
</td>
</tr>
<tr>
<td>
<a href="{{- site.data.links.game_manual_part_1_traditional_events -}}">
<button class="resources-button resources-button-small">Game Manual Part 1 (Traditional
Events)</button>
</a>
<br>
<a href="{{- site.data.links.game_manual_part_2_traditional_events -}}">
<button class="resources-button resources-button-small">Game Manual Part 2 (Traditional
Events)</button>
</a>
</td>
<td>
<a href="{{- site.data.links.game_manual_part_1_remote_events -}}">
<button class="resources-button resources-button-small">Game Manual Part 1 (Remote
Events)</button>
</a>
<br>
<a href="{{- site.data.links.game_manual_part_2_remote_events -}}">
<button class="resources-button resources-button-small">Game Manual Part 2 (Remote
Events)</button>
</a>
</td>
<td>
<a href="/ftc.html">
<button class="resources-button resources-button-small">What is FTC? (Quick Explanation)</button>
</a>
<br>
<a href="/fll.html">
<button class="resources-button resources-button-small">What is FLL? (Quick Explanation)</button>
</a>
</td>
</tr>
</tbody>
</table>
<div id="resources-mobile">
<a href="{{- site.data.links.game_reveal -}}">
<button class="resources-button">Game Reveal</button>
</a>
<a href="{{- site.data.links.robot_inspection_checklist -}}">
<button class="resources-button">Self-Inspection Checklist</button>
</a>
<a href="{{- site.data.links.game_one_page -}}">
<button class="resources-button">One-Pager</button>
</a>
<a href="{{- site.data.links.game_manual_part_1_traditional_events -}}">
<button class="resources-button resources-button-small">Game Manual Pt. 1 (Traditional)</button>
</a>
<a href="{{- site.data.links.game_manual_part_2_traditional_events -}}">
<button class="resources-button resources-button-small">Game Manual Pt. 2 (Traditional)</button>
</a>
<a href="{{- site.data.links.game_manual_part_1_remote_events -}}">
<button class="resources-button resources-button-small">Game Manual Pt. 1 (Remote)</button>
</a>
<a href="{{- site.data.links.game_manual_part_2_remote_events -}}">
<button class="resources-button resources-button-small">Game Manual Pt. 2 (Remote)</button>
</a>
<a href="/ftc.html">
<button class="resources-button resources-button-small">FTC Short Explanation</button>
</a>
<a href="/fll.html">
<button class="resources-button resources-button-small">FLL Short Explanation</button>
</a>
</div>