-
Notifications
You must be signed in to change notification settings - Fork 0
/
calendar.html
70 lines (53 loc) · 1.95 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<html>
<head>
<title>Calendar and Events</title>
<link rel="shortcut icon" href="Images/favicon.ico">
<link rel="stylesheet" type="text/css" href="main.css">
<link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="skyContainer">
<div class="skyLeft"></div>
<div class="skyRight"></div>
</div>
<div class="menu">
<a href="index.html" class="home"></a>
<a href="gallery.html" class="gallery"></a>
<a href="calendar.html" class="calendar"></a>
<a href="resources.html" class="resources"></a>
<a href="https://www.facebook.com/groups/141012042748209/" class="contact"></a>
</div>
<div class="mainBox">
<div class="padding">
<div class="leftBorder"></div>
<div class="rightBorder"></div>
<h1><span style="color: #c34938;">A</span>nimation <span style="color: #c34938;">A</span>nteaters</h1>
<br><br><br><br><br><br><br><br>
<h2 class="red">Meetings</h2>
<center><strong>Weekly Meeting</strong></center><br>
<b>Time:</b> 7 pm - 8 pm (Official meeting) 8 pm - 8:50 pm (Post-Meeting Drawing Jam)<br>
<b>Day:</b> Mondays<br>
<b>Where:</b> DBH 1422
<br><br>
<center>
<img src="Images/map.png" style="background: #c34938; padding: 10px; border-radius: 25px;">
</center>
<br><br>
<center><strong>Weekly Drawing Session</strong></center><br>
<b>Time:</b> TBA<br>
<b>Day:</b> TBA<br>
<b>Where:</b> TBA
<h2 class="red">Calendar</h2>
<iframe src="https://www.google.com/calendar/embed?src=anteatersinanimation%40gmail.com&ctz=America/Vancouver" style="border: 0" width="100%" height="500px" frameborder="0" scrolling="no"></iframe>
<center>
<img src="Images/sleeping.gif">
</center>
<br><br><br>
<div class="footer">
Join our <a href="mailing.html" class="r">mailing list</a> || Email us at [email protected]
</div>
</div>
</div>
</body>
</html>