Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6e8fd4d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
randomspareparts committed Jun 19, 2024
1 parent f171355 commit 950ed7c
Show file tree
Hide file tree
Showing 8 changed files with 275 additions and 61 deletions.
5 changes: 5 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ <h1 class="text-3xl font-black font-heading text-white">
href="/"
>Home</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"
Expand Down
2 changes: 1 addition & 1 deletion assets/dist/css/style.css

Large diffs are not rendered by default.

133 changes: 80 additions & 53 deletions assets/dist/js/in-competition.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ <h1 class="text-3xl font-black font-heading text-white">
href="/"
>Home</a
>
<a
class="btn bg-transparent hover:bg-gray-800"
href="/fll"
>FLL</a
>
<a
class="btn"
href="/contact"
Expand Down
164 changes: 164 additions & 0 deletions fll.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>FLL | 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="FLL | 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="/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 class="text-center">
<p class="text-2xl mt-10 text-justified">
FIRST Lego League - FLL - is ready for Mayhem!
</p>
</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>
17 changes: 10 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ <h1 class="text-3xl font-black font-heading text-white">
href="/"
>Home</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"
Expand Down Expand Up @@ -144,25 +149,23 @@ <h1 class="text-3xl font-black font-heading text-white">
<u>September-November:</u> Offseason competitions, continued outreach and fundraising.
</p>

<p class="text-2xl mt-10 text-justified">
Our outreach program includes participation in STEM programs such as <a href="https://www.starhop.com/aerospacefest" target="_blank"> AerospaceFest </a> at the
McAuliffe-Sheperd Discovery Center and <a href="https://wickedstem.com/" target="_blank"> WickedSTEM </a> in Milford, NH.
We also participate in local parades and farmer's markets.
</p>

<p class="text-2xl mt-10 text-left">
<b>What makes us different:</b> <br />
We are an independent team not affiliated with any school or external charitable organization.
We invite all who want to learn about the exciting world of FIRST, or those continuing their journey through the FIRST programs to join.
Our central location in Bedford, NH allows us to serve all of South Central New Hampshire and our team has included members from
Bedford, Manchester, Londonderry, New Boston, Mont Vernon, Wilton, and Merrimack.
Bedford, Manchester, Londonderry, New Boston, Mont Vernon, Wilton, Litchfield, Amherst, Nashua, and Merrimack.
</p>

<p class="text-2xl mt-10 text-left">
We are available to provide a demonstration of our program and robot at your event, school, or CO-OP. If you are interested in a demo or want to learn more
click on the Join us button and send us an email. We are looking for students from 8-12th grade to JOIN THE MAYHEM!
</p>

<p class="text-2xl mt-10 text-left">
NEW! Mayhem is now sponsoring a FIRST Lego League Challenge Team: Mighty Mayhem! See our FLL page for details!
</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>
Expand Down
5 changes: 5 additions & 0 deletions sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ <h1 class="text-3xl font-black font-heading text-white">
href="/"
>Home</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"
Expand Down
5 changes: 5 additions & 0 deletions updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ <h1 class="text-3xl font-black font-heading text-white">
href="/"
>Home</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"
Expand Down

0 comments on commit 950ed7c

Please sign in to comment.