-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86bbd37
commit 3594deb
Showing
4 changed files
with
65 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
title: "FRC | Mayhem Robotics" | ||
layout: default | ||
heading: FRC - Mayhem | ||
--- | ||
|
||
{% include in-competition.html %} | ||
|
||
<img src="/assets/images/frc/FRC-Photos.png" class="w-full rounded-md shadow-lg" alt="Mayhem Memories" /> | ||
<p class="text-2xl mt-10 text-justified"> Our FIRST Robotics Competition <a href="https://www.firstinspires.org/robotics/frc" target="_blank">(FRC) </a> team, <a href="https://www.thebluealliance.com/team/8724" target="_blank">Mayhem</a>, welcomes students ages 14-18. | ||
</p> | ||
|
||
<p class="text-2xl mt-10 text-justified"> | ||
<b>Program Features:</b> | ||
Student-led training with adult mentor oversight in mechanical engineering, software engineering, power tools, collaboration, strategy, teamwork and business management. | ||
|
||
</p> | ||
|
||
<p class="text-2xl mt-10 text-left"> | ||
<b>Our year-round program includes: </b> <br /> | ||
<u>January-April:</u> FRC build season and competitions <br /> | ||
<u>May-August:</u> Post season retrospective, recruiting, skill enhancement, outreach, and fundraising <br /> | ||
<u>September-November:</u> Offseason competitions, continued outreach and fundraising. | ||
<br><br> | ||
<b>Please email us if you have any questions or are interested in participating!</b> | ||
</p> | ||
|
||
<div class="text-center mt-10"> | ||
<a class="btn text-xl py-3 px-6 transition-transform hover:scale-105 group inline-block" href="/contact">Join us | ||
<i class="fas fa-arrow-right ml-3 group-hover:ml-4 transition-all"></i></a> | ||
</div> | ||
|
||
<div class="flex justify-center items-center pb-8 mt-14"> | ||
<div class=""> | ||
<div id="donate-button-container"> | ||
<div id="donate-button"></div> | ||
<script src="https://www.paypalobjects.com/donate/sdk/donate-sdk.js" charset="UTF-8"></script> | ||
<script> | ||
PayPal.Donation.Button({ | ||
env: 'production', | ||
hosted_button_id: '2UBKKF5994SLU', | ||
image: { | ||
src: 'https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif', | ||
alt: 'Donate with PayPal button', | ||
title: 'PayPal - The safer, easier way to pay online!', | ||
} | ||
}).render('#donate-button'); | ||
</script> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters