-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
executable file
·36 lines (35 loc) · 1.78 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
<script src="./assets/js/core/jquery.min.js"></script>
<footer class="footer ">
<div class="container">
<nav class="pull-left">
<ul>
<li class="text-left">
<div class="special" style="font-size: 11pt; color: #444444; margin-top: 0em;">
<b>SNU Machine Perception and Reasoning Laboratory</b>
</div>
<div class="special-light" style="font-size: 11pt; color: #444444;">
Engineering Builing 2 (302) 510-2,<br/>
</div>
<div class="special-light" style="font-size: 11pt; color: #444444; margin-top: -0.2em;">
1 Gwanak-ro, Gwanak-gu, Seoul 08826, South Korea
</div>
</li>
</ul>
</nav>
<!-- <div class="copyright pull-right special" style="margin-top: -3em;">
Original Template from ©
<script>
document.write(new Date().getFullYear())
</script>
</div>
-->
<!-- <div class="copyright pull-right special" style="margin-top: -2em;">
<img src="../../assets/img/kit/gist.png">
</div> -->
<div class="copyright pull-right special" style="margin-top: 0em;">
<!-- <img src="./assets/img/kit/gist_logo.jpg"><br/> -->
Original Template Made <!-- with <i class="material-icons">favorite</i> --> by
<a href="https://www.creative-tim.com" target="_blank">Creative Tim</a>. <!-- for a better web. --> Modified by Jonghyun Choi
</div>
</div>
</footer>