Skip to content

Commit

Permalink
deprecating singularity hub
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Apr 26, 2021
1 parent f91490a commit f64dc69
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,31 +64,6 @@ <h1 class="wow fadeInDown">Container Tools</h1>
<div class="block">
<div class="counter text-center">
<ul id="countdown_dashboard">
<li>
<div class="dash">
<div class="row">
<div class="col-md-4">
<a href="https://www.singularity-hub.org" target="_blank">
<img src='/img/robot.png' width="180px" height="181px"></a>
</div>
<div class="col-md-8" style='text-align:left'>
<h2 style="text-align:left">Singularity Hub</h2>
<p>Publicly available cloud service for Singularity Containers.
Singularity Hub will build your container recipes from Github
repositories on Google Cloud, and containers are available
via the command line Singularity or sregistry software.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="https://www.github.com/singularityhub.github.io/wiki" target="_blank">
<i class="fa vcon fa-2x fa-home"></i></a>
<a href="https://github.com/singularityhub/singularityhub.github.io" target="_blank">
<i class="fa vcon fa-2x fa-github"></i></a>
</div>
</div>
</div>
</li>
<li>
<div class="dash">
<div class="row">
Expand Down Expand Up @@ -327,6 +302,32 @@ <h2 style="text-align:left">Tunel Interface</h2>
</div>
</div>
</li>
<li>
<div class="dash">
<div class="row">
<div class="col-md-4">
<a href="https://www.singularityhub.github.io/singularityhub-docs" target="_blank">

This comment has been minimized.

Copy link
@fenz

fenz May 7, 2021

link is broken, I guess it should be without "www"

<img src='/img/robot.png' width="180px" height="181px"></a>
</div>
<div class="col-md-8" style='text-align:left'>
<h2 style="text-align:left">Singularity Hub</h2>
<p>A publicly available cloud service for Singularity Containers
active from 2016 to 2021. It built container recipes from Github
repositories on Google Cloud, and containers were available
via the command line Singularity or sregistry software. These containers
are still available now in the <a href='https://datasets.datalad.org/?dir=/shub/' target="_blank">Singularity Hub Archive</a></p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="https://singularityhub.github.io/singularityhub-docs" target="_blank">
<i class="fa vcon fa-2x fa-home"></i></a>
<a href="https://github.com/singularityhub/singularityhub-docs" target="_blank">
<i class="fa vcon fa-2x fa-github"></i></a>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit f64dc69

Please sign in to comment.