Skip to content

Commit

Permalink
update social links
Browse files Browse the repository at this point in the history
  • Loading branch information
pcqpcq committed Apr 19, 2015
1 parent d55756c commit 7cd00e7
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 6 deletions.
12 changes: 8 additions & 4 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ h5 {
font-size: .85rem!important;
}

.twitter-link a {
.social-icon-link a {
color: #4a95cf;
opacity: 0.92;
}
Expand Down Expand Up @@ -250,7 +250,7 @@ h5 {
margin-bottom: 25px;
}

.twitter-link a:hover {
.social-icon-link a:hover {
text-decoration: none!important;
}

Expand Down Expand Up @@ -2722,11 +2722,11 @@ ul.rig.columns-5 li {
content: '\F30E';
}

.entypo-social.google+:before {
.entypo-social.googleplus:before {
content: '\F30F';
}

.entypo-social.c-google+:before {
.entypo-social.c-googleplus:before {
content: '\F310';
}

Expand Down Expand Up @@ -2802,6 +2802,10 @@ ul.rig.columns-5 li {
content: '\F32D';
}

.entypo-social.weibo:before {
content: '\F33F';
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
Expand Down
34 changes: 32 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,41 @@ <h3 id="main_text_subtitle" class="main-text-subtitle" >
</h3>
</div>
<div class="social-links">
<span class="twitter-link">
<a id ="link-twitter" href="http://github.com/pcqpcq">
<span class="social-icon-link">
<a id ="link-github" target="_blank" href="http://github.com/pcqpcq">
<span class="entypo-social github">
</a>
</span>
<span class="social-icon-link">
<a id ="link-weibo" target="_blank" href="http://weibo.com/u/1841013172">
<span class="entypo-social weibo">
</a>
</span>
<span class="social-icon-link">
<a id ="link-twitter" target="_blank" href="https://twitter.com/pcq019">
<span class="entypo-social twitter">
</a>
</span>
<span class="social-icon-link">
<a id ="link-facebook" target="_blank" href="https://www.facebook.com/profile.php?id=100003625546417">
<span class="entypo-social facebook">
</a>
</span>
<span class="social-icon-link">
<a id ="link-googleplus" target="_blank" href="https://plus.google.com/+潘超群">
<span class="entypo-social googleplus">
</a>
</span>
<span class="social-icon-link">
<a id ="link-linkedin" target="_blank" href="https://cn.linkedin.com/in/pcqpcq">
<span class="entypo-social linkedin">
</a>
</span>
<span class="social-icon-link">
<a id ="link-instagram" target="_blank" href="https://instagram.com/pcqpcq/">
<span class="entypo-social instagram">
</a>
</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 7cd00e7

Please sign in to comment.