-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.php
49 lines (33 loc) · 1.49 KB
/
events.php
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
<!DOCTYPE html>
<html>
<head>
<?php include 'newheader.php';?>
<title>Events | Women in Computing</title>
</head>
<body>
<?php include 'newnav.php';?>
<div class="pgcontainer">
<div class="pgsidebar">
<div class="eventType">Events</div>
<div class="line"></div>
<div id="sidebarlinks">
<a href="/afterhours.php">After Hours</a><br>
<a style="color:var(--accent); font-weight:700" href="/events.php">Upcoming Calendar</a><br>
<a href="/wichacks.php">WiCHacks</a><br>
<a href="/annual_events.php">Annual Events</a>
<!--end of sidebar links-->
</div>
<!-- end of page sidebar -->
</div>
<div class="pgcontent">
<div class="pgheading">Upcoming Calendar</div>
<div style="margin-bottom:1.5em;" class="pgline"></div>
<p>All WiC events are planned by the Events committee! Events committee meets once a week, and together we brainstorm ideas and plan for all the various social events that occur throughout the year! Some events we help plan are the Halloween party, ice cream socials, Friendsgiving, and much more! </p>
<div class="googleCalendar"><iframe src="https://www.google.com/calendar/embed?src=wicatrit%40gmail.com&ctz=America/New_York" frameborder="0" scrolling="no" width="100%" height="600"></iframe></div>
<!--end of page content-->
</div>
<!-- end of page container -->
</div>
<?php include 'newfooter.php';?>
</body>
</html>