mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-19 22:05:15 +00:00
107 lines
3.7 KiB
HTML
107 lines
3.7 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">
|
|
</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>
|
|
<a href="/Pages/sponsors.html">Sponsors</a>
|
|
</ul>
|
|
</nav>
|
|
|
|
<!-- 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 -->
|
|
<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>
|