summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorNina Siessegger <n.siessegger@zeromail.org>2020-01-15 19:02:41 +0100
committerNina Siessegger <n.siessegger@zeromail.org>2020-01-15 19:02:51 +0100
commitc891850ff36c5236ac702fbdbce223ffd6652e87 (patch)
tree4f1df3119c6c188d1d771bc4371efe031207bf07 /_includes
parent021309bf70fb7798c51c4999c1f33d2f83daeb76 (diff)
Style index page
Diffstat (limited to '_includes')
-rw-r--r--_includes/home_tiles.html44
-rw-r--r--_includes/navbar.html2
2 files changed, 45 insertions, 1 deletions
diff --git a/_includes/home_tiles.html b/_includes/home_tiles.html
new file mode 100644
index 0000000..d9ca361
--- /dev/null
+++ b/_includes/home_tiles.html
@@ -0,0 +1,44 @@
+<div class="tile is-ancestor">
+ <div class="tile is-parent">
+ <article class="tile is-child">
+ <p class="console">{{ page.title }}: {{ page.subtitle }}</p>
+ </article>
+ </div>
+ <div class="tile is-parent">
+ <article class="tile is-child">
+ <figure class="image has-ratio has-padding">
+ <img src='{{ "/assets/images/schleuder_logo.svg" | absolute_url }}'>
+ </figure>
+ </article>
+ </div>
+</div>
+<div class="tile is-ancestor">
+ <div class="tile is-parent">
+ <article class="tile is-child">
+ <p class="title">How it works</p>
+ <div class="content">
+ <p>Schleuder is a group's email-gateway: subscribers can exchange encrypted emails among themselves, receive emails from non-subscribers and send emails to non-subscribers via the list.</p>
+ <a href='{{ "schleuder/docs/concept.html" | absolute_url }}'>More</a>
+ </div>
+ </article>
+ </div>
+ <div class="tile is-parent">
+ <article class="tile is-child">
+ <p class="title">Mission Statement</p>
+ <div class="content">
+ <p>We give our time and knowledge to build and maintain this project in order to help people with their daily private communication and in the struggle for their personal emancipation, social and economic justice and political freedom.</p>
+ <a href='{{ "MISSION_STATEMENT.html" | absolute_url }}'>More</a>
+ </div>
+ </article>
+ </div>
+ <div class="tile is-parent">
+ <article class="tile is-child">
+ <p class="title">Documentation</p>
+ <div class="content">
+ <p>Are you ar subscriber, a list admin or a server admin? Find the docs for your use case.</p>
+ <a href='{{ "schleuder/docs/index.html" | absolute_url }}'>More</a>
+ </div>
+ </article>
+ </div>
+
+</div> \ No newline at end of file
diff --git a/_includes/navbar.html b/_includes/navbar.html
index 6998c2c..4f226ce 100644
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -3,7 +3,7 @@
data-target="navbarMain" />
<div class="navbar-brand">
<a class="navbar-item" href='{{ "/" }}'>
- <img src='{{ "/assets/images/schleuder_logo_small.svg" | absolute_url }}'' alt="schleuder">
+ <img src='{{ "/assets/images/schleuder_logo_small.svg" | absolute_url }}' alt="schleuder">
</a>
<label for="toggler" class="navbar-burger burger" >