Adding HPCE logo
- Add logo to index.md - Add favicon in several sizes - remove extraneous images - Add PSI logo to footer
@ -3,7 +3,7 @@
|
||||
<div class="col-lg-12 footer">
|
||||
©{{ 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>
|
||||
|
@ -29,7 +29,9 @@
|
||||
<script src="{{ "/js/toc.js"}}"></script>
|
||||
<script src="{{ "/js/customscripts.js"}}"></script>
|
||||
|
||||
<link rel="shortcut icon" href="{{ "/images/favicon.ico"}}">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
|
BIN
apple-touch-icon.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
favicon-16x16.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
favicon-32x32.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
favicon.ico
Normal file
After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 9.4 KiB |
1661
images/helpapi.svg
Before Width: | Height: | Size: 126 KiB |
BIN
images/hpce_logo.png
Normal file
After Width: | Height: | Size: 349 KiB |
Before Width: | Height: | Size: 5.2 KiB |
BIN
images/psi-logo.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
11
index.md
@ -4,7 +4,14 @@ keywords: sample homepage
|
||||
# tags: [getting_started]
|
||||
sidebar: home_sidebar
|
||||
permalink: index.html
|
||||
summary: A part of the Laboratory for Simulation and Modelling at Paul Scherrer Institute.
|
||||
---
|
||||
|
||||
This is the top-level page
|
||||
{: .img-responsive }
|
||||
|
||||
The [HPCE group](https://www.psi.ch/lsm/hpce-group) is part of the [Laboratory for Simulation and Modelling](https://www.psi.ch/lsm)
|
||||
at [Paul Scherrer Institute](https://www.psi.ch). It provides a range of HPC services for PSI scientists and also
|
||||
engages in research activities on technologies (data analysis and machine learning technologies) used on these systems.
|
||||
|
||||
## Available documentation
|
||||
|
||||
<button type="button" class="btn btn-primary" href="/merlin6">Merlin6</button>
|
@ -10,7 +10,7 @@ permalink: /titlepage.html/
|
||||
<hr />
|
||||
|
||||
<div class="printTitleImage">
|
||||
<img src="/images/company_logo_big.png" alt="Company Logo"/>
|
||||
<img src="/images/psi-logo.png" alt="PSI Logo"/>
|
||||
</div>
|
||||
|
||||
<div class="copyrightBoilerplate">
|
||||
|