-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite-info-bottom.html
26 lines (25 loc) · 1.07 KB
/
site-info-bottom.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
<hr>
<section id="sec-connect my-info-font">
<h2>connect</h2>
<p>
<a href="https://www.facebook.com/john.doe" class="my-social-links blue">
<i class="fa fa-facebook-official my-social-icons"></i>
</a>
<a href="https://github.com/johndoe" class="my-social-links green">
<i class="fa fa-github my-social-icons"></i>
</a>
<a href="https://plus.google.com/u/1/111123456789123456789" class="my-social-links red">
<i class="fa fa-google-plus-official my-social-icons"></i>
</a>
<br>
<a href="https://www.linkedin.com/in/johndoe/" class="my-social-links blue">
<i class="fa fa-linkedin-square my-social-icons"></i>
</a>
<a href="https://www.xing.com/profile/John_Doe/" class="my-social-links green">
<i class="fa fa-xing-square my-social-icons"></i>
</a>
<a href="https://www.youtube.com/channel/UC-john_doe" class="my-social-links red">
<i class="fa fa-youtube-square my-social-icons"></i>
</a>
</p>
</section>