-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcalendar.html
28 lines (24 loc) · 1.46 KB
/
calendar.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- include scripts.js and only run when ready -->
<script src="../scripts.js" defer></script>
<link rel='stylesheet' type='text/css' href='./styles.css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<title>Programming Club: Calendar</title>
</head>
<body>
<div id="nav"></div>
<div id="calendar">
<iframe id="calendar-iframe"
src="https://calendar.google.com/calendar/embed?height=400&wkst=2&bgcolor=%23ffffff&ctz=Australia%2FHobart&title=Programming%20Club%20Calendar&src=NjkxYmM0OWYyZjQ1ODU2OGM0YjUzMGZlMDY2NjczMTdjZjE5NGEzYjJmMmM2MDEwMTFkYzNjYzg5ZGVjYzU2NEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&src=OGI3OGYyYzY2OTNhOWI5NjE4MzBhMTAzN2MwMmIyMmE0YWZiMzUxM2VhYjg2YTIxNGVmMDRjYjg0ODNiNGRkMEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&src=MDUxYWI5YTQ1YWNkMzcxNDQxNDEwODJkMDEzMzE0ZDgyODUwN2U5YmRlYTc0NjdlNzVjNDNiNGVjNDEzZDk1MEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%23B39DDB&color=%23039BE5&color=%23C0CA33"
frameborder="0" scrolling="no"></iframe>
</div>
<div id="note">
<h3>*Please make sure to check out our <a href="https://discord.gg/UgBWyaaeus" target=”_blank”>Discord</a> for the most up-to-date announcements and information :D</h3>
</div>
</body>
</html>