-
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 @ 6e8fd4d 🚀
- Loading branch information
1 parent
f171355
commit 950ed7c
Showing
8 changed files
with
275 additions
and
61 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,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> |
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