Compare commits

..

33 commits

Author SHA1 Message Date
741c60a17b prettify config 2021-04-01 22:59:46 +02:00
652ed158e2 Add short version of coc 2021-04-01 22:59:06 +02:00
cpp
81ccc5d7a8 Merge branch 'mediawiki' into 'master'
Mediawiki

See merge request zombi/website!24
2020-02-24 22:58:45 +01:00
cpp
e8e5021a5e typo in services-en.md 2020-02-24 22:57:17 +01:00
ad1b8f8fa3 Translating mediawiki section 2020-02-24 22:51:17 +01:00
eeb38ec6da Let wiki point to the new wiki 2020-02-24 22:51:17 +01:00
aa6282c591 Adding Mediawiki to services 2020-02-24 22:51:17 +01:00
Mad
ba3bd553d3 Merge branch 'flatten' into 'master'
Flatten backgrounds

See merge request zombi/website!22
2020-01-09 22:35:38 +01:00
ac51099b9f use gradient background 2020-01-09 22:34:29 +01:00
ac5edd438f Merge branch 'subnav-scroll' into 'master'
Make navigation scrollable when browser too narrow

See merge request zombi/website!23
2020-01-09 21:48:18 +01:00
d0865e4d6e Make navigation scrollable when browser too narrow
This adds scrollbars to the navigation when the browser is too narrow but too
wide for the mobile version of the menu. This prevents the navigation from
wrapping around and messing up the design.
2020-01-09 21:26:13 +01:00
b51d4fc74d use minimized version of css framework 2020-01-09 19:11:19 +01:00
1ecc4fb15d use flat backgrounds 2020-01-09 19:04:46 +01:00
1bbdd2a4bf optimize asset file size 2020-01-09 19:03:10 +01:00
77f15d3240 Merge branch 'fix-mumble-link' into 'master'
Fix mumble link

See merge request zombi/website!21
2019-05-08 23:16:10 +02:00
b7cb94f131 Fix mumble link
The current mumble link does not work for all clients, as the
clients expect the protocol version to be present.
2019-05-08 22:46:08 +02:00
8a92bd4abf Merge branch 'remove-doxing-page' into 'master'
Revert "New page: Doxing-Statement"

See merge request zombi/website!20
2019-05-08 22:28:05 +02:00
a4f3ac4eab Revert "New page: Doxing-Statement"
This reverts commit 951eea693c.
The doxing page was set up a long time ago and has served its
purpose well. Now it is the time to retire it.
2019-05-07 19:48:41 +02:00
fe567d8516 Fix menuorder for doxing pages 2019-04-29 22:30:19 +00:00
fc903eadf9 Merge branch 'fuck-mail-scrapers' into 'master'
Convert mail address to image

See merge request zombi/website!19
2019-04-18 14:37:32 +02:00
295250d0bb Convert mail address to image 2019-04-18 09:27:41 +02:00
0296478570 Fix Nav 2019-01-05 12:10:13 +01:00
023233fdf7 Fix Nav 2019-01-05 12:10:08 +01:00
428b59c35a Merge branch 'dox-translate' into 'master'
Translate dox statement

See merge request zombi/website!18
2019-01-05 12:07:23 +01:00
d83504bd41 Merge branch 'dox-changes' into 'master'
Dox changes

See merge request zombi/website!17
2019-01-05 12:07:11 +01:00
d688379dba Dox changes 2019-01-05 12:07:11 +01:00
e3ea73e307 Translate dox statement 2019-01-05 12:03:55 +01:00
343212ad5e Add new file 2019-01-05 11:40:51 +01:00
cpp
350a0eb212 Merge branch 'doxing-statement' into 'master'
New page: Doxing-Statement

See merge request zombi/website!16
2019-01-05 11:12:42 +01:00
cpp
951eea693c New page: Doxing-Statement 2019-01-05 03:30:51 +01:00
75cd3102f0 Add contact details 2019-01-04 16:54:20 +01:00
Mad
2e3ec00fa9 Merge branch 'fix-privacy-policy-second-try' into 'master'
Fix some more tiny structural inconsistencies

See merge request zombi/website!15
2018-07-25 21:09:55 +02:00
Mad
1b964ef0e0 Merge branch 'fix-privacy-policy-second-try' into 'master'
Fix Privacy Policy, the second attempt.

