forked from inclusive-design/idi-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
institution-list.php
16 lines (15 loc) · 942 Bytes
/
institution-list.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php $site_url = get_site_url(); ?>
<div class="idi-institutions">
<h3>IDI Institutions</h3>
<p>Find out more about their ongoing research</p>
<ul class="idi-institution-list">
<li><a href="<?php echo get_home_url(); ?>/research/ocadu">OCAD University</a></li>
<li><a href="<?php echo get_home_url(); ?>/research/ryerson">Ryerson University</a></li>
<li><a href="<?php echo get_home_url(); ?>/research/york">York University</a></li>
<li><a href="<?php echo get_home_url(); ?>/research/uoit">University of Ontario Institute of Technology</a></li>
<li><a href="<?php echo get_home_url(); ?>/research/utoronto">University of Toronto</a></li>
<li><a href="<?php echo get_home_url(); ?>/research/sheridan">Sheridan College</a></li>
<li><a href="<?php echo get_home_url(); ?>/research/george-brown">George Brown College</a></li>
<li><a href="<?php echo get_home_url(); ?>/research/seneca">Seneca College</a></li>
</ul>
</div>