-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathawards.html
More file actions
224 lines (192 loc) · 6.06 KB
/
awards.html
File metadata and controls
224 lines (192 loc) · 6.06 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
---
layout: default
title: FORGE Awards
logo: forge
---
<style>
body {
background-color: #2f2f2f;
color: white;
font-family: Arial, sans-serif;
}
header .header-container {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem 2rem;
flex-wrap: wrap;
}
.logo {
height: 60px;
}
.banner {
font-family: 'Orbitron', sans-serif;
font-size: 1.8rem;
color: #ff4a4a;
}
main.awards-container {
padding: 2rem;
max-width: 900px;
margin: 0 auto;
}
h2 {
text-align: center;
color: #ff4a4a;
margin-bottom: 2rem;
font-family: 'Orbitron', sans-serif;
}
.award-card {
background-color: #1a1a1a;
border-radius: 10px;
padding: 1.5rem;
margin-bottom: 1.5rem;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
transition: transform 0.3s ease;
}
.award-card:hover {
transform: translateY(-5px);
}
.award-card h3 {
color: #ff4a4a;
margin-bottom: 0.5rem;
font-size: 1.2rem;
}
.award-details p {
margin: 0.3rem 0;
}
.blue-link-box {
background-color: #007aff;
padding: 1rem;
border-radius: 10px;
margin: 1.5rem 0;
text-align: center;
}
.blue-link-box a {
color: white;
text-decoration: none;
font-weight: bold;
font-size: 1.1rem;
}
.blue-link-box a:hover {
text-decoration: underline;
}
.year-header {
background-color: #ff4a4a;
color: white;
font-family: 'Orbitron', sans-serif;
font-size: 1.3rem;
padding: 1rem;
border-radius: 10px;
margin: 2rem 0 1rem;
text-align: center;
}
footer {
text-align: center;
padding: 1rem;
background-color: #1f1f1f;
color: #bbb;
margin-top: 3rem;
}
</style>
<main class="awards-container">
<h2>Our Achievements</h2>
<div class="blue-link-box">
<a href="https://www.thebluealliance.com/team/4421" target="_blank" rel="noopener noreferrer">
View Full Team History on The Blue Alliance
</a>
</div>
<!-- 2025 -->
<div class="year-header">2025 Rankings: 421st World, 27th Canada, 1st Alberta</div>
<div class="award-card">
<h3>2025 – FIRST Championships (Houston)</h3>
<div class="award-details">
<p><strong>Division:</strong> Daly</p>
<p><strong>Rank:</strong> 32nd | <strong>Record:</strong> 5–5–0</p>
</div>
</div>
<div class="award-card">
<h3>2025 – Las Vegas Regional</h3>
<div class="award-details">
<p><strong>Award:</strong> Team Spirit</p>
<p><strong>Rank:</strong> 7 | <strong>Record:</strong> 9–6–0</p>
<p><strong>Playoffs:</strong> 1st Pick of Alliance 4, Semi-Finalists, Eliminated in Round 5</p>
</div>
</div>
<div class="award-card">
<h3>2025 – Canadian Pacific Regional</h3>
<div class="award-details">
<p><strong>Award:</strong> Gracious Professionalism Award</p>
<p><strong>Rank:</strong> 12 | <strong>Record:</strong> 8–5–1</p>
<p><strong>Playoffs:</strong> Captain of Alliance 8, Eliminated in Round 4</p>
</div>
</div>
<div class="award-card">
<h3>2025 – Canadian Rockies Open Offseason Event</h3>
<div class="award-details">
<p><strong>Award:</strong> Innovation in Control Award and Winning Alliance</p>
<p><strong>Rank:</strong> 1 | <strong>Record:</strong> 17–2–0</p>
<p><strong>Playoffs:</strong> Captain of Alliance 1, Won the Event</p>
</div>
</div>
<!-- 2024 -->
<div class="year-header">2024 Rankings: 350th World, 20th Canada, 1st Alberta</div>
<div class="award-card">
<h3>2024 – Las Vegas Regional</h3>
<div class="award-details">
<p><strong>Award:</strong> Innovation in Control Award</p>
<p><strong>Rank:</strong> 8 | <strong>Record:</strong> 10–4–0</p>
<p><strong>Playoffs:</strong> 1st Pick of Alliance 2, Eliminated in Round 4</p>
</div>
</div>
<div class="award-card">
<h3>2024 – Canadian Pacific Regional</h3>
<div class="award-details">
<p><strong>Award:</strong> Quality Award, Woodie Flowers Finalist Award, FIRST Dean’s List Finalist</p>
<p><strong>Rank:</strong> 11 | <strong>Record:</strong> 10–8–0</p>
<p><strong>Playoffs:</strong> 1st Pick of Alliance 2, Eliminated in Finals</p>
</div>
</div>
<!-- 2023 -->
<div class="year-header">2023 Rankings: 735th World, 42nd Canada, 1st Alberta</div>
<div class="award-card">
<h3>2023 – Las Vegas Regional</h3>
<div class="award-details">
<p><strong>Award:</strong> Innovation in Control Award</p>
<p><strong>Rank:</strong> 26 | <strong>Record:</strong> 6–8–0</p>
<p><strong>Playoffs:</strong> 1st Pick of Alliance 3, Eliminated in Round 2</p>
</div>
</div>
<div class="award-card">
<h3>2023 – Canadian Pacific Regional</h3>
<div class="award-details">
<p><strong>Award:</strong> Quality Award</p>
<p><strong>Rank:</strong> 4 | <strong>Record:</strong> 10–6–0</p>
<p><strong>Playoffs:</strong> Captain of Alliance 3, Eliminated in Round 4</p>
</div>
</div>
<!-- 2022 -->
<div class="year-header">2022 Rankings: 412th World, 20th Canada, 1st Alberta</div>
<div class="award-card">
<h3>2022 – FIRST Championships (Houston)</h3>
<div class="award-details">
<p><strong>Division:</strong> Hopper</p>
<p><strong>Rank:</strong> 60th | <strong>Record:</strong> 3–8–0</p>
</div>
</div>
<div class="award-card">
<h3>2022 – Idaho Regional</h3>
<div class="award-details">
<p><strong>Award:</strong> Excellence in Engineering Award</p>
<p><strong>Rank:</strong> 3 | <strong>Record:</strong> 11–6–0</p>
<p><strong>Playoffs:</strong> Captain of Alliance 2, Semi-Finalists</p>
</div>
</div>
<div class="award-card">
<h3>2022 – Canadian Pacific Regional</h3>
<div class="award-details">
<p><strong>Award:</strong> Innovation in Control Award, FIRST Dean’s List Finalist Award</p>
<p><strong>Rank:</strong> 2 | <strong>Record:</strong> 16–2–0</p>
<p><strong>Playoffs:</strong> 1st Pick of Alliance 1, Won the Event</p>
</div>
</div>
</main>