See merge request zombi/website!14
2018-07-25 21:01:55 +02:00
18 changed files with 105 additions and 35 deletions

View file

@ -1,17 +1,18 @@
defaults: defaults:
- - scope:
scope:
path: "" path: ""
values: values:
layout: "page" layout: "page"
menuorder: 100 menuorder: 100
langs: langs:
de: "DE" de: "DE"
en: "EN" en: "EN"
include: [".well-known"]
external: external:
- - name: "Git"
name: "Git" url: "https://git.zom.bi/explore/repos"
url: "https://git.zom.bi/explore/projects" - name: "Wiki"
- url: "https://w.zom.bi"
name: "Wiki"
url: "https://wiki.zom.bi"

View file

@ -9,7 +9,7 @@
<title>{{ page.title }} - Zom.bi</title> <title>{{ page.title }} - Zom.bi</title>
<link rel="stylesheet" href="{{ "assets/css/foundation.css" | relative_url }}"> <link rel="stylesheet" href="{{ "assets/css/foundation.min.css" | relative_url }}">
<link rel="stylesheet" href="{{ "assets/css/index.css" | relative_url }}"> <link rel="stylesheet" href="{{ "assets/css/index.css" | relative_url }}">
</head> </head>
<body> <body>

View file

@ -3,14 +3,12 @@
} }
body { body {
background:#f0f0f3 url(../images/noise_blue3.png); background: #d6dcdc;
} }
.header { .header {
text-align: center; text-align: center;
background: #393f42; background: linear-gradient(to bottom, #888b8f, #66696d);
/* background: linear-gradient( #464d51 , #393f42 ); */
background: #393f42 url(../images/background-grayblue.png);
/* background-size: cover; */ /* background-size: cover; */
position: relative; position: relative;
overflow: visible; overflow: visible;
@ -59,6 +57,8 @@ body {
margin: 0 auto; margin: 0 auto;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
white-space: nowrap;
overflow-x: auto;
} }
.header-subnav li { .header-subnav li {
@ -80,7 +80,7 @@ body {
.header-subnav li a.is-active { .header-subnav li a.is-active {
/* background: #ffffff; */ /* background: #ffffff; */
color: #393f42; color: #393f42;
background-image:url(../images/noise_blue3.png); background: #d6dcdc;
} }
.header-subnav li a:not(.is-active):hover { .header-subnav li a:not(.is-active):hover {

BIN
assets/images/Icons_mumble.svg (Stored with Git LFS)

Binary file not shown.

BIN
assets/images/background-grayblue.png (Stored with Git LFS)

Binary file not shown.

BIN
assets/images/contct.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/docker.png (Stored with Git LFS)

Binary file not shown.

BIN
assets/images/gitlab.png (Stored with Git LFS)

Binary file not shown.

BIN
assets/images/mediawiki.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
assets/images/noise_blue3.png (Stored with Git LFS)

Binary file not shown.

BIN
assets/images/traefik.svg (Stored with Git LFS)

Binary file not shown.

16
coc-kurz.md Normal file
View file

@ -0,0 +1,16 @@
---
title: Zom.bi Code of Conduct - tl;dr
lang: de
ref: coc-kurz
---
Zombi ist ein Zusammenschluss von Lebensformen, die u.&nbsp;a. das gemeinsame Interesse am spielerischen Umgang mit Technik eint. Wir wollen dabei offen für möglichst viele Lebensformen seien, die unsere Werte teilen. Damit sich bei uns alle wohlfühlen können, gilt bei uns die vielen bereits bekannte goldene Regel:
**Be excellent to each other!'''**
Wenn sich alle an diese eine Regel halten, wäre schon viel getan. Wir können und wollen nicht für jeden Grenzfall Regeln aufstellen, es scheint aber nötig zu sein, diese eine Regel in ein paar Punkten zu präzisieren:
* Gruppenbezogene Menschenfeindlichkeit, insbesondere in Form von Antisemitismus, Rassismus, Sexismus, Homo- und/oder Transfeindlichkeit ist bei uns nicht erwünscht und wird nicht toleriert.
* Jede:r hat das Recht auf Anonymität. Das Verfolgen anderer Nutzer:innen gegen ihren Willen (Stalking) ist ebenso inakzeptabel, wie das Verbreiten privater Informationen ohne Einverständnis (Doxing).
* Respektiere die Grenzen anderer. Es ist nicht immer leicht sich in andere hineinzuversetzen und zu erkennen wo Grenzen liegen. Wenn dir jemand sagt, dass du mit einem Verhalten aufhören sollst, solltest du das in jedem Fall respektieren. Im Zweifel ist es immer besser vorher zu fragen. **Das betrifft insbesondere Video- und/oder Tonaufnahmen.**
In diesem Sinne: **Happy Hacking!**

2
coc.md
View file

@ -6,6 +6,8 @@ ref: coc
menuorder: 600 menuorder: 600
--- ---
[tl;dr](coc-kurz.html)
# Zom.bi Verhaltenskodex # Zom.bi Verhaltenskodex
## 1. Unsere Absicht ## 1. Unsere Absicht

15
contact-en.md Normal file
View file

@ -0,0 +1,15 @@
---
title: Contact
menutitle: Contact
lang: en
ref: contact
menuorder: 900
---
# Contact details
The website zom.bi is provided by the members of the Zom.bi community.
If you wish to contact us, you can use one of the following ways to reach one of
our representatives.
* Email: <img src="/assets/images/contct.png" width="113"/>

14
contact.md Normal file
View file

@ -0,0 +1,14 @@
---
title: Impressum
menutitle: Impressum
lang: de
ref: contact
menuorder: 900
---
# Impressum
Die Seite zom.bi wird in gemeinsamer Arbeit der Zom.bi-Community betrieben.
Auf den folgenden Wegen können Sie einen unserer Repräsentanten erreichen.
* E-Mail: <img src="/assets/images/contct.png" width="113"/>

View file

@ -17,7 +17,7 @@ unterhalten möchtest, dann kannst du uns auf diesem Server
finden. finden.
Unser Mumble-Server findet sich unter: Unser Mumble-Server findet sich unter:
[mumble.zom.bi](mumble://mumble.zom.bi) [mumble.zom.bi](mumble://mumble.zom.bi/?title=Zom.bi&version=1.2.0)
Mumble ist eine Open Source Voice-over-IP-Software ausgelegt Mumble ist eine Open Source Voice-over-IP-Software ausgelegt
auf kurze Latenzen und hohe Audio-Qualität. Weiter auf kurze Latenzen und hohe Audio-Qualität. Weiter

View file

@ -65,6 +65,18 @@ You're welcome to explore our public repositories.
<div style="clear: right"></div> <div style="clear: right"></div>
## Mediawiki
<img src="assets/images/mediawiki.png" width="150"
style="float: left; margin:-14px 34px 18px 34px; " />
[Mediawiki](https://mediawiki.org) is a Wiki Software that has been developed
by the Wikimedia Foundation for use in Wikipedia. We're hosting
an own Mediawiki instance, which we use to document our services and save the
protocols for our assemblies. You can find it at [w.zom.bi](https://w.zom.bi).
<div style="clear: left"></div>
## Cytube ## Cytube
[Cytube](http://cytu.be) is a web service to watch videos from various sources [Cytube](http://cytu.be) is a web service to watch videos from various sources

View file

@ -64,6 +64,19 @@ Unsere Gitlab-Instanz befindet sich unter [git.zom.bi](https://git.zom.bi).
<div style="clear: right"></div> <div style="clear: right"></div>
## Mediawiki
<img src="assets/images/mediawiki.png" width="150"
style="float: left; margin:-14px 34px 18px 34px; " />
[Mediawiki](https://mediawiki.org) ist eine Wiki-Software, die von der
Wikimedia-Foundation unter anderem für Wikipedia entwickelt wurde. Wir hosten
eine Mediawiki-Instanz, die wir verwenden um unsere Services zu dokumentieren
und unsere Plena zu protokollieren. Sie befindet sich unter
[w.zom.bi](https://w.zom.bi).
<div style="clear: left"></div>
## Cytube ## Cytube
[Cytube](http://cytu.be) ist eine Webanwendung mit der man gemeinsam und [Cytube](http://cytu.be) ist eine Webanwendung mit der man gemeinsam und