-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcalendar.html
More file actions
33 lines (31 loc) · 1.59 KB
/
calendar.html
File metadata and controls
33 lines (31 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Calendar | HackBlue</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<header>
<nav style="height:70px">
<a href="index.html"><img src="img/hb-logo-white.png" alt="HackBlue Logo" style="width:auto; height:70px; position:absolute;"></a>
<ul style="height:70px;">
<li><a href="index.html">Home</a></li>
<li><a href="what-we-do.html">What We Do</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a href="sponsorships.html">Sponsorships</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a style="color:white;" href="calendar.html">Calendar</a></li>
<li><a href="contact.html">Contact</a></li>
</nav>
</header>
<div style="text-align: center;">
<h1 class="header-content">Calendar</h1>
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffcb0b&ctz=America%2FNew_York&src=dW1pY2guZWR1XzF1dXBiNWo4am5vZmNwZHNxcGJjN2htanM0QGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20&color=%233F51B5&title&showTitle=0&showNav=1&showPrint=0&showTabs=0&showCalendars=0" style="border-width:0" width="750" height="550" frameborder="0" scrolling="no"></iframe>
</div>
<footer>
<p style="text-align: center">Copyright ©2022 HackBlue. All Rights Reserved | Created by <a style="font-size: 16px;" href="team.html#team">Web Development Committee</a></p>
</footer>
</body>
</html>