-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.php
39 lines (30 loc) · 1.22 KB
/
Index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Queer Engineer :: HOME</title>
<?php include("SetUp.php");?>
</head>
<body>
<div id="maincontainer" class="outershadow">
<?php include("Header.php");?>
<div id="content">
<div id="contentpage">
<div class="innertube">
<h1>Welcome!</h1>
<p>Queer Engineer is an EUS club at McGill University that strives to provide a safe and
welcoming environment for gender and sexual minorities, within both
the Faculty of Engineering and McGill as whole. We welcome all gay,
lesbian, bisexual, asexual, trans*, queer and allied students, and students
with non-normative sexual and/or gender identities outside of those
labels. As a primarily social organization, we hold weekly Safe Space
Hangouts and various fun events throughout the year, such as wine and
cheese gatherings and outings to the Village.</p>
</div>
</div>
</div>
<?php include("Footer.php");?>
</div>
</body>
</html>