gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www-reclaim] branch master updated: update installaton


From: gnunet
Subject: [www-reclaim] branch master updated: update installaton
Date: Thu, 27 Aug 2020 09:43:01 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository www-reclaim.

The following commit(s) were added to refs/heads/master by this push:
     new d537a15  update installaton
d537a15 is described below

commit d537a152380132db1068975e851bac4b7d045889
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Thu Aug 27 09:36:37 2020 +0200

    update installaton
---
 _pages/02_users.html       | 13 +++++--------
 _pages/03_forwebsites.html | 10 ++--------
 _sass/_layout.scss         | 23 +++++++++--------------
 3 files changed, 16 insertions(+), 30 deletions(-)

diff --git a/_pages/02_users.html b/_pages/02_users.html
index b89156b..95eec9e 100644
--- a/_pages/02_users.html
+++ b/_pages/02_users.html
@@ -7,22 +7,19 @@ permalink: /for-users/
 
 <h2><b>Step 1:</b> Installation</h2>
 <b>re:</b>claimID is implemented as part of <a 
href="https://gnunet.org";>GNUnet</a> (Recommended version: 
<b>&gt;&#61;0.13.2</b>).
-<p>We recommend the use of our <a 
href="https://gitlab.com/reclaimid/gnunet-docker";>GNUnet docker image</a> for 
testing.</p>
+<p>We recommend the use of our <a 
href="https://gitlab.com/reclaimid/gnunet-docker";>GNUnet docker image</a> for 
testing:</p>
 
-
-
-<h3>Docker image:</h3>
+<!--<h3>Docker image:</h3>-->
 <p class="code">$ docker run -v 
$HOME/.local/share/gnunet:/root/.local/share/gnunet -p 7776:7776 -td 
reclaimid/gnunet-docker</p>
 
+Alternatively, follow the <a href="https://gnunet.org/en/install.html";>GNUnet 
installation guides</a>.
+<!--
 <h3>Alpine Linux (edge, testing):</h3>
 <p class="code">$ apk add gnunet</p>
 
 <h3>Homebrew:</h3>
 <p class="code">$ brew install gnunet</p>
-
-
-<h3>From source:</h3>
-Please refer to the <a href="https://gnunet.org/en/install.html";>GNUnet 
installation tutorials</a>
+-->
 
 <h2 class="mt-5"><b>Step 2:</b> Browser plugin</h2>
 <!--<div class="alert alert-info"><b>NOTE</b>: The Chrome browser plugin is 
not yet published in the Chrome Web Store.</div>
diff --git a/_pages/03_forwebsites.html b/_pages/03_forwebsites.html
index 3fd2a2a..4a87dc2 100644
--- a/_pages/03_forwebsites.html
+++ b/_pages/03_forwebsites.html
@@ -8,17 +8,11 @@ permalink: /for-websites/
 <h2><b>Step 1:</b> Installation</h2>
 <b>re:</b>claimID is implemented as part of <a 
href="https://gnunet.org";>GNUnet</a> (Recommended version 
<b>&gt;&#61;0.13.2</b>).
 <p>We recommend the use of our
-<a href="https://gitlab.com/reclaimid/gnunet-docker";>GNUnet docker image</a> 
for testing.</p>
-
-
-<h3>Docker image:</h3>
+<a href="https://gitlab.com/reclaimid/gnunet-docker";>GNUnet docker image</a> 
for testing:</p>
 <p class="code">$ docker run -v 
$HOME/.local/share/gnunet:/root/.local/share/gnunet -p 7776:7776 -td 
reclaimid/gnunet-docker</p>
 
-<h3>Alpine Linux (edge, testing)</h3>
-<p class="code">$ apk add gnunet</p>
+Alternatively, follow the <a href="https://gnunet.org/en/install.html";>GNUnet 
installation guides</a>.
 
-<h3>From source:</h3>
-Please refer to the <a href="https://gnunet.org/en/install.html";>GNUnet 
installation tutorials</a>
 
 <h2 class="mt-5"><b>Step 2:</b> Registering an OpenID Connect client</h2>
 <p>The easiest way to manage OpenID Connect client is through our CLI tool:</p>
diff --git a/_sass/_layout.scss b/_sass/_layout.scss
index 9bc13db..d355837 100644
--- a/_sass/_layout.scss
+++ b/_sass/_layout.scss
@@ -72,7 +72,7 @@ time {
 }
 
 .btn {
-  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
+  //box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
 }
 
 .tech .card {
@@ -143,8 +143,8 @@ time {
 }
 
 .card-columns {
-  animation-duration: 3s;
-  animation-name: fadein;
+  //animation-duration: 3s;
+  //animation-name: fadein;
 }
 
 @keyframes fadein {
@@ -157,11 +157,6 @@ time {
   }
 }
 
-.card.selected {
-  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
-  //border-color: #343a40;
-}
-
 .card tr.openid.text-dimmed {
   color: #eee;
 }
@@ -175,7 +170,7 @@ time {
 }
 
 div.card {
-  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
+  //box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
   //box-shadow: 0px 0px 2px 0px #eee;
   border: 1px solid #ddd;
   border-radius: 1em;
@@ -261,14 +256,14 @@ footer p {
 }
 
 p.code {
-  background-color: #555;
-  color: #fff;
+  background-color: #eee;
+  color: #111;
   padding-left: 1em;
   padding-top: 0.5em;
   padding-bottom: 0.5em;
-  border: 1px solid #ccc;
-  border-radius: 5px;
-  box-shadow: 1px 1px 4px 0px #111 inset;
+  border: 1px solid #111;
+  //border-radius: 5px;
+  //box-shadow: 1px 1px 4px 0px #111 inset;
   margin-left: 10%;
   margin-right: 10%;
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]