forked from ITISFoundation/osparc-manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_footer.html
48 lines (46 loc) · 1.51 KB
/
_footer.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
<style>
footer {
display: flex;
}
.flex-1 {
flex: 1
}
.flex-2 {
flex: 2
}
.flex-3 {
flex: 3
}
</style>
<footer>
<div class="flex-1">
<br/><br/><br/><br/>
<p style="font-weight: bold;font-size:80%;">IT'IS Foundation</p>
<p style="text-align:left;font-size:80%;">
<a href="https://itis.swiss/who-we-are/contact/" target="_blank">Contact IT'IS</a><br/>
<a href="https://itis.swiss" target="_blank">IT'IS Website</a>
</p>
</div>
<div class="flex-2">
<br/><br/><br/><br/>
<p style="text-align:left;font-weight: bold;font-size:80%;">o²S²PARC</p>
<p style="text-align:left;font-size:80%;">
<a href="mailto:[email protected]">Request an account</a><br/>
<a href="https://osparc.io" target="_blank">o²S²PARC Platform</a>
</p>
</div>
<div class="flex-3">
<br/><br/><br/><br/>
<p style="text-align:right;font-weight: bold;font-size:80%;">Who We Are</p>
<p style="text-align:right;font-size:80%;">
<a href="https://itis.swiss/who-we-are/" target="_blank">About IT'IS</a><br/>
<a href="https://itis.swiss/who-we-are/our-mission/" target="_blank">Our Mission</a>
</p>
</div>
<!-- <div class="flex-2">
<br/><br/><br/><br/>
<p style="text-align:right;font-size:90%;">
<a href="https://itis.swiss/who-we-are/">who we are</a>
</p>
</div> -->
</footer>