-
Notifications
You must be signed in to change notification settings - Fork 0
/
template_footer.html
executable file
·25 lines (22 loc) · 1.22 KB
/
template_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
<footer id="footer-container" class="footer">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 text-center my-auto">
<a href="http://www.sabanciuniv.edu" target="_blank"><img src="/img/sabanci-icon.jpg" height="60px;"></a>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 text-center my-auto">
© 2020 The VRL Lab <br/>
<small>
Faculty of Engineering and Natural Sciences<br>
Sabanci University, Istanbul, Turkey 34956
</small>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 text-center my-auto">
<a href="http://www.twitter.com/onurvarol" target="_blank"><img class="icon" src="/img/twitter-icon.png"></a>
<a href="http://www.github.com/virallab" target="_blank"><img class="icon" src="/img/github-icon.png"></a>
<!-- Intranet resources -->
<a href="https://ovarol.notion.site/Welcome-to-VRL-lab-814ac8de43724d08998b9867c98a057b"><img class="icon" src="/img/vrllab-logo.png"></a>
</div>
</div>
</div>
</footer>