-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
31 lines (25 loc) · 985 Bytes
/
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
<footer class="site-footer">
<div class="wrap" style="text-align: center;">
<!--
<h2 class="footer-heading">{{ site.title }}</h2>
<div class="footer-col-1 column">
<ul>
<li>{{ site.title }}</li>
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
</ul>
</div>
-->
<div style="text-align: right; padding-right: 10px; display: inline-block;">Contact Me</div>
<div style="display: inline-block;">
<a title="Twitter" href="https://www.twitter.com/{{ site.username }}">
<i class="fa fa-twitter-square"></i>
</a>
<a title="Facebook" href="https://www.facebook.com/d.soegijono">
<i class="fa fa-facebook-square"></i>
</a>
<a title="email" href="mailto:{{ site.email }}">
<i class="fa fa-envelope-square"></i>
</a>
</div>
</div>
</footer>