Commit 4d63b586 by Kyle Fiedler

Added more social links and took the pointer off the media thats not a link

parent 47892b89
...@@ -177,7 +177,6 @@ ...@@ -177,7 +177,6 @@
} }
&:hover { &:hover {
cursor: pointer;
text-decoration: none; text-decoration: none;
.play-intro { .play-intro {
......
...@@ -110,8 +110,7 @@ footer { ...@@ -110,8 +110,7 @@ footer {
padding: 0; padding: 0;
a { a {
opacity: 0.7; opacity: 0.3;
padding: 0 0 0 10px;
@include transition(all, 0.1s, linear); @include transition(all, 0.1s, linear);
&:hover { &:hover {
......
...@@ -14,9 +14,10 @@ ...@@ -14,9 +14,10 @@
</section> </section>
<section class="social"> <section class="social">
<a href="#"><img src="${static.url('images/social/linkedin.png')}" /></a> <a href="http://youtube.com/user/edxonline"><img src="${static.url('images/social/youtube-sharing.png')}" /></a>
<a href="#"><img src="${static.url('images/social/facebook.png')}" /></a> <a href="https://plus.google.com/108235383044095082735"><img src="${static.url('images/social/google-plus-sharing.png')}" /></a>
<a href="#"><img src="${static.url('images/social/twitter.png')}" /></a> <a href="http://www.facebook.com/EdxOnline"><img src="${static.url('images/social/facebook-sharing.png')}" /></a>
<a href="https://twitter.com/edXOnline"><img src="${static.url('images/social/twitter-sharing.png')}" /></a>
</section> </section>
</section> </section>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment