mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-19 18:35:20 +00:00
96 lines
3.3 KiB
HTML
96 lines
3.3 KiB
HTML
<html>
|
|
<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"
|
|
/>
|
|
<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 -->
|
|
<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>
|