mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-19 22:05:15 +00:00
279 lines
13 KiB
HTML
279 lines
13 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 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>
|
|
</nav>
|
|
</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="x-2023">
|
|
<p id="projects">For the 2023 FRC Charged-Up season, Team Paradise built "X".<br><br>
|
|
AZ East - Spirit Award Winner, Alliance Captain<br>
|
|
AZ West - Regional Winner<br>
|
|
World Championships (Houston, Texas)<br>
|
|
</p>
|
|
<img
|
|
src="/Resources/x-2023.JPG"
|
|
id="projects-image-x-2023"
|
|
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> Lead Coach 1 </span>
|
|
</li>
|
|
<li id="lead-coach-2">
|
|
<div>Melanie Young</div>
|
|
<span> Lead Coach 2 </span>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<p class="leaders-title">Mentors</p>
|
|
<section id="mentors-1">
|
|
<ul class="leaders-list">
|
|
<li>
|
|
<div>Juan Cisneros</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>
|
|
</ul>
|
|
</section>
|
|
|
|
<section id="mentors-2">
|
|
<ul class="leaders-list">
|
|
<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>Justin Friedlander</div>
|
|
<span> President </span>
|
|
</li>
|
|
<li>
|
|
<div>Manas Pund</div>
|
|
<span> Vice President </span>
|
|
</li>
|
|
<li>
|
|
<div>Bridget Ruble</div>
|
|
<span> Treasurer </span>
|
|
</li>
|
|
<li>
|
|
<div>Aneesa Napoli</div>
|
|
<span> Co-Secretary </span>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<p class="leaders-title">Captains</p>
|
|
<section id="captains">
|
|
<ul class="leaders-list">
|
|
<li>
|
|
<div>Caden Laughlin</div>
|
|
<span> Captain of Build </span>
|
|
</li>
|
|
<li>
|
|
<div>James Campos</div>
|
|
<span> Captain of Design </span>
|
|
</li>
|
|
<li>
|
|
<div>James Gold</div>
|
|
<span> Captain of Electrical </span>
|
|
</li>
|
|
<li>
|
|
<div>Arianna Decker</div>
|
|
<span> Captain of Media </span>
|
|
</li>
|
|
<li>
|
|
<div>James Gold</div>
|
|
<span> Captain of Programming </span>
|
|
</li>
|
|
<li>
|
|
<div>Jackson Trabue</div>
|
|
<span> Captain of Safety </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>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|