mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-19 16:28:25 +00:00
everything look very pretty now wowo
This commit is contained in:
parent
abbd8edb2b
commit
313246d25c
15 changed files with 1783 additions and 1661 deletions
54
.vscode/launch.json
vendored
54
.vscode/launch.json
vendored
|
|
@ -1,29 +1,29 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Attach to Chrome",
|
||||
"port": 8080,
|
||||
"request": "attach",
|
||||
"type": "chrome",
|
||||
"webRoot": "${workspaceFolder}"
|
||||
},
|
||||
{
|
||||
"name": "Launch Chrome",
|
||||
"request": "launch",
|
||||
"type": "chrome",
|
||||
"url": "https://localhost:8080",
|
||||
"webRoot": "${workspaceFolder}"
|
||||
},
|
||||
{
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"name": "Launch Chrome against localhost",
|
||||
"url": "https://localhost:9222",
|
||||
"webRoot": "${workspaceFolder}"
|
||||
}
|
||||
]
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Attach to Chrome",
|
||||
"port": 8080,
|
||||
"request": "attach",
|
||||
"type": "chrome",
|
||||
"webRoot": "${workspaceFolder}"
|
||||
},
|
||||
{
|
||||
"name": "Launch Chrome",
|
||||
"request": "launch",
|
||||
"type": "chrome",
|
||||
"url": "https://localhost:8080",
|
||||
"webRoot": "${workspaceFolder}"
|
||||
},
|
||||
{
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"name": "Launch Chrome against localhost",
|
||||
"url": "https://localhost:9222",
|
||||
"webRoot": "${workspaceFolder}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,101 +1,86 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/Resources/Favicons/favicon.png"
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/Resources/Favicons/favicon.png"
|
||||
/>
|
||||
</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"
|
||||
/>
|
||||
</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>
|
||||
<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>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="Title-Container">
|
||||
<h1 class="page-title" style="width: 100%; text-align: center">
|
||||
Awards
|
||||
</h1>
|
||||
<img
|
||||
src="/Resources/Icons/team-icon.png"
|
||||
id="TeamIcon"
|
||||
alt="Team Icon"
|
||||
/>
|
||||
</div>
|
||||
<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>
|
||||
|
||||
<div class = "UnderConstruction">
|
||||
This section is under construction...
|
||||
</div>
|
||||
<!-- Body -->
|
||||
<div class="Title-Container">
|
||||
<h1 class="page-title" style="width: 100%; text-align: center">Awards</h1>
|
||||
<img src="/Resources/Icons/team-icon.png" id="TeamIcon" alt="Team Icon" />
|
||||
</div>
|
||||
|
||||
<!-- 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>
|
||||
</body>
|
||||
<div class="UnderConstruction">This section is under construction...</div>
|
||||
|
||||
<!-- 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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,71 +1,69 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/Resources/Favicons/favicon.png"
|
||||
<head>
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/Resources/Favicons/favicon.png"
|
||||
/>
|
||||
</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"
|
||||
/>
|
||||
</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>
|
||||
<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>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="Title-Container">
|
||||
<h1 class="page-title" style="width: 100%; text-align: center">
|
||||
Donate
|
||||
</h1>
|
||||
<img
|
||||
src="/Resources/Icons/Pencil-icon.png"
|
||||
id="TeamIcon"
|
||||
alt="Team Icon"
|
||||
/>
|
||||
</div>
|
||||
<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>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="Title-Container">
|
||||
<h1 class="page-title" style="width: 100%; text-align: center">Donate</h1>
|
||||
<img
|
||||
src="/Resources/Icons/Pencil-icon.png"
|
||||
id="TeamIcon"
|
||||
alt="Team Icon"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class = "UnderConstruction">
|
||||
This section is under construction...
|
||||
</div>
|
||||
<div class="UnderConstruction">This section is under construction...</div>
|
||||
|
||||
|
||||
<!-- <div class="divider">
|
||||
<!-- <div class="divider">
|
||||
<hr />
|
||||
<h1
|
||||
style="
|
||||
|
|
@ -101,40 +99,29 @@
|
|||
>
|
||||
<div style="height: 30%"></div> -->
|
||||
|
||||
|
||||
<!-- 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>
|
||||
</body>
|
||||
<!-- 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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,101 +1,88 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/Resources/Favicons/favicon.png"
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/Resources/Favicons/favicon.png"
|
||||
/>
|
||||
</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"
|
||||
/>
|
||||
</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>
|
||||
<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>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="Title-Container">
|
||||
<h1 class="page-title" style="width: 100%; text-align: center">
|
||||
General Donation
|
||||
</h1>
|
||||
<img
|
||||
src="/Resources/Icons/team-icon.png"
|
||||
id="TeamIcon"
|
||||
alt="Team Icon"
|
||||
/>
|
||||
</div>
|
||||
<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>
|
||||
|
||||
<div class = "UnderConstruction">
|
||||
This section is under construction...
|
||||
</div>
|
||||
<!-- Body -->
|
||||
<div class="Title-Container">
|
||||
<h1 class="page-title" style="width: 100%; text-align: center">
|
||||
General Donation
|
||||
</h1>
|
||||
<img src="/Resources/Icons/team-icon.png" id="TeamIcon" alt="Team Icon" />
|
||||
</div>
|
||||
|
||||
<!-- 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>
|
||||
</body>
|
||||
<div class="UnderConstruction">This section is under construction...</div>
|
||||
|
||||
<!-- 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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,101 +1,89 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/Resources/Favicons/favicon.png"
|
||||
<head>
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/Resources/Favicons/favicon.png"
|
||||
/>
|
||||
</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"
|
||||
/>
|
||||
</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>
|
||||
<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>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="Title-Container">
|
||||
<h1 class="page-title" style="width: 100%; text-align: center">
|
||||
Projects
|
||||
</h1>
|
||||
<img
|
||||
src="/Resources/Icons/team-icon.png"
|
||||
id="TeamIcon"
|
||||
alt="Team Icon"
|
||||
/>
|
||||
</div>
|
||||
<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>
|
||||
|
||||
<div class = "UnderConstruction">
|
||||
This section is under construction...
|
||||
</div>
|
||||
<!-- Body -->
|
||||
<div class="Title-Container">
|
||||
<h1 class="page-title" style="width: 100%; text-align: center">
|
||||
Projects
|
||||
</h1>
|
||||
<img src="/Resources/Icons/team-icon.png" id="TeamIcon" alt="Team Icon" />
|
||||
</div>
|
||||
|
||||
<!-- 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>
|
||||
</body>
|
||||
<div class="UnderConstruction">This section is under construction...</div>
|
||||
|
||||
<!-- 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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
264
Pages/Shop.html
264
Pages/Shop.html
|
|
@ -1,101 +1,185 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/Resources/Favicons/favicon.png"
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/Resources/Favicons/favicon.png"
|
||||
/>
|
||||
</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"
|
||||
/>
|
||||
</head>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="Title-Container">
|
||||
<h1 class="page-title" style="width: 100%; text-align: center">
|
||||
Shop
|
||||
</h1>
|
||||
<img
|
||||
src="/Resources/Icons/team-icon.png"
|
||||
id="TeamIcon"
|
||||
alt="Team Icon"
|
||||
<div class="container">
|
||||
<h1>Welcome to Our Online Shop</h1>
|
||||
<div class="products">
|
||||
<div class="product">
|
||||
<img src="hoodie.jpg" alt="Hoodie" />
|
||||
<h2>Hoodies - $45</h2>
|
||||
<label for="hoodie-size">Select Size:</label>
|
||||
<select id="hoodie-size">
|
||||
<option value="Xsmall">XSmall</option>
|
||||
<option value="small">Small</option>
|
||||
<option value="medium">Medium</option>
|
||||
<option value="large">Large</option>
|
||||
<option value="Xlarge">XLarge</option>
|
||||
<option value="XXlarge">XXLarge</option>
|
||||
<option value="XXXlarge">XXXLarge</option>
|
||||
</select>
|
||||
<label for="hoodie-quantity">Quantity:</label>
|
||||
<input
|
||||
type="number"
|
||||
id="hoodie-quantity"
|
||||
name="hoodie-quantity"
|
||||
min="0"
|
||||
/>
|
||||
</div>
|
||||
<div class="product">
|
||||
<img src="tshirt.jpg" alt="T-Shirt" />
|
||||
<h2>T-Shirts - $15</h2>
|
||||
<label for="tshirt-size">Select Size:</label>
|
||||
<select id="tshirt-size">
|
||||
<option value="Xsmall">XSmall</option>
|
||||
<option value="small">Small</option>
|
||||
<option value="medium">Medium</option>
|
||||
<option value="large">Large</option>
|
||||
<option value="Xlarge">XLarge</option>
|
||||
<option value="XXlarge">XXLarge</option>
|
||||
<option value="XXXlarge">XXXLarge</option>
|
||||
</select>
|
||||
<label for="tshirt-quantity">Quantity:</label>
|
||||
<input
|
||||
type="number"
|
||||
id="tshirt-quantity"
|
||||
name="tshirt-quantity"
|
||||
min="0"
|
||||
/>
|
||||
</div>
|
||||
<button id="checkout-button">Checkout</button>
|
||||
<div class="order-summary">
|
||||
<h2>Your Order Summary:</h2>
|
||||
<p id="order-summary"></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class = "UnderConstruction">
|
||||
This section is under construction...
|
||||
</div>
|
||||
<script>
|
||||
var stripe = Stripe(
|
||||
"sk_test_51PBMFWCZYaFRUYezJHsiqgp6BHarFfhZjlNkDT8MNnxSOpCe3pDR427dyqYJMmEIF5JRe6aQc16KxHK3euoMZ9de00r03MbmAR"
|
||||
);
|
||||
var checkoutButton = document.getElementById("checkout-button");
|
||||
checkoutButton.addEventListener("click", function () {
|
||||
var hoodieSize = document.getElementById("hoodie-size").value;
|
||||
var hoodieQuantity = parseInt(
|
||||
document.getElementById("hoodie-quantity").value
|
||||
);
|
||||
var tshirtSize = document.getElementById("tshirt-size").value;
|
||||
var tshirtQuantity = parseInt(
|
||||
document.getElementById("tshirt-quantity").value
|
||||
);
|
||||
var totalPrice = hoodieQuantity * 45 + tshirtQuantity * 15;
|
||||
|
||||
// Create a Stripe Checkout session
|
||||
stripe.redirectToCheckout({
|
||||
items: [
|
||||
{
|
||||
sku: "sku_HOODIE",
|
||||
quantity: hoodieQuantity,
|
||||
size: hoodieSize,
|
||||
},
|
||||
{
|
||||
sku: "sku_TSHIRT",
|
||||
quantity: tshirtQuantity,
|
||||
size: tshirtSize,
|
||||
},
|
||||
],
|
||||
successUrl: "https://yourwebsite.com/success",
|
||||
cancelUrl: "https://yourwebsite.com/cancel",
|
||||
clientReferenceId: "unique_id", // optional
|
||||
payment_method_types: ["card"],
|
||||
mode: "payment",
|
||||
lineItems: [
|
||||
{
|
||||
quantity: hoodieQuantity,
|
||||
price: "price_HOODIE",
|
||||
description: "Hoodie - " + hoodieSize,
|
||||
},
|
||||
{
|
||||
quantity: tshirtQuantity,
|
||||
price: "price_TSHIRT",
|
||||
description: "T-Shirt - " + tshirtSize,
|
||||
},
|
||||
],
|
||||
submit_type: "pay",
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<!-- 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>
|
||||
<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>
|
||||
</div>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,223 +1,220 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/Resources/Favicons/favicon.png"
|
||||
<head>
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/Resources/Favicons/favicon.png"
|
||||
/>
|
||||
</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"
|
||||
/>
|
||||
</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>
|
||||
<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>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="Title-Container">
|
||||
<h1 class="page-title" style="width: 100%; text-align: center">
|
||||
Sponsor Us
|
||||
</h1>
|
||||
<img
|
||||
src="/Resources/Icons/handshake-icon.png"
|
||||
id="TeamIcon"
|
||||
alt="Team Icon"
|
||||
/>
|
||||
<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>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="Title-Container">
|
||||
<h1 class="page-title" style="width: 100%; text-align: center">
|
||||
Sponsor Us
|
||||
</h1>
|
||||
<img
|
||||
src="/Resources/Icons/handshake-icon.png"
|
||||
id="TeamIcon"
|
||||
alt="Team Icon"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<!-- Sponsorship Packet -->
|
||||
<div class="divider">
|
||||
<hr />
|
||||
<h1
|
||||
style="
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
"
|
||||
>
|
||||
Sponsorship Packet
|
||||
</h1>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="sponsorship-packet">
|
||||
<p>View our Sponsorship Packet</p>
|
||||
<iframe
|
||||
src="https://drive.google.com/file/d/1wOAIZDS4SVDNGWNok7cfo6i1EDZdo6yL/preview"
|
||||
style="border-width: 0"
|
||||
width="500"
|
||||
height="400"
|
||||
frameborder="0"
|
||||
scrolling="no"
|
||||
></iframe>
|
||||
</div>
|
||||
|
||||
<!-- Sponsorship Tiers -->
|
||||
<div class="divider">
|
||||
<hr />
|
||||
<h1
|
||||
style="
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
"
|
||||
>
|
||||
Sponsorship Tiers
|
||||
</h1>
|
||||
<hr />
|
||||
</div>
|
||||
<div style="text-align: center; font-size: large">
|
||||
<!-- Paradise Sponsor -->
|
||||
<div>
|
||||
<h2
|
||||
class="sponsor-tier"
|
||||
style="color: #500a0a; text-decoration: underline"
|
||||
>
|
||||
Paradise Sponsor
|
||||
</h2>
|
||||
<div class="sponsor-amount">$10,000+</div>
|
||||
|
||||
<div class="sponsor-detail">
|
||||
•Separate Banner in our Pit with Company Name and Logo
|
||||
</div>
|
||||
<div class="sponsor-detail">•Video Shoutout on our Social Media</div>
|
||||
<div class="sponsor-detail">•Platinum Tier Benefits</div>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<!-- Platinum Sponsor -->
|
||||
<h2
|
||||
class="sponsor-tier"
|
||||
style="color: #6d9eeb; text-decoration: underline"
|
||||
>
|
||||
Platinum Sponsor
|
||||
</h2>
|
||||
<div class="sponsor-amount">$5,000-$9,999</div>
|
||||
|
||||
<!-- Sponsorship Packet -->
|
||||
<div class="divider">
|
||||
<hr />
|
||||
<h1
|
||||
style="
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;">
|
||||
Sponsorship Packet
|
||||
</h1>
|
||||
<hr />
|
||||
<div class="sponsor-detail">
|
||||
•Robot Demonstration at Company (pending Sponsor request and team
|
||||
availability)
|
||||
</div>
|
||||
<div id = "sponsorship-packet">
|
||||
<p>
|
||||
View our Sponsorship Packet
|
||||
</p>
|
||||
<iframe
|
||||
src="https://drive.google.com/file/d/1wOAIZDS4SVDNGWNok7cfo6i1EDZdo6yL/preview"
|
||||
style="border-width: 0"
|
||||
width="500"
|
||||
height="400"
|
||||
frameborder="0"
|
||||
scrolling="no"
|
||||
></iframe>
|
||||
<div class="sponsor-detail">•Name and Logo on Workbench</div>
|
||||
<div class="sponsor-detail">•Name and Logo on Competition Robot</div>
|
||||
<div class="sponsor-detail">
|
||||
•Monthly Video Call with Students to talk about STEM
|
||||
</div>
|
||||
|
||||
<!-- Sponsorship Tiers -->
|
||||
<div class="divider">
|
||||
<hr />
|
||||
<h1
|
||||
style="
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;">
|
||||
Sponsorship Tiers
|
||||
</h1>
|
||||
<hr />
|
||||
<div class="sponsor-detail">•Gold Tier Benefits</div>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<!-- Gold Sponsor -->
|
||||
<h2
|
||||
class="sponsor-tier"
|
||||
style="color: #e0c635; text-decoration: underline"
|
||||
>
|
||||
Gold Sponsor
|
||||
</h2>
|
||||
<div class="sponsor-amount">$1,500-$4,999</div>
|
||||
<div class="sponsor-detail">•Name and Logo Displayed in Pit</div>
|
||||
<div class="sponsor-detail">•Name and Logo on Shirts</div>
|
||||
<div class="sponsor-detail">
|
||||
•Name listed on team registration papers
|
||||
</div>
|
||||
<div style="text-align: center; font-size: large">
|
||||
<!-- Paradise Sponsor -->
|
||||
<div>
|
||||
<h2 class="sponsor-tier" style="color: #500a0a; text-decoration: underline">
|
||||
Paradise Sponsor
|
||||
</h2>
|
||||
<div class="sponsor-amount">$10,000+</div>
|
||||
<div class="sponsor-detail">•Silver Tier Benefits</div>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<!-- Silver Sponsor -->
|
||||
<h2
|
||||
class="sponsor-tier"
|
||||
style="color: #798180; text-decoration: underline"
|
||||
>
|
||||
Silver Sponsor
|
||||
</h2>
|
||||
<div class="sponsor-amount">$500-$1,499</div>
|
||||
<div class="sponsor-detail">•Name and Logo on Monthly Newsletter</div>
|
||||
<div class="sponsor-detail">•Name, Logo, and Link on Website</div>
|
||||
<div class="sponsor-detail">•Name and Logo Displayed in Pit</div>
|
||||
<div class="sponsor-detail">•Bronze Tier Benefits</div>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<!-- Bronze Sponsor -->
|
||||
<h2
|
||||
class="sponsor-tier"
|
||||
style="color: #c55a11; text-decoration: underline"
|
||||
>
|
||||
Bronze Sponsor
|
||||
</h2>
|
||||
<div class="sponsor-amount"><$499</div>
|
||||
<div class="sponsor-detail">•Social Media Shout Out</div>
|
||||
<div class="sponsor-detail">•Recieve Our Monthly Newsletter</div>
|
||||
</div>
|
||||
<br />
|
||||
</div>
|
||||
|
||||
<div class="sponsor-detail">
|
||||
•Separate Banner in our Pit with Company Name and Logo
|
||||
</div>
|
||||
<div class="sponsor-detail">
|
||||
•Video Shoutout on our Social Media
|
||||
</div>
|
||||
<div class="sponsor-detail">•Platinum Tier Benefits</div>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<!-- Platinum Sponsor -->
|
||||
<h2 class="sponsor-tier" style="color: #6d9eeb; text-decoration: underline">
|
||||
Platinum Sponsor
|
||||
</h2>
|
||||
<div class="sponsor-amount">$5,000-$9,999</div>
|
||||
|
||||
<div class="sponsor-detail">
|
||||
•Robot Demonstration at Company (pending Sponsor request and
|
||||
team availability)
|
||||
</div>
|
||||
<div class="sponsor-detail">•Name and Logo on Workbench</div>
|
||||
<div class="sponsor-detail">
|
||||
•Name and Logo on Competition Robot
|
||||
</div>
|
||||
<div class="sponsor-detail">
|
||||
•Monthly Video Call with Students to talk about STEM
|
||||
</div>
|
||||
<div class="sponsor-detail">•Gold Tier Benefits</div>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<!-- Gold Sponsor -->
|
||||
<h2 class="sponsor-tier" style="color: #e0c635; text-decoration: underline">
|
||||
Gold Sponsor
|
||||
</h2>
|
||||
<div class="sponsor-amount">$1,500-$4,999</div>
|
||||
<div class="sponsor-detail">
|
||||
•Name and Logo Displayed in Pit
|
||||
</div>
|
||||
<div class="sponsor-detail">•Name and Logo on Shirts</div>
|
||||
<div class="sponsor-detail">
|
||||
•Name listed on team registration papers
|
||||
</div>
|
||||
<div class="sponsor-detail">•Silver Tier Benefits</div>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<!-- Silver Sponsor -->
|
||||
<h2 class="sponsor-tier" style="color: #798180; text-decoration: underline">
|
||||
Silver Sponsor
|
||||
</h2>
|
||||
<div class="sponsor-amount">$500-$1,499</div>
|
||||
<div class="sponsor-detail">
|
||||
•Name and Logo on Monthly Newsletter
|
||||
</div>
|
||||
<div class="sponsor-detail">
|
||||
•Name, Logo, and Link on Website
|
||||
</div>
|
||||
<div class="sponsor-detail">
|
||||
•Name and Logo Displayed in Pit
|
||||
</div>
|
||||
<div class="sponsor-detail">•Bronze Tier Benefits</div>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<!-- Bronze Sponsor -->
|
||||
<h2 class="sponsor-tier" style="color: #c55a11; text-decoration: underline">
|
||||
Bronze Sponsor
|
||||
</h2>
|
||||
<div class="sponsor-amount"><$499</div>
|
||||
<div class="sponsor-detail">•Social Media Shout Out</div>
|
||||
<div class="sponsor-detail">
|
||||
•Recieve Our Monthly Newsletter
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
</div>
|
||||
|
||||
<!-- 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>
|
||||
</body>
|
||||
<!-- 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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,101 +1,89 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/Resources/Favicons/favicon.png"
|
||||
<head>
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/Resources/Favicons/favicon.png"
|
||||
/>
|
||||
</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"
|
||||
/>
|
||||
</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>
|
||||
<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>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="Title-Container">
|
||||
<h1 class="page-title" style="width: 100%; text-align: center">
|
||||
Tax Credit
|
||||
</h1>
|
||||
<img
|
||||
src="/Resources/Icons/team-icon.png"
|
||||
id="TeamIcon"
|
||||
alt="Team Icon"
|
||||
/>
|
||||
</div>
|
||||
<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>
|
||||
|
||||
<div class = "UnderConstruction">
|
||||
This section is under construction...
|
||||
</div>
|
||||
<!-- Body -->
|
||||
<div class="Title-Container">
|
||||
<h1 class="page-title" style="width: 100%; text-align: center">
|
||||
Tax Credit
|
||||
</h1>
|
||||
<img src="/Resources/Icons/team-icon.png" id="TeamIcon" alt="Team Icon" />
|
||||
</div>
|
||||
|
||||
<!-- 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>
|
||||
</body>
|
||||
<div class="UnderConstruction">This section is under construction...</div>
|
||||
|
||||
<!-- 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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,115 +1,82 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/Resources/Favicons/favicon.png"
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/Resources/Favicons/favicon.png"
|
||||
/>
|
||||
</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"
|
||||
/>
|
||||
</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>
|
||||
<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>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="Title-Container">
|
||||
<h1 class="page-title" style="width: 100%; text-align: center">
|
||||
Calendar
|
||||
</h1>
|
||||
<img
|
||||
src="/Resources/Icons/calendar.png"
|
||||
id="TeamIcon"
|
||||
alt="Team Icon"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
style="
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
padding-top: 10%;
|
||||
padding-bottom: 8%;
|
||||
"
|
||||
>
|
||||
<iframe
|
||||
src="https://calendar.google.com/calendar/embed?src=c_classroomf63767d2%40group.calendar.google.com&ctz=America%2FPhoenix"
|
||||
style="border-width: 0"
|
||||
width="800"
|
||||
height="600"
|
||||
frameborder="0"
|
||||
scrolling="no"
|
||||
></iframe>
|
||||
</div>
|
||||
<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>
|
||||
|
||||
<!-- 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>
|
||||
</body>
|
||||
<!-- Body -->
|
||||
<div class="Title-Container">
|
||||
<h1 class="page-title" style="width: 100%; text-align: center">
|
||||
Calendar
|
||||
</h1>
|
||||
<img src="/Resources/Icons/calendar.png" id="TeamIcon" alt="Team Icon" />
|
||||
</div>
|
||||
<div
|
||||
style="
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
padding-top: 10%;
|
||||
padding-bottom: 8%;
|
||||
"
|
||||
>
|
||||
<iframe
|
||||
src="https://calendar.google.com/calendar/embed?src=c_classroomf63767d2%40group.calendar.google.com&ctz=America%2FPhoenix"
|
||||
style="border-width: 0"
|
||||
width="800"
|
||||
height="600"
|
||||
frameborder="0"
|
||||
scrolling="no"
|
||||
></iframe>
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<div id="socials"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,46 +1,46 @@
|
|||
document.addEventListener("DOMContentLoaded", function () {
|
||||
fields.firstName = document.getElementById("firstName");
|
||||
fields.lastName = document.getElementById("lastName");
|
||||
fields.email = document.getElementById("email");
|
||||
fields.message = document.getElementById("question");
|
||||
fields.firstName = document.getElementById("firstName");
|
||||
fields.lastName = document.getElementById("lastName");
|
||||
fields.email = document.getElementById("email");
|
||||
fields.message = document.getElementById("question");
|
||||
});
|
||||
|
||||
function isNotEmpty(value) {
|
||||
if (value == null || typeof calue == "undefined") return false;
|
||||
if (value == null || typeof calue == "undefined") return false;
|
||||
|
||||
return value.length > 0;
|
||||
return value.length > 0;
|
||||
}
|
||||
|
||||
function isNumber(num) {
|
||||
return num.length > 0 && !isNaN(num);
|
||||
return num.length > 0 && !isNaN(num);
|
||||
}
|
||||
|
||||
function isEmail(email) {
|
||||
let regex =
|
||||
/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;
|
||||
return regex.test(String(email).toLowerCase());
|
||||
let regex =
|
||||
/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;
|
||||
return regex.test(String(email).toLowerCase());
|
||||
}
|
||||
|
||||
//field.className to change classes
|
||||
|
||||
class User {
|
||||
constructor(firstName, lastName, email, question) {
|
||||
this.firstName = firstName;
|
||||
this.lastName = lastName;
|
||||
this.email = email;
|
||||
this.question = question;
|
||||
}
|
||||
constructor(firstName, lastName, email, question) {
|
||||
this.firstName = firstName;
|
||||
this.lastName = lastName;
|
||||
this.email = email;
|
||||
this.question = question;
|
||||
}
|
||||
}
|
||||
|
||||
function sendContact() {
|
||||
if (isValid()) {
|
||||
let usr = new User(
|
||||
firstName.value,
|
||||
lastName.value,
|
||||
email.value,
|
||||
question.value
|
||||
);
|
||||
}
|
||||
if (isValid()) {
|
||||
let usr = new User(
|
||||
firstName.value,
|
||||
lastName.value,
|
||||
email.value,
|
||||
question.value
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
/*function scrollPosition() {
|
||||
|
|
|
|||
32
Pages/navbar.html
Normal file
32
Pages/navbar.html
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<body>
|
||||
<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="/index.html">General Donation</a>
|
||||
<a href="/index.html">Tax Credit</a>
|
||||
</nav>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</body>
|
||||
87
Pages/shopconstruction.html
Normal file
87
Pages/shopconstruction.html
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
<html>
|
||||
<head>
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/Resources/Favicons/favicon.png"
|
||||
/>
|
||||
</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>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="Title-Container">
|
||||
<h1 class="page-title" style="width: 100%; text-align: center">Shop</h1>
|
||||
<img src="/Resources/Icons/team-icon.png" id="TeamIcon" alt="Team Icon" />
|
||||
</div>
|
||||
|
||||
<div class="UnderConstruction">This section is under construction...</div>
|
||||
|
||||
<!-- 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>
|
||||
</body>
|
||||
</html>
|
||||
23
Pages/socials.html
Normal file
23
Pages/socials.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<body>
|
||||
<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>
|
||||
</body>
|
||||
865
Pages/style.css
865
Pages/style.css
File diff suppressed because it is too large
Load diff
552
index.html
552
index.html
|
|
@ -1,290 +1,288 @@
|
|||
<html>
|
||||
<head>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/Resources/Favicons/favicon.png"
|
||||
<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"
|
||||
/>
|
||||
<link rel="stylesheet" href="/Pages/style.css" />
|
||||
</head>
|
||||
<li class="nav-button" id="menu-dropdown" tabindex="0">
|
||||
<span>Home</span>
|
||||
<nav class="dropdown-content" id="menu-dropdown-content">
|
||||
<a href="/index.html">Projects</a>
|
||||
<a href="/index.html">Leaders</a>
|
||||
</nav>
|
||||
</li>
|
||||
<li class="nav-button" id="menu-dropdown" tabindex="0">
|
||||
<span>Calendar</span>
|
||||
<nav class="dropdown-content" id="menu-dropdown-content">
|
||||
<a href="/Pages/calendar.html">View Calendar</a>
|
||||
</nav>
|
||||
</li>
|
||||
<li class="nav-button" tabindex="0">
|
||||
<a href="/Pages/sponsors.html">Sponsors</a>
|
||||
</li>
|
||||
<li class="nav-button" tabindex="0">
|
||||
<a href="/Pages/Shop.html">Shop</a>
|
||||
</li>
|
||||
<li class="nav-button" id="menu-dropdown" tabindex="0">
|
||||
<a href="/Pages/Donate.html">Donate</a>
|
||||
<nav class="dropdown-content" id="menu-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>
|
||||
|
||||
<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>
|
||||
<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"
|
||||
/>
|
||||
<!--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>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<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>
|
||||
|
||||
<!-- 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>
|
||||
|
||||
<!-- 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>
|
||||
<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>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<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>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
<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>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue