1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > The Nerd Herd</ title >
7+ < link rel ="stylesheet " type ="text/css " href ="../css/base.css ">
8+ < link rel ="stylesheet " type ="text/css " href ="../css/header.css ">
9+ < link rel ="stylesheet " type ="text/css " href ="../css/main.css ">
10+ < link rel ="stylesheet " type ="text/css " href ="../css/footer.css ">
11+ < script src ="../js/header.js " defer > </ script >
12+ < link rel ="icon " href ="../images/nerd.svg ">
13+ < meta property ="og:title " content ="NerdHerd "/>
14+ < meta property ="og:type " content ="website "/>
15+ < meta property ="og:url " content ="https://nerdherd.github.io/ "/>
16+ < meta property ="og:image " content ="https://nerdherd.github.io/images/nerd.svg " />
17+ </ head >
18+ < body >
19+ < div class ="main-content ">
20+ < header >
21+
22+ < div class ="nav " id ="nav ">
23+ < div class ="subtabs ">
24+ < a href ="../index.html "> < img src ="../images/nerd.svg " height ="100% "> </ a >
25+ <!-- <div class="subtabs-content">
26+ <a href="#">Test</a>
27+ <a href="#">Test</a>
28+ <a href="#">Test</a>
29+ </div> -->
30+ </ div >
31+ < div class ="subtabs ">
32+ < a href ="javascript: "> Programs</ a >
33+ < div class ="subtabs-content ">
34+ < a href ="../programs/join.html "> Joining FRC 687</ a >
35+ < hr >
36+ < a href ="../programs/ftc-league-g.html "> FTC League G</ a >
37+ < hr >
38+ < a href ="../programs/outreach.html "> Outreach Initiatives</ a >
39+ </ div >
40+ </ div >
41+ < div class ="subtabs ">
42+ < a href ="javascript: "> Team Resources</ a >
43+ < div class ="subtabs-content ">
44+ < a href ="../teams/asm.html "> Assembly</ a >
45+ < hr >
46+ < a href ="../teams/bus.html "> Business and Administration</ a >
47+ < hr >
48+ < a href ="../teams/cad.html "> CAD</ a >
49+ < hr >
50+ < a href ="../teams/mfg.html "> Manufacturing</ a >
51+ < hr >
52+ < a href ="../teams/prg.html "> Programming</ a >
53+ < hr >
54+ < a href ="../teams/ftc.html "> FTC</ a >
55+ < hr >
56+ < a href ="../teams/scout.html "> Scouting and Strategy</ a >
57+ </ div >
58+ </ div >
59+ < div class ="subtabs ">
60+ < a href ="javascript: "> Seasons</ a >
61+ < div class ="subtabs-content ">
62+ < a href ="../seasons/chargedUp.html "> 2023 Charged Up</ a >
63+ < hr >
64+ < a href ="../seasons/crescendo.html "> 2024 Crescendo</ a >
65+ < hr >
66+ < a href ="../seasons/reefscape.html "> 2025 Reefscape</ a >
67+ < hr >
68+ < a href ="../seasons/rebuilt.html "> 2026 Rebuilt</ a >
69+ </ div >
70+ </ div >
71+ </ div >
72+ <!-- <div id="spacer"></div> -->
73+ < div class ="smallnav ">
74+ < button onclick ="toggleNav() "> ☰</ button >
75+ </ div >
76+ </ header >
77+ < div class ="body ">
78+
79+
80+ Uh oh.
81+
82+
83+ </ div >
84+ < footer >
85+ < div >
86+ < p > Contact</ p >
87+ < div >
88+ < div >
89+ < a href ="mailto:thenerdherd687@gmail.com "> thenerdherd687@gmail.com</ a >
90+ < a > Address:</ a >
91+ < a > 1000 E Victoria St, Carson, CA 90747</ a >
92+ </ div >
93+ </ div >
94+ </ div >
95+ < div >
96+ < p > About</ p >
97+ < div >
98+ < div >
99+ < a href ="# "> Leadership</ a >
100+ < a href ="# "> Mentors</ a >
101+ < a href ="# "> Website</ a >
102+ < a href ="# "> Test</ a >
103+ </ div >
104+ </ div >
105+ </ div >
106+ < div >
107+ < p > Socials</ p >
108+ < div >
109+ < a href ="https://www.instagram.com/nerdherd687/ "> < img src ="../images/instagram.webp " style ="height:25px "> </ a >
110+ < a href ="https://www.youtube.com/@nerdherdfrcteam687 "> < img src ="../images/youtube.webp " style ="height:25px "> </ a >
111+ < a href ="https://www.thebluealliance.com/team/687 "> < img src ="../images/tba_lamp.svg " style ="height:25px "> </ a >
112+ </ div >
113+ </ div >
114+ < div >
115+ < img src ="../images/nerd.svg ">
116+ </ div >
117+ </ footer >
118+ </ div >
119+ </ body >
120+ </ html >
0 commit comments