-
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.
Deploying to gh-pages from @ 3594deb 🚀
- Loading branch information
1 parent
c48311c
commit 579a210
Showing
8 changed files
with
245 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
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
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,211 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<title>FRC | Mayhem Robotics</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<meta | ||
name="description" | ||
content="FRC robotics team from Bedford, New Hampshire" | ||
/> | ||
|
||
<meta name="og:title" content="FRC | Mayhem Robotics" /> | ||
<meta | ||
name="og:description" | ||
content="FRC robotics team from Bedford, New Hampshire" | ||
/> | ||
<meta name="og:type" content="website" /> | ||
<meta name="og:url" content="https://frc8724.github.io" /> | ||
<meta | ||
name="og:image" | ||
content="https://frc8724.github.io/assets/banner.png" | ||
/> | ||
|
||
<link | ||
rel="apple-touch-icon" | ||
sizes="180x180" | ||
href="/assets/apple-touch-icon.png" | ||
/> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
sizes="32x32" | ||
href="/assets/favicon-32x32.png" | ||
/> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
sizes="16x16" | ||
href="/assets/favicon-16x16.png" | ||
/> | ||
<link rel="manifest" href="/assets/site.webmanifest" /> | ||
|
||
<!-- Fonts --> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700;900&display=swap" | ||
rel="stylesheet" | ||
/> | ||
|
||
<!-- Icons --> | ||
<script | ||
src="https://kit.fontawesome.com/921bd8fdbd.js" | ||
crossorigin="anonymous" | ||
></script> | ||
|
||
<link | ||
rel="stylesheet" | ||
type="text/css" | ||
media="screen" | ||
href="/assets/dist/css/style.css" | ||
/> | ||
|
||
<!-- Analytics --> | ||
<script | ||
async | ||
defer | ||
data-website-id="5930bd67-ac69-4156-8b18-95cc36310661" | ||
data-domains="mayhemrobotics.org" | ||
src="https://analytics.useresolute.com/umami.js" | ||
></script> | ||
|
||
<script src="/assets/js/main.js" type="module"></script> | ||
<script src="https://embed.twitch.tv/embed/v1.js"></script> | ||
<script src="/assets/dist/js/in-competition.js"></script> | ||
</head> | ||
<body class="bg-gray-900 text-gray-200"> | ||
<div class="flex flex-col h-screen"> | ||
<div class="flex-1"> | ||
<div class="flex justify-center items-center pt-4 mb-10 flex-col lg:flex-row"> | ||
<a href="/" class="text-white hover:no-underline unstyled-link"> | ||
<div class="flex items-center gap-2 group"> | ||
<img | ||
src="https://emojicdn.elk.sh/🐟" | ||
alt="Jorge the Fish" | ||
class="h-20 hidden group-hover:block" | ||
/> | ||
<img | ||
src="/assets/images/logo.png" | ||
alt="Mayhem logo" | ||
class="h-20 block group-hover:hidden" | ||
/> | ||
<h1 class="text-3xl font-black font-heading text-white"> | ||
Mayhem <span class="font-normal">Robotics</span> | ||
</h1> | ||
</div> | ||
</a> | ||
|
||
<div class="w-px bg-gray-600 h-12 ml-10 hidden lg:block"></div> | ||
|
||
<div class="flex space-x-3 items-center ml-0 mt-5 lg:ml-10 lg:mt-0"> | ||
<a | ||
class="btn bg-transparent hover:bg-gray-800" | ||
href="/" | ||
>Home</a | ||
> | ||
<a | ||
class="btn" | ||
href="/frc" | ||
>FRC</a> | ||
<a | ||
class="btn bg-transparent hover:bg-gray-800" | ||
href="/fll" | ||
>FLL</a | ||
> | ||
<a | ||
class="btn bg-transparent hover:bg-gray-800" | ||
href="/contact" | ||
>Contact<span class="hidden xs:inline"> Us</span></a | ||
> | ||
<a | ||
class="btn bg-transparent hover:bg-gray-800" | ||
href="/sponsors" | ||
><span class="hidden xs:inline">Our </span>Sponsors</a | ||
> | ||
</div> | ||
</div> | ||
|
||
<div class="md:px-10 px-5"> | ||
<div class="w-full max-w-5xl mx-auto"> | ||
|
||
<div id="in-competition-root"></div> | ||
|
||
|
||
<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></div> | ||
</div> | ||
</div> | ||
|
||
<div><div class="flex justify-center items-center pb-8 mt-14"> | ||
<div class="flex gap-3 items-center"> | ||
<a | ||
class="btn py-1 px-[6px] rounded-full" | ||
href="https://instagram.com/8724_mayhem_robotics" | ||
target="_blank" | ||
aria-label="Instagram" | ||
><i class="fab fa-instagram fa-fw"></i | ||
></a> | ||
<a | ||
class="btn py-1 px-[6px] rounded-full" | ||
href="https://github.com/frc8724" | ||
target="_blank" | ||
aria-label="GitHub" | ||
><i class="fab fa-github fa-fw"></i | ||
></a> | ||
<a | ||
class="btn py-1 px-[6px] rounded-full" | ||
href="https://www.youtube.com/channel/UCydcZw_OjwCl5H2dDamZOfw" | ||
target="_blank" | ||
aria-label="YouTube" | ||
><i class="fab fa-youtube fa-fw"></i | ||
></a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
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
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
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