Skip to content

Commit e7fd350

Browse files
committed
update social icons on about page
1 parent 348f6e4 commit e7fd350

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/about.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,19 @@ <h1>Hello There, I’m <span class="about-bold">$:(name)</span></h1>
5757
<div class="col-md-6 col-md-offset-3 tales-superblock">
5858
<h2>Social</h2>
5959
<div class="social-icons clearfix">
60-
<a href="#" class="social-icon color-one">
60+
<a id="tweet" href="#" target="_blank" class="social-icon color-one">
6161
<div class="inner-circle" ></div>
6262
<i class="icon-twitter"></i>
6363
</a>
6464

65-
<a href="#" class="social-icon color-two">
65+
<a id="gplus" href="#" target="_blank" class="social-icon color-two">
6666
<div class="inner-circle" ></div>
6767
<i class="icon-google-plus"></i>
6868
</a>
6969

70-
<a href="#" class="social-icon color-three">
70+
<a id="fb" href="#" target="_blank" class="social-icon color-three">
7171
<div class="inner-circle" ></div>
72-
<i class="icon-github-alt"></i>
72+
<i class="icon-facebook"></i>
7373
</a>
7474
</div>
7575
<hr>

0 commit comments

Comments
 (0)