Added more social links and took the pointer off the media thats not a link
BIN
lms/static/images/social/google-plus-sharing.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 205 B |
BIN
lms/static/images/social/lrg/google-plus-sharing.png
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 229 B |
|
Before Width: | Height: | Size: 235 B After Width: | Height: | Size: 235 B |
BIN
lms/static/images/social/lrg/youtube-sharing.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
lms/static/images/social/youtube-sharing.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
@@ -177,7 +177,6 @@
|
||||
}
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
|
||||
.play-intro {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||