-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from boegel/better_homepage
improve landing page (more links + embed YouTube video)
- Loading branch information
Showing
2 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
| | ||
<a href="https://eessi.io/docs/">Documentation</a> | ||
| | ||
<a href="https://doi.org/10.1002/spe.3075">Paper (open access)</a> | ||
| | ||
<a href="https://eessi.io/docs/support">Get support</a> | ||
| | ||
<a href="https://github.com/EESSI">GitHub</a> | ||
| | ||
<a href="https://www.youtube.com/@eessi_community">YouTube</a> | ||
| | ||
<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> |