-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
90 lines (75 loc) · 3.73 KB
/
events.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<!--
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
Name : Catmint
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20130910
-->
<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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="category" content="Girls Encoded">
<title>Events | Girls Encoded</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/carousel.css" rel="stylesheet">
<link href="css/navbar.css" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<link href="css/girls_encoded_default.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/girls_encoded_fonts.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800" rel="stylesheet" />
</head>
<body>
<div id="header-wrapper">
<div id="header" class="container">
<div id="logo">
<h1><a href="index.html">Girls Encoded at UMich</a></h1>
</div>
<div id="menu">
<ul>
<li><a href="index.html" accesskey="2" title="">About Us</a></li>
<li><a href="get_involved.html" accesskey="2" title="">Get Involved</a></li>
<li class="current_page_item"><a href="events.html" accesskey="4" title="">Events</a></li>
</ul>
</div>
</div>
</div>
<div id="main_container" class="container">
<div id="events_content">
<div id="event_panels">
<h2 id="featurette-heading">Current Events</h2>
<p class="lead"><i>All events are open to all students, regardless of gender.</i></p>
<div id="event_panels_one"></div>
<h2 id="featurette-heading">Past Events</h2>
<div id="event_panels_two"></div>
<h2 id="featurette-heading">Affiliated Groups and Events</h2>
<div id="event_panels_three"></div>
</div>
<div id="events_recent_news" class="girls_encoded_recent_news row featurette">
<h2 id="featured-events-heading" class="featurette-heading">All News</h2>
</div>
</div>
<div id="copyright" class="row featurette">Design by <a href="http://templated.co">TEMPLATED</a>.</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="dist/js/bootstrap.min.js"></script>
<script src="js/parseCsv.js"></script>
<script src="js/events.js"></script>
<script src="js/events_long.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>