Skip to content

Commit

Permalink
Merge pull request #8 from boegel/better_homepage
Browse files Browse the repository at this point in the history
improve landing page (more links + embed YouTube video)
  • Loading branch information
bedroge authored Nov 15, 2023
2 parents e14c485 + 326b28d commit 1db7824
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
Binary file modified img/EESSI_logo_horizontal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 26 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,37 @@
<html>
<head>
<title>European Environment for Scientific Software Installations (EESSI)</title>
<style>
a {
color: #14AD9E;
}
.eessi_links {
font-size: 20px;
margin: 0px;
}
</style>
</head>
<body style="margin:0px;">
<div align="center">
<a href="https://github.com/EESSI"><img src="./img/EESSI_logo_horizontal.png"/></a>
<p style="margin:0px;">
<a href="https://join.slack.com/t/eessi-hpc/shared_invite/zt-1wqy0t8g6-PZJTg3Hjjm5Fm3XEOkzECg">Join our Slack channel</a> -
<a href="https://www.eessi.io/docs/">Read our documentation</a> -
<a href="https://github.com/EESSI">Explore our GitHub repositories</a> -
<a href="https://twitter.com/eessi_hpc">twitter.com/eessi_hpc</a>
<p class="eessi_links">
<a href="https://join.slack.com/t/eessi-hpc/shared_invite/zt-1wqy0t8g6-PZJTg3Hjjm5Fm3XEOkzECg">Slack channel</a>
&nbsp;&nbsp;|&nbsp;&nbsp;
<a href="https://eessi.io/docs/">Documentation</a>
&nbsp;&nbsp;|&nbsp;&nbsp;
<a href="https://doi.org/10.1002/spe.3075">Paper (open access)</a>
&nbsp;&nbsp;|&nbsp;&nbsp;
<a href="https://eessi.io/docs/support">Get support</a>
&nbsp;&nbsp;|&nbsp;&nbsp;
<a href="https://github.com/EESSI">GitHub</a>
&nbsp;&nbsp;|&nbsp;&nbsp;
<a href="https://www.youtube.com/@eessi_community">YouTube</a>
&nbsp;&nbsp;|&nbsp;&nbsp;
<a href="https://twitter.com/eessi_hpc">Twitter/X</a>
</p>
</div>
<p align="center"><br/><br/>
<iframe width="711" height="400" src="https://www.youtube.com/embed/Fzv4ieiI1jo" title="YouTube video player"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen/>
</body>
</html>

0 comments on commit 1db7824

Please sign in to comment.