Skip to content

Commit

Permalink
change order of projects
Browse files Browse the repository at this point in the history
  • Loading branch information
AADad578 committed Oct 28, 2024
1 parent deda842 commit bd58ec0
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ <h3 class="page-title white-text teal">Experience</h3>
Completed other various tasks as needed, eg. auditorium lighting upgrade, wiring new server cabinets
</li>
<li>
<b>Tools:</b> Microsoft Teams,
<b>Tools:</b> Microsoft Teams, Windows Imaging Tool
</li>
</ul>
</div>
Expand All @@ -434,15 +434,14 @@ <h3 class="page-title white-text teal">Projects</h3>
<div class="col s12 m6 l4">
<div class="card large">
<div class="card-image waves-effect waves-block waves-light">
<img alt="Wireless Sensor" src="/assets/img/sensor.png" style="height: 100%; width: 100%"
<img alt="quiz app" src="/assets/img/arpeggio.png" style="height: 100%; width: 100%"
class="activator" />
</div>
<div class="card-content">
<span class="card-title activator teal-text hoverline">Wireless Sensor to Reduce Water Consumption<i
<span class="card-title activator teal-text hoverline">Arpeggio<i
class="mdi-navigation-more-vert right"></i></span>
<p>
A sensor to help regulate sprinklers in agriculture, reducing the billions of dollars lost in
overwatering
A semi-autonomous robot that competed in the 2024 FIRST Robotics Competition
</p>
</div>
<div class="card-reveal">
Expand All @@ -451,16 +450,28 @@ <h3 class="page-title white-text teal">Projects</h3>
<span class="card-title grey-text"><small>Accomplishments</small><i
class="mdi-navigation-close right"></i></span>
<ul>
<li><b>Tools:</b> Arduino, LoRa, Fusion 360, FDM Printing</li>
<li>Measure soil moisture levels through an integrated sensor.</li>
<li>Transmit sensor data over custom transciever code over 915MHz LoRa Band.</li>
<li>Automatically detect changes in sensor data and control relay board.</li>
<li><b>Tools:</b> Java, WPILib, Path Planner</li>
<li><b>Organization:</b> FIRST Robotics Competition Team 2869</li>
<li>Designed, Prototyped, Built, and Programmed this robot within 6 weeks</li>
<li>Can pickup foam rings and shoot or place them into a goal.</li>
<li>Programmed an autonomous mode to quickly shoot 4 rings</li>
<li>Developed semi-autonomous functions to support tele-operation</li>
<li>Finalist at NYC Regional, Competed at World Championships</li>

</ul>
<div class="card-action">
<a aria-label="View Paper" href="/assets/pdfs/ReductionOfAgriculturalWaterConsumption.pdf"
target="_blank" data-position="top" data-tooltip="View Paper"
<a aria-label="View Technical Binder " href="/assets/pdfs/2024TechnicalBinder.pdf" target="_blank"
data-position="top" data-tooltip="View Binder"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-file"></i></a>
<a aria-label="Visit the GitHub repo for project" href="https://github.com/FRC2869/2024v2"
target="_blank" data-position="top" data-tooltip="View Source"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-github"></i></a>
<a aria-label="View the Blog " href="https://team2869.org/build-blog/category/2024/" target="_blank"
data-position="top" data-tooltip="View Blog"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-external-link"></i></a>
</div>
</div>
</div>
Expand All @@ -469,14 +480,15 @@ <h3 class="page-title white-text teal">Projects</h3>
<div class="col s12 m6 l4">
<div class="card large">
<div class="card-image waves-effect waves-block waves-light">
<img alt="quiz app" src="/assets/img/arpeggio.png" style="height: 100%; width: 100%"
<img alt="Wireless Sensor" src="/assets/img/sensor.png" style="height: 100%; width: 100%"
class="activator" />
</div>
<div class="card-content">
<span class="card-title activator teal-text hoverline">Arpeggio<i
<span class="card-title activator teal-text hoverline">Wireless Sensor to Reduce Water Consumption<i
class="mdi-navigation-more-vert right"></i></span>
<p>
A semi-autonomous robot that competed in the 2024 FIRST Robotics Competition
A sensor to help regulate sprinklers in agriculture, reducing the billions of dollars lost in
overwatering
</p>
</div>
<div class="card-reveal">
Expand All @@ -485,28 +497,16 @@ <h3 class="page-title white-text teal">Projects</h3>
<span class="card-title grey-text"><small>Accomplishments</small><i
class="mdi-navigation-close right"></i></span>
<ul>
<li><b>Tools:</b> Java, WPILib, Path Planner</li>
<li><b>Organization:</b> FIRST Robotics Competition Team 2869</li>
<li>Designed, Prototyped, Built, and Programmed this robot within 6 weeks</li>
<li>Can pickup foam rings and shoot or place them into a goal.</li>
<li>Programmed an autonomous mode to quickly shoot 4 rings</li>
<li>Developed semi-autonomous functions to support tele-operation</li>
<li>Finalist at NYC Regional, Competed at World Championships</li>

<li><b>Tools:</b> Arduino, LoRa, Fusion 360, FDM Printing</li>
<li>Measure soil moisture levels through an integrated sensor.</li>
<li>Transmit sensor data over custom transciever code over 915MHz LoRa Band.</li>
<li>Automatically detect changes in sensor data and control relay board.</li>
</ul>
<div class="card-action">
<a aria-label="View Technical Binder " href="/assets/pdfs/2024TechnicalBinder.pdf" target="_blank"
data-position="top" data-tooltip="View Binder"
<a aria-label="View Paper" href="/assets/pdfs/ReductionOfAgriculturalWaterConsumption.pdf"
target="_blank" data-position="top" data-tooltip="View Paper"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-file"></i></a>
<a aria-label="Visit the GitHub repo for project" href="https://github.com/FRC2869/2024v2"
target="_blank" data-position="top" data-tooltip="View Source"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-github"></i></a>
<a aria-label="View the Blog " href="https://team2869.org/build-blog/category/2024/" target="_blank"
data-position="top" data-tooltip="View Blog"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-external-link"></i></a>
</div>
</div>
</div>
Expand Down

0 comments on commit bd58ec0

Please sign in to comment.