-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathfooter.html
50 lines (45 loc) · 2.15 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
49
50
<!-- Footer -->
<footer class="pb-3">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-6 margin-top-2">
<div class="row justify-content-center">
<h3 class="text-center margin-top-4"><a
href="https://www.tudelft.nl/ewi/over-de-faculteit/afdelingen/software-technology"
target="_blank"> Department of Software Technology </a></h3>
</div>
</div>
<div class="col-md-6 col-lg-3 margin-top-2">
<div class="row justify-content-center">
<h3>Links</h3>
</div>
<div class="text-center">
<p><a href="{{site.baseurl}}/"> About </a> <br/>
<a href="{{site.baseurl}}/people"> People </a> <br/>
<a href="{{site.baseurl}}/research-themes"> Research Themes </a> <br/>
<a href="{{site.baseurl}}/publications"> Publications </a> <br/>
<a href="{{site.baseurl}}/teaching"> Education </a> <br/>
<a href="{{site.baseurl}}/vacancies"> Vacancies </a> <br/>
<a href="{{site.baseurl}}/contact"> Contact </a></p>
</div>
</div>
<div class="col-md-6 col-lg-3 margin-top-2 footer-contact">
<div class="row justify-content-center">
<h3>Contact</h3>
</div>
<div class="text-center">
<p><b>{{ site.company_name }}</b></p>
<p> {{ site.building }} <br/>
{{ site.room }} <br/>
{{ site.street }} <br/>
{{ site.zipcode }} <br/>
{{ site.country }} <br/>
Phone: {{ site.telephone_number }}</p>
</div>
</div>
</div>
</div>
<!-- <div class="copyright text center">-->
<!-- <p>Theme ported by <a href="https://melvinchng.github.io/" target="_blank">Melvin Ch'ng</a></p>-->
<!-- </div>-->
</footer>