-
Notifications
You must be signed in to change notification settings - Fork 2
/
sponsors.html
124 lines (100 loc) · 5.08 KB
/
sponsors.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<title>Students in Mind: Sponsors</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Students In Mind: Mental Health Conference">
<meta name="author" content="Tara Campbell">
<!-- Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet" media="screen">
<link href="css/sim.css" rel="stylesheet">
<link href="css/mono.css" rel="stylesheet">
<link rel="shortcut icon" href="img/favicon.ico">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#sim-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div><!-- /.navbar-header-->
<div class="collapse navbar-collapse" id="sim-navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html#about">Home</a></li>
<li><a href="conference.html">Conference</a></li>
<li><a href="psn.html">Peer Support Network</a></li>
<li class="active"><a href="#">Sponsors</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse-->
</div><!-- /.container-->
</nav>
<div class="container">
<div class="page-header">
<h1 class="sim-title" id="sponsors">Sponsors</h1>
</div>
<h3 id="currentsponsors">Current Sponsors</h3>
<div class="sponsors">
<div class="row">
<div class="col-xs-6 col-md-3">
<a href="http://ssmu.mcgill.ca" target="blank" class="thumbnail">
<img src="img/sponsors2013/ssmu.png" alt="SSMU">
</a>
</div>
<div class="col-xs-6 col-md-3">
<a href="http://www.mcgill.ca/deanofstudents/marybrown" target="blank" class="thumbnail">
<img src="img/sponsors2013/maryhbrown.jpg" alt="Mary H. Brown Endowment Fund">
</a>
</div>
<div class="row">
<div class="col-xs-6 col-md-3">
<a href="http://lola-rosa.ca/site/" target="blank" class="thumbnail">
<img src="img/sponsors/lolarosa.gif" alt="Lola Rosa">
</a>
</div>
<div class="col-xs-6 col-md-3">
<a href="http://www.mcgill.ca/studentservices/funding" target="blank" class="thumbnail">
<img src="img/sponsors/studentservices.jpg" alt=">Discretionary Fund">
</a>
</div>
<div class="col-xs-6 col-md-3">
<a href="http://www.mcgill.ca/bookstore/" target="blank" class="thumbnail">
<img src="img/sponsors/mcgillbookstore.jpg" alt="McGill Bookstore">
</a>
</div>
<div class="col-xs-6 col-md-3">
<a href="http://www.aseq.com/" target="blank" class="thumbnail">
<img src="img/sponsors/aseq.jpg" alt="ASEQ">
</a>
</div>
</div>
</div><!--end of sponsors-->
<h3 id="becomeasponsor">Become a Sponsor</h3>
<p>If you or your organization are interested in donating to the Students in Mind initiative, please get in touch with our <a href="mailto:[email protected]">sponsorship executive</a>. We will provide a sponsorship package with more details about the conference and sponsorhip opportunities, and will be happy to answer questions and discuss details about a future partnership.</p>
</div>
<div id="footer">
<div class="container">
<a href="https://www.facebook.com/StudentsInMind"><span class='symbol'>circlefacebook</span></a>
<a href="https://twitter.com/StudentsInMind"><span class='symbol'>circletwitterbird</span></a>
<a href="contact.html#contact"><span class='symbol'>circleemail</span></a>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<!-- analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47550729-1', 'studentsinmind.ca');
ga('send', 'pageview');
</script>
</body>
</html>