Skip to content

Commit

Permalink
added awards & accomplishments
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminxiaa committed Apr 26, 2024
1 parent b8ec37e commit e289f7f
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 10 deletions.
25 changes: 19 additions & 6 deletions static/new/css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
font-weight: bold;
}

#body h2 {
color: var(--color-primary);
margin-bottom: 1.5vh;
font-size: 4vw;
}

#content {
width: 100%;
}
Expand All @@ -34,12 +28,31 @@
text-align: center;
}

#missionstatement-title {
color: var(--color-primary);
margin-bottom: 1.5vh;
margin-top: 1.5vh;
font-size: 4vw;
}

#missionstatement {
font-weight: 100;
font-size: 3vw;
/* margin-bottom: 10vw; */
}

#awards-title {
color: var(--color-primary);
margin-bottom: 1.5vh;
margin-top: 10vh;
font-size: 4vw;
}

#awards {
font-weight: 100;
font-size: 2vw;
}

#calendar {
background-color: var(--color-background);
width: 80%;
Expand Down
22 changes: 21 additions & 1 deletion views/new/pages/about.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,28 @@
<div id="body">
<div id="about">
<h1>About</h1>
<h2>Mission Statement</h2>
<h2 id="missionstatement-title">Mission Statement</h2>
<p id="missionstatement">We aim to grant club members the opportunity to explore STEAM through hands-on experience with robots and their components. We develop the organizational and teamwork skills required to successfully design and build for the FIRST® competition. We perform with joy, professionalism, and excellence, sharing our knowledge and experience with the larger community.</p>
<h2 id="awards-title">Awards & Accomplishments</h2>
<p id="awards">
<b>2024 Monterey Bay Regional:</b> Judges' Award <br />
<b>2024 Sacramento Regional:</b> Regional Finalists & Gracious Professionalism Award <br />
<b>2023 Sacramento Regional:</b> FIRST® Impact Award <br />
<b>2023 Central Valley Regional:</b> Judges' Award <br />
<b>2022 Silicon Valley Regional:</b> Excellence in Engineering Award <br />
<b>2019 Sacramento Regional:</b> Regional Finalists <br />
<b>2019 Central Valley Regional:</b> Regional Finalists Wildcard <br />
<b>2018 Roebling Division:</b> Championship Subdivision Winner <br />
<b>2018 Sacramento Regional:</b> Regional Finalists Wildcard <br />
<b>2014 Central Valley Regional:</b> Entrepreneurship Award sponsored by Kleiner Perkins Caufield & Byers <br />
<b>2012 Sacramento Regional:</b> Woodie Flowers Finalist Award (Eric Nelson) <br />
<b>2008 UC Dvais Sacramento Regional:</b> Regional Finalists <br />
<b>2007 Davis Sacramento Regional:</b> Xerox Creativity Award <br />
<b>2005 Silicon Valley Regional:</b> Judges' Award <br />
<b>2005 Sacramento Regional:</b> Regional Winner <br />
<b>2003 Silicon Valley Regional:</b> DaimlerChrysler Team Spirit Award <br />
<b>2003 Sacramento Regional:</b> Rookie All Star Award Friday <br />
</p>
</div>
</div>
<%- include(__base + 'views/new/partials/footer.ejs') %>
Expand Down
6 changes: 3 additions & 3 deletions views/new/pages/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
<h1 id="team-background-text">We are an FRC Team located at The Harker School.</h1>
<div id="team-statistics-wrapper">
<div class="team-statistic">
<h3 class="team-stat-value" id="in-view-0">55</h2>
<h3 class="team-stat-value" id="in-view-0">52</h2>
<h4 class="team-stat-label">Members</h3>
</div>
<div class="team-statistic">
<h3 class="team-stat-value" id="in-view-2">45</h2>
<h3 class="team-stat-value" id="in-view-2">58</h2>
<h4 class="team-stat-label">Competitions</h3>
</div>
<div class="team-statistic">
<h3 class="team-stat-value" id="in-view-1">18</h2>
<h3 class="team-stat-value" id="in-view-1">21</h2>
<h4 class="team-stat-label">Years</h3>
</div>
</div>
Expand Down

0 comments on commit e289f7f

Please sign in to comment.