Commit 8abfe4a8 by David Baumgold

Put Open edX logo in CMS footer

parent 89252ec1
......@@ -58,5 +58,22 @@
}
}
}
// platform Open edX logo and link
.powered-by {
@include float(right);
width: flex-grid(3,12);
display: inline-block;
vertical-align: bottom;
@include text-align(right);
a {
display: inline-block;
&:hover {
border-bottom: none;
}
}
}
}
}
......@@ -30,6 +30,11 @@
% endif
</ol>
</nav>
<div class="powered-by">
<a href="http://openedx.org" title="${_("Powered by Open edX")}">
<img alt="${_("Powered by Open edX")}" src="https://files.edx.org/openedx-logos/edx-openedx-logo-tag.png" width="150" height="50">
</a>
</div>
</footer>
</div>
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