mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-19 22:05:15 +00:00
54 lines
2.6 KiB
HTML
54 lines
2.6 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<link rel="icon" type="image/x-icon" href="./Resources/Favicons/favicon.png">
|
|
<link rel="stylesheet" href="./Pages/style.css">
|
|
<nav class="fill">
|
|
<ul>
|
|
<li><a href="index.html">Home</a></li>
|
|
<li><a href="./Pages/Team.html">Our Team</a></li>
|
|
<li><a href="./Pages/Contact.html">Contact</a></li>
|
|
<li><a href="./Pages/Sponsors.html">Sponsors</a></li>
|
|
<li><a href="./Pages/Resources.html">Resources</a></li>
|
|
<li><a href="./Pages/calendar.html">Calendar</a></li>
|
|
</ul>
|
|
</nav>
|
|
</head>
|
|
<body>
|
|
<div class="logo-container">
|
|
<img src="./Resources/Logo Gradient.png" class="logo-image" id="Logo Image" alt="Team 1165 Logo">
|
|
</div>
|
|
|
|
<div class="divider">
|
|
<hr>
|
|
<h1 style="display: flex; justify-content:center; text-align: center;">Our Story</h1>
|
|
<hr>
|
|
</div>
|
|
|
|
<div class="OurStory-Container">
|
|
<img src="./Resources/1165Team.png" id="teamImage" alt="Team Picture">
|
|
<div style="color:rgb(241,241,241);">
|
|
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>
|
|
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>
|
|
<div class="divider" style="padding-bottom: 50px;">
|
|
<hr>
|
|
<h1 style="display: flex; justify-content:center; text-align: center;">Our Socials</h1>
|
|
<hr>
|
|
</div>
|
|
<div class="divider">
|
|
<img src="./Resources/insta-line.png" style="width:5%;">
|
|
<div style="color:rgb(241,241,241)">teamparadise.1165</div>
|
|
<div style="width:6%"></div>
|
|
<img src="./Resources/tiktok.png" style="width:5%; padding-bottom: 10px;">
|
|
<div style="color:rgb(241,241,241)">team.paradise.1165</div>
|
|
<div style="width:6%"></div>
|
|
<img src="./Resources/snapchat.png" style="width:5%; padding-bottom: 10px;">
|
|
<div style="color:rgb(241,241,241)">Team1165</div>
|
|
<div style="width:6%"></div>
|
|
<img src="./Resources/facebook.png" style="width:5%; padding-bottom: 10px;">
|
|
<div style="color:rgb(241,241,241)">Team Paradise</div>
|
|
</div>
|
|
</body>
|
|
</html>
|