Details
-
Type:
Task
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Labels:None
Description
Add the Hewlett logo to the footer.
This will require:
- getting the SVG logo
- adding the logo to the CSS
- updating the footer markup to use it.
Currently the footer markup looks like this (also the IDRC logo is gone, probably because the class is missing from the div?)
<footer class="row snow-footer-logo"> <div class=""> <a href="http://idrc.ocadu.ca/" class="idrc-logo" title="Inclusive Design Research Centre"></a> </div> <div class=" "> <a class=" " title=" "></a> </div> <div class="footer-copy"> SNOW is a project of the Inclusive Design Research Centre, funded by the Hewlett Foundation </div> </footer>