mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-19 19:45:15 +00:00
286 lines
9.5 KiB
HTML
286 lines
9.5 KiB
HTML
<html>
|
|
<head>
|
|
<link
|
|
rel="icon"
|
|
type="image/x-icon"
|
|
href="/Resources/Favicons/favicon.png"
|
|
/>
|
|
<link rel="stylesheet" href="/Pages/style.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<!--Navigation Bar-->
|
|
<nav class="fill" id="nav-bar">
|
|
<ul>
|
|
<img
|
|
src="/Resources/Black Logo-1.png"
|
|
id="nav-logo"
|
|
alt="Team 1165 Logo"
|
|
/>
|
|
<li class="nav-button" id="home-dropdown">
|
|
<a href="/index.html">Home</a>
|
|
<nav class="dropdown-content" id="home-dropdown-content">
|
|
<a class="first-dropdown" href="/index.html">Projects</a>
|
|
<a href="/index.html">Leaders</a>
|
|
</nav>
|
|
</li>
|
|
<li class="nav-button">
|
|
<a href="/Pages/calendar.html">Calendar</a>
|
|
</li>
|
|
<li class="nav-button">
|
|
<a href="/Pages/sponsors.html">Sponsors</a>
|
|
</li>
|
|
<li class="nav-button"><a href="/Pages/Shop.html">Shop</a></li>
|
|
<li class="nav-button" id="donate-dropdown">
|
|
<a href="/Pages/Donate.html">Donate</a>
|
|
<nav class="dropdown-content" id="donate-dropdown-content">
|
|
<a class="first-dropdown" href="/Pages/Gen Donate.html"
|
|
>General Donation</a
|
|
>
|
|
<a href="/Pages/Tax credit Dono.html">Tax Credit</a>
|
|
</nav>
|
|
</li>
|
|
|
|
<li class="nav-button" id="Accomplishments-dropdown">
|
|
<a href="/index.html">Accomplishments</a>
|
|
<nav class="dropdown-content" id="Accomplishments-dropdown-content">
|
|
<a class="first-dropdown" href="/Pages/Projects.html">Projects</a>
|
|
<a href="/Pages/Awards.html">Awards</a>
|
|
</nav>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<!--Background Image + Logo-->
|
|
<header>
|
|
<section class="logo-container">
|
|
<img
|
|
src="/Resources/ParadiseLogo.png"
|
|
id="Logo-Image"
|
|
alt="Team 1165 Logo"
|
|
/>
|
|
<img
|
|
src="/Resources/Homepage-Picture.jpg"
|
|
id="Background-Image"
|
|
alt="Background Image"
|
|
/>
|
|
</section>
|
|
</header>
|
|
|
|
<main>
|
|
<section id="main-section">
|
|
<section id="home-section">
|
|
<!-- About Us -->
|
|
<section class="section-white">
|
|
<header>
|
|
<h2 class="header2">About Us</h2>
|
|
</header>
|
|
<section class="text-image-chunk" id="about-us">
|
|
<img
|
|
src="/Resources/Team Paradise Yearbook Photo.jpeg"
|
|
id="about-us-image"
|
|
alt="Team Picture"
|
|
/>
|
|
<div id="about-us-text">
|
|
Our team's annual goal is to assemble a team of energetic
|
|
students that bring academic lessons to bear in a robotics
|
|
competition. We are part of the FIRST organization (For
|
|
Inspiration and Recognition of Science and Technolgy) and
|
|
participate in FIRST Robotics Competitions (FRC).
|
|
<br />
|
|
<br />
|
|
FRC combines the excitement of sport with the rigors of science
|
|
and technology. Under strict rules, limited resources, and tight
|
|
time limits, teams of high school students are challenged to
|
|
build and program a robot to perform prescribed tasks against a
|
|
field of competitors, raise funds, design a team "brand", and
|
|
hone teamwork skills.
|
|
</div>
|
|
</section>
|
|
</section>
|
|
|
|
<!-- Projects -->
|
|
<section class="section-gray">
|
|
<header>
|
|
<h2 class="header2">Projects</h2>
|
|
</header>
|
|
<section class="text-image-chunk" id="Rhino-2024">
|
|
<p id="projects">
|
|
For the 2024 FRC CRESCENDO Season, Team Paradise built "The
|
|
Rhino".<br /><br />
|
|
Hueneme Port (California)<br />
|
|
AZ Valley - Gracious Professionalism Award Winner, Alliance
|
|
Captain<br />
|
|
AZ East - Gracious Professionalism Award Winner, 1st pick of 6th
|
|
Seed Alliance.<br />
|
|
</p>
|
|
<img
|
|
src="/Resources/Rhino-2024.jpg"
|
|
id="projects-image-Rhino-2024"
|
|
alt="Team Picture"
|
|
/>
|
|
</section>
|
|
</section>
|
|
|
|
<!-- Leaders -->
|
|
<section class="section-white" id="leaders">
|
|
<header>
|
|
<h2 class="header2">Leaders</h2>
|
|
</header>
|
|
<p class="leaders-title">Teacher Sponsors</p>
|
|
<section id="head-mentors">
|
|
<ul class="leaders-list">
|
|
<li id="lead-coach-1">
|
|
<div>Jorge "Chef" Ramos</div>
|
|
<span> Coach </span>
|
|
</li>
|
|
<li id="lead-coach-2">
|
|
<div>Alex Ruiz</div>
|
|
<span> Coach </span>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<p class="leaders-title">Mentors</p>
|
|
<section id="mentors-1">
|
|
<ul class="leaders-list">
|
|
<!-- <li>
|
|
<div>N/A</div>
|
|
<span> Build & Strategy </span>
|
|
</li> -->
|
|
<li>
|
|
<div>Mike Moenich</div>
|
|
<span> Administration & Build </span>
|
|
</li>
|
|
<li>
|
|
<div>Gatlin Farrington</div>
|
|
<span> Electrical & Programming </span>
|
|
</li>
|
|
<li>
|
|
<div>Alarmel S</div>
|
|
<span> Build & Design </span>
|
|
</li>
|
|
<li>
|
|
<div>Sam R</div>
|
|
<span> Administration </span>
|
|
</li>
|
|
<li>
|
|
<div>Ken Whitley</div>
|
|
<span> Build </span>
|
|
</li>
|
|
<li>
|
|
<div>Charlotte Moenich</div>
|
|
<span> Administration & Strategy </span>
|
|
</li>
|
|
<li>
|
|
<div>Ethan Mullins</div>
|
|
<span> Build & Design </span>
|
|
</li>
|
|
<li>
|
|
<div>Mason Mills</div>
|
|
<span> Build & Design </span>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<p class="leaders-title">Officers</p>
|
|
<section id="officers">
|
|
<ul class="leaders-list">
|
|
<li>
|
|
<div>Aila Jamakovic</div>
|
|
<span> President </span>
|
|
</li>
|
|
<li>
|
|
<div>Aneesa Napoli</div>
|
|
<span> Vice President </span>
|
|
</li>
|
|
<li>
|
|
<div>Mason Cucci</div>
|
|
<span> Treasurer </span>
|
|
</li>
|
|
<li>
|
|
<div>Abby Neil</div>
|
|
<span> Secretary </span>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<p class="leaders-title">Captains</p>
|
|
<section id="captains">
|
|
<ul class="leaders-list">
|
|
<li>
|
|
<div>Alexander Podborny</div>
|
|
<span> Captain of Build </span>
|
|
</li>
|
|
<li>
|
|
<div>Michael Yagodnik</div>
|
|
<span> Captain of Design </span>
|
|
</li>
|
|
<li>
|
|
<div>Andrew McBeath</div>
|
|
<span> Captain of CAD </span>
|
|
</li>
|
|
<li>
|
|
<div>Anthony Harkins</div>
|
|
<span> Captain of Electrical </span>
|
|
</li>
|
|
<li>
|
|
<div>Bridget Ruble</div>
|
|
<span> Captain of Media </span>
|
|
</li>
|
|
<li>
|
|
<div>Ashton Antila</div>
|
|
<span> Captain of Programming </span>
|
|
</li>
|
|
<li>
|
|
<div>Mason Cucci</div>
|
|
<span> Captian of Safety </span>
|
|
</li>
|
|
<li>
|
|
<div>Kaylynn Decker</div>
|
|
<span> Captain of Organization </span>
|
|
</li>
|
|
<li>
|
|
<div>Nic Fejfar</div>
|
|
<span> Captain of Scouting </span>
|
|
</li>
|
|
<li>
|
|
<div>Aneesa Napoli</div>
|
|
<span> Captain of The Arts </span>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
|
|
<!-- Footer -->
|
|
<section class="footer">
|
|
<div class="social-icons">
|
|
<ul>
|
|
<li>
|
|
<a href="https://www.facebook.com/Team1165" target="_blank"
|
|
><img src="/Resources/Facebook.png" alt="Facebook"
|
|
/></a>
|
|
</li>
|
|
<li>
|
|
<a href="mailto:team1165@gmail.com" target="_blank"
|
|
><img src="/Resources/Gmail Logo.png" alt="Gmail"
|
|
/></a>
|
|
</li>
|
|
<li>
|
|
<a
|
|
href="https://www.instagram.com/teamparadise.1165"
|
|
target="_blank"
|
|
><img src="/Resources/Instagram.png" alt="Instagram"
|
|
/></a>
|
|
</li>
|
|
<li>
|
|
<a href="/Pages/newsletter form.html">Newsletter</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|