diff options
author | Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de> | 2019-02-16 13:02:29 +0100 |
---|---|---|
committer | Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de> | 2019-02-16 13:02:29 +0100 |
commit | 663cc869ed624a63c6469c4812a60498b1dfb920 (patch) | |
tree | e59c56ff64d5f939adb9746a9e44d127e243e26e | |
parent | dc5d1dfc44b1e837fd8d9cf517d6c3478ffc2d1f (diff) |
modify profile link hover
-rw-r--r-- | styles.css | 3 | ||||
-rw-r--r-- | team.html.j2 | 1 | ||||
-rw-r--r-- | tutorial-macos.html.j2 | 3 |
3 files changed, 4 insertions, 3 deletions
@@ -133,7 +133,8 @@ h6.description { width: 30px; height: 30px; text-align: center; - border: 1px solid #88C425; + /*border: 1px solid #88C425;*/ + color: #88C425; margin: 2px; padding: 5px; display: inline-block; diff --git a/team.html.j2 b/team.html.j2 index 99ff04ad..5351c796 100644 --- a/team.html.j2 +++ b/team.html.j2 @@ -85,6 +85,7 @@ <!-- was: height="240" --> <img src="{{ url('team-images/schanzenbach.jpg') }}" alt="Martin Schanzenbach" class="img-fluid"> <ul class="text-center"> + <a href="https://schanzen.eu"><li><i class="fas fa-home"></i></li></a> </ul> </div> <h1>Martin Schanzenbach</h1> diff --git a/tutorial-macos.html.j2 b/tutorial-macos.html.j2 index fec2850b..df0ff757 100644 --- a/tutorial-macos.html.j2 +++ b/tutorial-macos.html.j2 @@ -23,7 +23,7 @@ </p> <code> - $ sudo brew install git autoconf automake gcc gettext gnutls jansson libextractor libgcrypt libffi libidn2 libmicrohttpd libmpc libtool libunistring pkg-config unbound + $ sudo brew install git autoconf automake glpk gettext gnutls jansson libextractor libgcrypt libffi libidn2 libmicrohttpd libmpc libtool libunistring pkg-config unbound </code> <h3>{{ _("Make an installation directory") }}</h3> @@ -84,7 +84,6 @@ <code> $ cd ~/gnunet_src<br> $ ./bootstrap<br> - $ export CC=gcc-8 $ export GNUNET_PREFIX=~/gnunet<br> $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation<br> </code> |