Adding HPCE logo

- Add logo to index.md
- Add favicon in several sizes
- remove extraneous images
- Add PSI logo to footer
This commit is contained in:
Spencer Bliven
2019-06-18 14:03:54 +02:00
parent 2b901919c8
commit e7279d46f6
14 changed files with 14 additions and 1666 deletions

View File

@ -3,7 +3,7 @@
<div class="col-lg-12 footer">
&copy;{{ site.time | date: "%Y" }} {{site.company_name}}. All rights reserved. <br />
{% if page.last_updated %}<span>Page last updated:</span> {{page.last_updated}}<br/>{% endif %} Site last generated: {{ site.time | date: "%b %-d, %Y" }} <br />
<p><img src="{{ "/images/company_logo.png"}}" alt="Company logo"/></p>
<p><img style="margin-top: 1em;" src="{{ "/images/psi-logo.png"}}" alt="PSI logo"/></p>
</div>
</div>
</footer>