forked from inclusive-design/idi-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebar-ryerson.php
32 lines (29 loc) · 993 Bytes
/
sidebar-ryerson.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
<div class="idi-inst-site-links">
<p><a class="idi-external-link" href="http://imdc.ca/">visit IMDC site</a></p>
<p><a class="idi-external-link" href="http://ryerson.ca">visit Ryerson site</a></p>
</div>
<div class="idi-contact-info">
<h3>Contact</h3>
<address>
<div class="idi-mailing-address">
Inclusive Media and Design Centre (IMDC)<br/>
Ted Rogers School of Information Technology Management<br/>
<a href="http://g.co/maps/5y57b">
55 Dundas Street West, TRS 3-174</a><br/>
Toronto, ON M5B 2K3<br/>
Canada
</div>
<div class="idi-phone">
416-979-5000 ext. 7110
</div>
<div class="idi-email">
<a href="mailto:margot.whitfield@ryerson.ca">margot.whitfield@ryerson.ca</a>
</div>
</address>
</div>
<h3>Leads</h3>
<div class="idi-project-lead">
<span class="idi-project-lead-name">Deborah Fels</span>
<div class="idi-project-lead-blurb">Director of the Centre for Learning Technologies</div>
</div>
<?php get_template_part("institution-list"); ?>