-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
102 lines (94 loc) · 4.62 KB
/
about.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
97
98
99
100
101
102
<!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 — About</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 class="current"><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><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">About the 2011 World Affairs Conference</div>
<div id="message">
<div id="schoollogos">
<img src="images/uc.png" height="80px" class="logo" />
<img src="images/bh.png" height="80px" class="logo" />
</div>
<br>
<table class="piccapt">
<caption align="bottom"><a href="http://ucc.on.ca" id="ucclink">Upper Canada College</a>, the independent boys' school where the conference is held annually.</caption>
<tr><td><img src="images/ucc.jpg" alt="Upper Canada College" class="image" id="ucc" /></td></tr>
</table>
<table class="piccapt">
<caption align="bottom">Student Chairs (left to right): Madison Miller, Shahab Fadavi, Fiona Martyn.</caption>
<tr><td><img src="images/chairs.jpg" alt="Student Chairs" class="image" id="chairs" /></td></tr>
</table>
Celebrating its twenty-eighth year, WAC has firmly established itself as one of the most successful annual student organized conventions in North America. Providing a forum for students and the opinions of global leaders, WAC facilitates discussion on pertinent world issues.
<br><br>
Focused on a central theme, the annual two-day conference has discussed topics ranging from demographics, human rights, gender issues, justice and health ethics. This year’s conference will investigate a world of shrinking borders, specifically the ramifications of globalization.
<br><br>
Over the years, WAC has maintained its goal of broadening its participants’ horizons. Providing an accessible, educational and diverse environment, WAC continues to encourage delegates to explore issues beyond themselves and their communities. Students are truly at the centre of the conference, seeking elusive answers to hard-hitting questions. WAC provides essential exposure for students to global issues and debate.
<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>