-
Notifications
You must be signed in to change notification settings - Fork 0
/
schools.html
86 lines (82 loc) · 3.3 KB
/
schools.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
---
layout: default
title: CUSEC Head Delegates
permalink: /schools/
---
<section id="schools-page">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12">
<h1 class="text-center hd-school-header">CUSEC Head Delegates</h1>
<p class="h4 text-center hd-school-lead">Find out more about CUSEC by contacting the Head Delegate of your School!</p>
</div>
</div>
<div class="row">
<div class="hd-member col-md-6 col-sm-6">
<h2>Carleton University</h2>
<p>Elisa Kazan</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="hd-member col-md-6 col-sm-6">
<h2>Concordia University</h2>
<p>Bernard Cloutier</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="row">
<div class="hd-member col-md-6 col-sm-6">
<h2>University of Guelph</h2>
<p>Dema Abu Adas</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="hd-member col-md-6 col-sm-6">
<h2>University of New Brunswick</h2>
<p>Jacob Smith</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div >
</div>
<div class="row">
<div class="hd-member col-md-6 col-sm-6">
<h2>University of Manitoba</h2>
<p>Bailey Shirtliff</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="hd-member col-md-6 col-sm-6">
<h2>University of Ottawa</h2>
<p>Anushka Paliwal</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="row">
<div class="hd-member col-md-6 col-sm-6">
<h2>Queen's University</h2>
<p>Sebastian Hoefert</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="hd-member col-md-6 col-sm-6">
<h2>University of Toronto</h2>
<p>Pouya Lajevardi</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="row">
<div class="hd-member col-md-6 col-sm-6">
<h2>Polytechnique Montreal University</h2>
<p>Anis Belkheir</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="hd-member col-md-6 col-sm-6">
<h2>University of Waterloo</h2>
<p>Abhishek Dhakla</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="row">
<div class="hd-member col-md-6 col-sm-6">
<h2>Can't Find Your School?</h2>
<p>Contact Us:</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</section>