Skip to content
Snippets Groups Projects
Commit 0a4b292e authored by Julien Schmidt's avatar Julien Schmidt
Browse files

home: add sidebar with quick nav

parent f4a03dca
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,9 @@ headerImage: headers/home.jpg ...@@ -6,6 +6,9 @@ headerImage: headers/home.jpg
headerStats: true headerStats: true
--- ---
{{% two-columns %}}
{{% column %}}
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. 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 ## Mitglied werden
...@@ -22,3 +25,21 @@ Du möchtest Mitglied im StuStaNet werden um all unsere Dienste zu nutzen? ...@@ -22,3 +25,21 @@ Du möchtest Mitglied im StuStaNet werden um all unsere Dienste zu nutzen?
### Nächste Sprechstunden ### Nächste Sprechstunden
{{< officehours >}} {{< officehours >}}
{{% /column %}}
{{% column %}}
## Dienste
* <i class="fa fa-envelope" aria-hidden="true"></i> [Webmail](https://webmail.stusta.de/)
* <i class="fa fa-cloud" aria-hidden="true"></i> [StuSta Cloud](https://cloud.stusta.de/)
* <i class="fa fa-gitlab" aria-hidden="true"></i> [GitLab](https://gitlab.stusta.de/)
## Kontakt
* <i class="fa fa-comments" aria-hidden="true"></i> [Impressum]({{< ref "impressum.md" >}})
* <i class="fa fa-github" aria-hidden="true"></i> [SSN bei Github](https://github.com/stustanet/)
{{% /column %}}
{{% /two-columns %}}
...@@ -6,6 +6,10 @@ headerImage: headers/home.jpg ...@@ -6,6 +6,10 @@ headerImage: headers/home.jpg
headerStats: true headerStats: true
--- ---
{{% two-columns %}}
{{% column %}}
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. 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 ## Become a Member
...@@ -22,3 +26,21 @@ You want to become a StuStaNet member in order to use our services? ...@@ -22,3 +26,21 @@ You want to become a StuStaNet member in order to use our services?
### Next Office Hours ### Next Office Hours
{{< officehours >}} {{< officehours >}}
{{% /column %}}
{{% column %}}
## Services
* <i class="fa fa-envelope" aria-hidden="true"></i> [Webmail](https://webmail.stusta.de/)
* <i class="fa fa-cloud" aria-hidden="true"></i> [StuSta Cloud](https://cloud.stusta.de/)
* <i class="fa fa-gitlab" aria-hidden="true"></i> [GitLab](https://gitlab.stusta.de/)
## Contact
* <i class="fa fa-comments" aria-hidden="true"></i> [Imprint]({{< ref "impressum.md" >}})
* <i class="fa fa-github" aria-hidden="true"></i> [SSN on Github](https://github.com/stustanet/)
{{% /column %}}
{{% /two-columns %}}
<div class="column">{{ .Inner }}</div>
<div class="two-columns">{{ .Inner }}</div>
...@@ -445,6 +445,53 @@ header .subtitle { ...@@ -445,6 +445,53 @@ header .subtitle {
width: 200px; width: 200px;
} }
.two-columns:after {
content: "";
display: table;
clear: both;
}
.two-columns .column:first-child {
float: left;
width: 70%;
}
.two-columns .column:last-child {
float: right;
width: 25%;
}
.two-columns .column:last-child > *:first-child {
margin-top: 0em;
}
.two-columns .column:last-child ul {
list-style: none;
text-indent: 0;
margin: 0;
padding: 0;
}
.two-columns .column:last-child ul.right {
text-align: right;
}
.two-columns .column:last-child ul li {
margin: 0;
padding: 5px 0;
border-top: 1px solid #dee2e6;
}
.two-columns .column:last-child ul li:first-child {
border-top: none;
}
.two-columns .column:last-child ul li .fa {
width: 16px;
margin-right: 4px;
text-align: center;
}
h1, h1,
h2, h2,
h3, h3,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment