-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutus.php
More file actions
39 lines (33 loc) · 1.15 KB
/
aboutus.php
File metadata and controls
39 lines (33 loc) · 1.15 KB
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
<?php session_start();
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="style.css">
<title>ABOUT US</title>
</head>
<body>
<div class="toolbar">
<a href="index.php">HOME</a>
<a class="active" href="aboutus.php">ABOUT US</a>
<a href="eboard.php">E-BOARD</a>
<a href="membersearch.php">MEMBER SEARCH</a>
<a href="debates.php">DEBATES</a>
<a href="events.php">EVENTS</a>
</div>
<h1 id="title">ABOUT US</h1>
</div>
<div class="aboutswip">
<p class="aboutswip2">Founded in 2012 by Caroline Simon ('14), Adrienne Fishman ('14),
Tara Kheradpir ('14), and Julia Tishman ('15), SWIP is focused on facilitating discussion and
debate about current events in a comfortable environment. In weekly Monday meetings
we strive to educate our members about domestic and international affairs. Our mantra
"any woman, any study" is a testament to the types of members we attract--from all colleges, backgrounds,
political affiliations, and personal interests. <br><br> Join us for weekly meetings Mondays at 6pm in
Willard Straight Hall Room 604.<br></p>
</div>
</body>
</html>
</body>
</html>