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

This commit is contained in:
Kyle Fiedler
2012-07-19 16:35:09 -04:00
parent 47892b8950
commit 4d63b58619
10 changed files with 5 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 205 B

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 229 B

View File

Before

Width:  |  Height:  |  Size: 235 B

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -177,7 +177,6 @@
}
&:hover {
cursor: pointer;
text-decoration: none;
.play-intro {

View File

@@ -110,8 +110,7 @@ footer {
padding: 0;
a {
opacity: 0.7;
padding: 0 0 0 10px;
opacity: 0.3;
@include transition(all, 0.1s, linear);
&:hover {

View File

@@ -14,9 +14,10 @@
</section>
<section class="social">
<a href="#"><img src="${static.url('images/social/linkedin.png')}" /></a>
<a href="#"><img src="${static.url('images/social/facebook.png')}" /></a>
<a href="#"><img src="${static.url('images/social/twitter.png')}" /></a>
<a href="http://youtube.com/user/edxonline"><img src="${static.url('images/social/youtube-sharing.png')}" /></a>
<a href="https://plus.google.com/108235383044095082735"><img src="${static.url('images/social/google-plus-sharing.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>