-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalendar.html
30 lines (27 loc) · 1.34 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
29
30
<!DOCTYPE html>
<html>
<head>
<title>Calendar - UAS@UCLA</title>
<meta name="description" content="UAS@UCLA" />
<link rel="stylesheet" href="./styles/MarkdownPage.css">
<link rel="stylesheet" href="./styles/Navbar.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="topnav" id="topnav">
<a href="https://uas.seas.ucla.edu/" class="active"><img src="https://uas.seas.ucla.edu/assets/logos/_BXT Words White Primary Fill.png" style="height:3.5ch;"></a>
<div style="margin: auto;"></div>
<a href="https://uas.seas.ucla.edu/join">Join</a>
<a href="https://uas.seas.ucla.edu/calendar">Calendar</a>
<a href="https://uas.seas.ucla.edu/officers">Officers</a>
<a href="https://uas.seas.ucla.edu/gallery">Gallery</a>
<a href="https://uas.seas.ucla.edu/tools">Tools</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<div id="spacer"></div>
<iframe src="https://calendar.google.com/calendar/embed?src=uas%40g.ucla.edu&ctz=America%2FLos_Angeles" style="border-width:0;width: 100%;" height="800px" frameborder="0" scrolling="no" id="calendar"> </iframe>
</body>
<script src="./scripts/navbar.js"></script>
</html>