Files
gitea-pages/pdfconfigs/titlepage.html
Spencer Bliven e7279d46f6 Adding HPCE logo
- Add logo to index.md
- Add favicon in several sizes
- remove extraneous images
- Add PSI logo to footer
2019-06-18 14:04:19 +02:00

23 lines
995 B
HTML

---
type: title
search: exclude
permalink: /titlepage.html/
---
<div class="printTitleArea">
<div class="printTitle">{{site.print_title}}</div>
<div class="printSubtitle">{{site.print_subtitle}}</div>
<div class="lastGeneratedDate">Last generated: {{ site.time | date: '%B %d, %Y' }}</div>
<hr />
<div class="printTitleImage">
<img src="/images/psi-logo.png" alt="PSI Logo"/>
</div>
<div class="copyrightBoilerplate">
<p>&copy; {{ site.time | date: "%Y" }} {{site.company_name}}. This is a boilerplate copyright statement... All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or mechanical methods, without the prior written permission of the publisher, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law.
</p>
</div>
</div>