This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (98 loc) · 5.31 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE HTML>
<!--
Story by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Autamus</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="apple-touch-icon" sizes="57x57" href="images/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="images/ms-icon-144x144.png">
<meta name="theme-color" content="#FFFFFF">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- One -->
<section class="wrapper style1 align-center">
<div class="inner">
<img style="max-width:10em" src="images/autamus-logo.png" alt="" />
<h1>Autamus</h1>
<p class="major">A Semi-Autonomous Build System for Scientific Containers</p>
<ul class="actions">
<li><a class="button" href="https://autamus.io/registry"><i class="fa fa-download"></i> Docker Registry</a></li>
<li><a class="button" href="https://singularityhub.github.io/singularity-hpc/"><i class="fa fa-download"></i> Singularity Registry</a></li>
</ul>
<div>Checkout <a href="https://singularity-hpc.readthedocs.io/en/latest/">Singularity-HPC</a> to get started with containers in HPC environments!</div>
</div>
</section>
<!-- Two -->
<section class="spotlight style1 ontent-align-center align-center color1 invert onscroll-image-fade-in">
<div class="content">
<center><h2>Why Containers?</h2></center>
<p></p>
<div class="items style1 medium onscroll-fade-in">
<section>
<span class="icon solid style2 major fa-box"></span>
<center><h3>One Package</h3></center>
<center><p>Install all of the software you need with one container package.</p></center>
</section>
<section>
<span class="icon solid style2 major fa-gear"></span>
<center><h3>Simple Setup</h3></center>
<center><p>
No more digging around in package managers. Autamus containers are built from source with everything you need to get off the ground running.</p></center>
</section>
<section>
<span class="icon solid style2 major fa-save"></span>
<center><h3>Scientific Reproducibility</h3></center>
<center><p>Publish a link to the container you used to show others how to verify your results with the exact same software stack.</p></center>
</section>
</div>
<center>Autamus is made possible by the <a href="https://spack.io">Spack package manager</a>.</center>
</div>
</section>
<!-- Footer -->
<section class="spotlight style2 orient-center content-align-center image-position-center onscroll-image-fade-in" id="first">
<div class="content">
<h3>Checkout the Documentation for More Information</h3>
<ul class="actions">
<li><a class="button big wide" href="/docs"><i class="fa fa-book"></i> Docs</a></li>
</ul>
<h3>Join the Community!</h3>
<ul class="actions">
<li><a class="button big wide" href="https://github.com/autamus"><i class="fa fa-github"></i> Github</a></li>
<li><a class="button big wide" href="https://matrix.to/#/#autamus:matrix.org"><i class="fa fa-comment"></i> Matrix</a></li>
</ul>
<p>© <a href="https://github.com/autamus">Made with ❤️ by nerds and scientists. </a>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>