Commit 89252ec1 by David Baumgold

Put Open edX logo in LMS edx.org footer

parent 9edda950
...@@ -307,14 +307,35 @@ $edx-footer-bg-color: rgb(252,252,252); ...@@ -307,14 +307,35 @@ $edx-footer-bg-color: rgb(252,252,252);
@extend %edx-footer-title; @extend %edx-footer-title;
} }
.footer-about-logo { .footer-about-logo, .footer-about-openedx-logo {
margin-bottom: $edx-footer-spacing; margin-bottom: $edx-footer-spacing;
img {
height: 47px;
}
a {
display: block;
&:hover {
border-bottom: 0;
}
}
}
.footer-about-logo {
float: left;
}
.footer-about-openedx-logo {
float: right;
} }
.footer-about-copy { .footer-about-copy {
@extend %t-copy-sub1; @extend %t-copy-sub1;
margin-bottom: $edx-footer-spacing; margin-bottom: $edx-footer-spacing;
color: rgb(61, 62, 63); color: rgb(61, 62, 63);
clear: both;
p { p {
// NOTE: needed for poor LMS span styling // NOTE: needed for poor LMS span styling
......
...@@ -43,6 +43,12 @@ ...@@ -43,6 +43,12 @@
</p> </p>
</div> </div>
<div class="footer-about-openedx">
<a href="http://open.edx.org" title="${_("Powered by Open edX")}">
<img alt="${_("Powered by Open edX")}" src="https://files.edx.org/openedx-logos/edx-openedx-logo-tag.png">
</a>
</div>
<div class="footer-about-links"> <div class="footer-about-links">
<a href="${marketing_link('TOS')}"><span class="copy">${_("Terms of Service and Honor Code")}</span></a> <a href="${marketing_link('TOS')}"><span class="copy">${_("Terms of Service and Honor Code")}</span></a>
<a href="${marketing_link('PRIVACY')}"><span class="copy">${_("Privacy Policy")}</span> <a href="${marketing_link('PRIVACY')}"><span class="copy">${_("Privacy Policy")}</span>
......
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