Skip to content

Commit

Permalink
Merge pull request #6 from AllentownRobotics/arya-changes
Browse files Browse the repository at this point in the history
robot page 2024
  • Loading branch information
aryachaudry authored May 3, 2024
2 parents cd065cc + 56cf6ae commit 99dec6f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
33 changes: 32 additions & 1 deletion src/pages/robots/robots/crescendo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,38 @@ const About = () => {
<div className='robot__section-content'>
<h1>Rainstik</h1>
<h4>Crescendo</h4>
<p>Drive Team:</p>
<div>

<h3>Drive Team</h3>
<p>Driver <b>Abhinav Murthy</b></p>
<p>Operator <b>Gavin Normand</b></p>
<p>Drive Coach <b>Tia Bajaj</b></p>
</div>
<div>

<h3>2024 Statistics</h3>
<p><b>Overall: </b>
Team 1807 is ranked <b>61st Worldwide</b>, <b>3rd in Mid-Atlantic</b>, and <b>1st in New Jersey</b></p>

<h5><b>2024 Allentown District Event</b></h5>
<p>At this event our team placed <b>5th out of 27</b> teams, and had a record of <b>10-5-1</b>, and was the <b>5th Alliance Captain</b>, making it to the Semi-finals.</p>

<h5><b>2024 Montgomery District Event</b></h5>

<p>Our team placed <b>4th out of 36</b> teams, and had a record of <b>11-5-0</b>, and was the <b>1st pick of Alliance 3</b>, making it to the Semi-finals.</p>
<h5><b>2024 Mid-Atlantic District Championships</b></h5>

<p>At this event our team placed <b>4th out of 60</b> teams, and had a record of <b>11-4-0</b>, and was the <b>1st pick of Allaince 3</b>, making it to the Semi-finals.</p>

<h5><b>2024 World Championships</b></h5>

<p>Our team placed <b>6th out of 75</b> teams in the Galileo Division, and had a record of <b>10-4-0</b>, and was the <b>6th Allaince Captain</b>, making it to the Semi-finals.</p>
<h5><b>2024 Awards</b></h5>

<p><b>Exellence in Engineering Award</b> at the 2024 Allentown District Event</p>

</div>

</div>
<div className="robot__section-image" id="1">
<img src={Robot24} alt="Summary" />
Expand Down
14 changes: 13 additions & 1 deletion src/pages/robots/robots/robot.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,19 @@ section#robot {
}

.robot__section-content h4 {
font-size: 2rem;
font-size: 2.5rem;
margin-bottom: 1rem;
margin-top: none;
color: var(--color-teamgrey);
}
.robot__section-content h3 {
font-size: 1.5rem;
margin-bottom: 1rem;
margin-top: none;
color: var(--color-fadedred);
}
.robot__section-content h5 {
font-size: 1rem;
margin-bottom: 1rem;
margin-top: none;
color: var(--color-teamgrey);
Expand Down

0 comments on commit 99dec6f

Please sign in to comment.