forked from inclusive-design/idi-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebar-ocadu.php
32 lines (29 loc) · 888 Bytes
/
sidebar-ocadu.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://idrc.ocadu.ca">visit IDRC site</a></p>
<p><a class="idi-external-link" href="http://ocadu.ca">visit OCAD U site</a></p>
</div>
<div class="idi-contact-info">
<h3>Contact</h3>
<address>
<div class="idi-mailing-address">
IDRC<br/>
<a href="http://g.co/maps/a5tua">
205 Richmond Street West</a><br/>
2nd Floor<br/>
Toronto, ON M5V 1V3<br/>
Canada
</div>
<div class="idi-phone">
(416) 977-6000, x3968
</div>
<div class="idi-email">
<a href="mailto:[email protected]">[email protected]</a>
</div>
</address>
</div>
<h3>Leads</h3>
<div class="idi-project-lead">
<span class="idi-project-lead-name" lang="de">Jutta Treviranus</span>
<div class="idi-project-lead-blurb">Director of the Inclusive Design Research Centre</div>
</div>
<?php get_template_part("institution-list"); ?>