diff options
author | Dmitriy Volkov <wldhx@wldhx.me> | 2018-01-09 12:51:53 +0100 |
---|---|---|
committer | Dmitriy Volkov <wldhx@wldhx.me> | 2018-01-09 12:53:19 +0100 |
commit | 93bbf4af6c346086c169f1b4889eacdac604728a (patch) | |
tree | 85d2a184493a46c13e65656218e3eb8077a089c7 | |
parent | 4fe05467137bf576dc82386dd37d22937d2060fd (diff) |
Index: read the *overview* whitepaper, +bib link
-rw-r--r-- | index.html.j2 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/index.html.j2 b/index.html.j2 index 43c827de..5d4b90bf 100644 --- a/index.html.j2 +++ b/index.html.j2 @@ -2,10 +2,6 @@ {% block body_content %} <!-- Jumbotron --> <div class="jumbotron"> - <div style="height: 40vh"> - <img alt="{{ _("GNUnet logo")}}" style="object-fit:contain;width:100%;height:100%" class="center-block" src="{{ url('images/gnunet-logo.svg') }}" /> - </div> - <div class="container text-center"> <h1>{{ _("_project_title") }}</h1> @@ -187,9 +183,13 @@ <div class="container text-center"> <a class="btn btn-dark" href="https://grothoff.org/christian/habil.pdf"> {% trans %} - Read the whitepaper + Read the overview whitepaper {% endtrans %} </a> + <br> + {% trans %} + (More in <a href="https://old.gnunet.org/bibliography">bibliography</a>) + {% endtrans %} </div> <div class="container"> |