From 7c555d5f529b933647c316cc421d3e2ec85ad238 Mon Sep 17 00:00:00 2001
From: Julien Schmidt <js@stusta.net>
Date: Sat, 30 Jun 2018 22:27:45 +0200
Subject: [PATCH] home: intro text and become member section

---
 content/_index.de.md | 14 ++++++++++++++
 content/_index.en.md | 14 ++++++++++++++
 static/css/main.css  | 13 +++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/content/_index.de.md b/content/_index.de.md
index a0287d5..e268521 100644
--- a/content/_index.de.md
+++ b/content/_index.de.md
@@ -6,5 +6,19 @@ headerImage: headers/home.jpg
 headerStats: true
 ---
 
+StuStaNet ist eine Organization in der Studentenstadt Freimann welche ein Computer-Netzwerk betreibt, das die Studentenstadt sowie das Wohnheims Max-Bill-Straße an das Internet anbindet. Das Netzwerk wird ausschließlich von Freiwilligen betrieben und hat ca. {{< users >}} Nutzer.
+
+## Mitglied werden
+
+Während wir einige Dienste allen Bewohnern der Studentenstadt Freimann und des Max-Bill Wohnheims bereitstellen, sind einige Dienste ausschließlich unseren Mitgliedern vorbehalten.
+
+Eine Mitgliedschaft, welche die Nutzung aller unserer Dienste erlaubt, steht allen Bewohnern der Studentenstadt Freimann und des Max-Bill Wohnheims offen.
+
+
+Du möchtest Mitglied im StuStaNet werden um all unsere Dienste zu nutzen?
+
+
+<a class="button" href="https://reg.stusta.de/">Registrieren</a>
+
 ### Nächste Sprechstunden
 {{% officehours %}}
diff --git a/content/_index.en.md b/content/_index.en.md
index df18d98..82b5c11 100644
--- a/content/_index.en.md
+++ b/content/_index.en.md
@@ -6,5 +6,19 @@ headerImage: headers/home.jpg
 headerStats: true
 ---
 
+StuStaNet is an association in the Studentenstadt Freimann that operates a computer network connecting the Studentenstadt as well as the dormitory Max-Bill-Straße 67 to the Internet. The network operated entirely by volunteers and has about {{< users >}} users.
+
+## Become a Member
+
+While we provide some services to all residents of the Studentenstadt Freimann and the Max-Bill dormitory, some services are exclusively for our members.
+
+Membership, allowing to use all of our services, is open to all residents of the Studentenstadt Freimann and the Max-Bill dormitory.
+
+
+You want to become a StuStaNet member in order to use our services?
+
+
+<a class="button" href="https://reg.stusta.de/">Register</a>
+
 ### Next Office Hours
 {{% officehours %}}
diff --git a/static/css/main.css b/static/css/main.css
index 8457550..7f26752 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -568,6 +568,19 @@ a:hover, a:active {
     text-decoration: underline;
 }
 
+a.button {
+    display: inline-block;
+    border: 2px solid #1b54ac;
+    border-radius: 6px;
+    padding: 6px;
+}
+
+a.button:hover {
+    background-color: #1b54ac;
+    color: #fff;
+    text-decoration: none;
+}
+
 #main {
     margin-top: 30px;
 }
-- 
GitLab