File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,27 @@ export default function Awards() {
44 const initialHeader = "Awards" ;
55 const initialAwardContent = (
66 < >
7+ < div className = "font-bold" > 2025</ div >
8+ VEX AI Robotics Competition World Champion (Tournament)
9+ < br />
10+ < div className = "font-bold" > 2025</ div >
11+ VEX U Robotics Texas Semifinalist & Design Award
12+ < br />
713 < div className = "font-bold" > 2024</ div >
814 VEX AI Robotics Competition World Champion (Excellence Award)
915 < br />
1016 < div className = "font-bold" > 2023</ div > VEXU World Championship Build Award
1117 < br />
1218 < div className = "font-bold" > 2022</ div > RoboMaster - First Prize - 4th in 2022 North American RoboMaster Competition
13- < div className = "font-bold" > 2013</ div >
14- IGVC - 15th AutoNav Challenge - DoloRAS
15- < br />
1619 </ >
1720 ) ;
1821
1922 const newHeader = "" ;
2023 const newAwardContent = (
2124 < >
25+ < div className = "font-bold" > 2013</ div >
26+ IGVC - 15th AutoNav Challenge - DoloRAS
27+ < br />
2228 < div className = "font-bold" > 2007</ div >
2329 IGVC JAUS Level 1 Award; BlastyRAS
2430 < br />
You can’t perform that action at this time.
0 commit comments