Added views for about, institution and corresponding templates
[myslice.git] / portal / templates / institution.html
1 {% extends "layout-unfold1.html" %}
2
3 {% block unfold_main %}
4 <div class="wrapper" id="ticket-request">
5     <h1>Affiliation to an Institution</h1>
6     <br>
7     <div style="float:left; width:30%;">
8         <img src="{{ STATIC_URL }}img/icon_authority_color.png" alt="" /><br>
9         <br>
10         <img src="{{ STATIC_URL }}img/onelab-logo.png" alt="" /><br>
11         <b>Membership:</b> Governor
12     </div>
13     <div style="float:right; width:70%;">
14         <img src="http://www.upmc.fr/skins/UPMC/templates/index/resources/img/upmc-logotype.gif" alt="" /><br>
15         <br>
16         <b>authority:</b> onelab.upmc<br>
17         <br>
18         <b>Université Pierre et Marie Curie</b><br>
19         <br>
20         <b>Address:</b> 4 Place Jussieu, 75005 Paris<br>
21         <br>
22         <b>Country:</b> France<br>
23         <br>
24         <br>
25         <h2>Contacts</h2>
26         <b>Legal:</b> Président Jean Chambaz<br>
27         <br>
28         <b>Scientific:</b> Dr Timur Friedman
29     </div>
30 </div>
31 {% endblock %}