-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
96 lines (88 loc) · 3.23 KB
/
contact.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
91
92
93
94
95
96
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="description" content="Information about the World Affairs Conference, Canada's oldest annual student-run current affairs conference.">
<title>World Affairs Conference — Contact</title>
<link rel="stylesheet" href="styles.css" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Molengo' rel='stylesheet' type='text/css'>
<link rel="icon" href="images/logo.png" type="image/png">
<link rel="apple-touch-icon-precomposed" href="images/logo.png" type="image/png">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16116282-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="header">
<div id="logo"><img id="icon" src="images/logo.png" /><div id="title">World Affairs<br />Conference</div><div id="year">2011</div></div>
<div id="bar">
<ul id="nav">
<li><a href="./">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="keynote.html">Keynote</a></li>
<li><a href="#">Panel</a>
<ul>
<li><a href="morning.html">Morning Panel</a></li>
<li><a href="closing.html">Closing Panel</a></li>
</ul>
</li>
<li><a href="#">Plenaries</a>
<ul>
<li><a href="sc.html">Standardized Currency</a></li>
<li><a href="ac.html">Arms Control</a></li>
<li><a href="gm.html">Genetically Modified Food</a></li>
<li><a href="mm.html">Technology & Mass Media</a></li>
<li><a href="ca.html">Clash of Civilizations</a></li>
<li><a href="fs.html">Failed States</a></li>
<li><a href="cc.html">Climate Change</a></li>
<li><a href="ai.html">Arab-Israeli Conflict</a></li>
</ul>
</li>
<li class="current"><a href="#">Information</a>
<ul>
<li><a href="registration.html">Registration</a></li>
<li><a href="accommodations.html">Accommodations</a></li>
<li><a href="itinerary.html">Itinerary</a></li>
<li><a href="directions.html">Directions</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</li>
</ul>
</div>
</div>
<hr id="split"/>
<div class="content">
<hr class="short" />
<div id="theme">Contact</div>
<div id="message">
<img src="images/contact.jpg" class="image" id="contact" />
If you have any questions about the World Affairs Conference, or how to get involved do not hesitate to contact us at:
<br><br><br><br>
Email: [email protected]
<br>
Tel: (416) 488-1125 ext 2280
<br>
Fax: (416) 484-8611
<br><br><br><br>
World Affairs Conference, Upper Canada College
<br>
200 Lonsdale Road, Toronto ON Canada M4V 1W6
<div id="clear"></div>
</div>
<hr class="short" />
</div>
<div id="copyright">
Developed by the Media Association: <a href="http://www.alykhan.com">Alykhan Kanji</a> & Xavier-Alexis Rivas
<br>
© 2011 World Affairs Conference and its proprietors.
</div>
<br>
</body>
</html>