From 9dc7b37ecaa93cc639c53dd33200248dbbd51ee3 Mon Sep 17 00:00:00 2001 From: Frank Sauerburger <frank@sauerburger.com> Date: Tue, 8 Dec 2020 21:58:30 +0100 Subject: [PATCH] Update home page links --- .../uhepp_vault/templates/uhepp_vault/home.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/uhepp_org/uhepp_vault/templates/uhepp_vault/home.html b/uhepp_org/uhepp_vault/templates/uhepp_vault/home.html index 077fe1e..1f047f4 100644 --- a/uhepp_org/uhepp_vault/templates/uhepp_vault/home.html +++ b/uhepp_org/uhepp_vault/templates/uhepp_vault/home.html @@ -15,7 +15,7 @@ <p>The term uhepp might refer to one of three distinct projects. It should be clear from the context which component is meant. The three parts are:</p> <div class="row"> - <div class="col-lg-4 d-flex"> + <div class="col-lg-4 d-flex py-2"> <div class="card"> <div class="card-body"> <h3 class="card-title">A storage format</h3> @@ -28,7 +28,7 @@ clear from the context which component is meant. The three parts are:</p> in your favorite format that supports lists and maps, for example, YAML or JSON.</p> <p> - <a class="btn btn-primary" href="https://gitlab.cern.ch/fsauerbu/uhepp/-/blob/master/README.md"> + <a class="btn btn-primary" href="https://uhepp.readthedocs.io/en/latest/storage_format.html"> Read the specs </a> </p> @@ -37,7 +37,7 @@ clear from the context which component is meant. The three parts are:</p> </div> </div> - <div class="col-lg-4 d-flex"> + <div class="col-lg-4 d-flex py-2"> <div class="card"> <div class="card-body"> <h3 class="card-title">A Python package</h3> @@ -50,7 +50,7 @@ clear from the context which component is meant. The three parts are:</p> <p>Additionally, the Python package offers methods to push plots to or pull plots from a public web service.</p> <p> - <a class="btn btn-primary" href="https://gitlab.cern.ch/fsauerbu/uhepp/-/blob/master/README.md"> + <a class="btn btn-primary" href="https://pypi.org/project/uhepp/"> Get the package </a> </p> @@ -59,7 +59,7 @@ clear from the context which component is meant. The three parts are:</p> </div> </div> - <div class="col-lg-4 d-flex"> + <div class="col-lg-4 d-flex py-2"> <div class="card"> <div class="card-body"> <h3 class="card-title">A web service</h3> @@ -74,8 +74,7 @@ clear from the context which component is meant. The three parts are:</p> your colleagues. </p> <p> - <a class="btn btn-primary" - href="https://gitlab.cern.ch/fsauerbu/uhepp/-/blob/20-add-documentation/docs/GettingStarted.ipynb"> + <a class="btn btn-primary" href="https://uhepp.readthedocs.io/en/latest/GettingStarted.html"> Let's get started </a> </p> -- GitLab