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+ < link rel ="stylesheet " type ="text/css " href ="../seasons/season.css ">
12+ < script src ="../js/header.js " defer > </ script >
13+ < link rel ="icon " href ="../images/nerd.svg ">
14+ < meta property ="og:title " content ="NerdHerd "/>
15+ < meta property ="og:type " content ="website "/>
16+ < meta property ="og:url " content ="https://nerdherd.github.io/ "/>
17+ < meta property ="og:image " content ="https://nerdherd.github.io/images/nerd.svg " />
18+ </ head >
19+ < body >
20+ < div class ="main-content ">
21+ < header >
22+
23+ < div class ="nav " id ="nav ">
24+ < div class ="subtabs ">
25+ < a href ="../index.html "> < img src ="../images/nerd.svg " height ="100% "> </ a >
26+ <!-- <div class="subtabs-content">
27+ <a href="#">Test</a>
28+ <a href="#">Test</a>
29+ <a href="#">Test</a>
30+ </div> -->
31+ </ div >
32+ < div class ="subtabs ">
33+ < a href ="javascript: "> Programs</ a >
34+ < div class ="subtabs-content ">
35+ < a href ="../programs/join.html "> Joining FRC 687</ a >
36+ < hr >
37+ < a href ="../programs/ftc-league-g.html "> FTC League G</ a >
38+ < hr >
39+ < a href ="../programs/outreach.html "> Outreach Initiatives</ a >
40+ </ div >
41+ </ div >
42+ < div class ="subtabs ">
43+ < a href ="javascript: "> Team Resources</ a >
44+ < div class ="subtabs-content ">
45+ < a href ="../teams/asm.html "> ASM</ a >
46+ < hr >
47+ < a href ="../teams/bus.html "> BUS</ a >
48+ < hr >
49+ < a href ="../teams/cad.html "> CAD</ a >
50+ < hr >
51+ < a href ="../teams/mfg.html "> MFG</ a >
52+ < hr >
53+ < a href ="../teams/prg.html "> PRG</ a >
54+ < hr >
55+ < a href ="../teams/ftc.html "> FTC</ a >
56+ </ div >
57+ </ div >
58+ < div class ="subtabs ">
59+ < a href ="javascript: "> Seasons</ a >
60+ < div class ="subtabs-content ">
61+ < a href ="../seasons/rebuilt.html "> 2026 Rebuilt</ a >
62+ < hr >
63+ < a href ="../seasons/reefscape.html "> 2025 Reefscape</ a >
64+ < hr >
65+ < a href ="../seasons/crescendo.html "> 2024 Crescendo</ a >
66+ < hr >
67+ < a href ="../seasons/chargedUp.html "> 2023 Charged Up</ a >
68+ </ div >
69+ </ div >
70+ </ div >
71+ <!-- <div id="spacer"></div> -->
72+ < div class ="smallnav ">
73+ < button onclick ="toggleNav() "> ☰</ button >
74+ </ div >
75+ </ header >
76+ < div class ="body ">
77+
78+
79+ < p > yap about 2023</ p >
80+ < p > 2023 marked the __ competition season for 687. Our best season? Ended our season by making an appearance on Einstein with alliance partners 6328, blah blah, blah blah. </ p >
81+ < h2 > Awards:</ h2 >
82+ < ul >
83+ < li > Event Winner, Los Angeles Regional</ li >
84+ < li > Division Winner, Archimedes Division, Worlds Championship</ li >
85+ < li > Industrial Design Award, Los Angeles Regional</ li >
86+ < li > FIRST Dean’s List Finalist (Brianna Adweinmbi), Los Angeles Regional</ li >
87+ < li > FIRST Dean’s List Winner (Brianna Adewinmbi), Einstein Field</ li >
88+ </ ul >
89+ Pictures:
90+ Robot: ISME
91+
92+ Yap about robot design
93+
94+
95+ </ div >
96+ < footer >
97+ < div >
98+ < p > Contact</ p >
99+ < div >
100+ < div >
101+ < a href ="mailto:thenerdherd687@gmail.com "> thenerdherd687@gmail.com</ a >
102+ < a > Address:</ a >
103+ < a > 1000 E Victoria St, Carson, CA 90747</ a >
104+ </ div >
105+ </ div >
106+ </ div >
107+ < div >
108+ < p > About</ p >
109+ < div >
110+ < div >
111+ < a href ="# "> Leadership</ a >
112+ < a href ="# "> Mentors</ a >
113+ < a href ="# "> Website</ a >
114+ < a href ="# "> Test</ a >
115+ </ div >
116+ </ div >
117+ </ div >
118+ < div >
119+ < p > Socials</ p >
120+ < div >
121+ < a href ="https://www.instagram.com/nerdherd687/ "> < img src ="../images/instagram.webp " style ="height:25px "> </ a >
122+ < a href ="https://www.youtube.com/@nerdherdfrcteam687 "> < img src ="../images/youtube.webp " style ="height:25px "> </ a >
123+ < a href ="https://www.thebluealliance.com/team/687 "> < img src ="../images/tba_lamp.svg " style ="height:25px "> </ a >
124+ </ div >
125+ </ div >
126+ < div >
127+ < img src ="../images/nerd.svg ">
128+ </ div >
129+ </ footer >
130+ </ div >
131+ </ body >
132+ </ html >
0 commit comments