diff --git a/README.md b/README.md index 928f435..44c902d 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,13 @@ ## Status Rohentwurf. Aktuell wurde nur das [Layout](https://git.vebit.xyz/muli/wtf-web-layout) auf Lektor übertragen. + +## Lokales entwickeln + +### Vorbereitung + +Installation von Lektor, siehe offizielle [Doku](https://www.getlektor.com/docs/installation/). + +### Server starten + +Der Server kann nun per `lektor server` gestartet werden und sollte unter http://127.0.0.1:5000/ erreichbar sein. \ No newline at end of file diff --git a/assets/css/style.css b/assets/css/style.css index f3883c7..d5e4d48 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -249,6 +249,10 @@ header { .header__slim_box { margin-top: -0.75rem; + padding-bottom: 6em; + background-image: url("../images/wtf-header-bg.jpg"); + background-repeat: no-repeat; + background-size: cover; display: grid; grid-template-rows: 46px 18px; @@ -272,7 +276,7 @@ header { } .slim_box__top_bar_middle { - background-image: url("../images/header_top_triangles_dark_blue.svg"); + background-image: url("../images/header_top_triangles.svg"); } .bg_box__top_bar_right, .slim_box__top_bar_right { @@ -282,10 +286,6 @@ header { z-index: 5; } -.slim_box__top_bar_right { - background-color: var(--wtf-dark-blue); -} - .bg_box__unicorns { grid-row: 2 / span 6; grid-column: 1 / span 5; @@ -296,6 +296,17 @@ header { z-index: 10; } +.slim_box__unicorns { + grid-row: 1 / span 2; + grid-column: 1 / span 5; + background-image: url("../images/translucent_unicorns.svg"); + background-position: top 1rem left 95% ; + background-size: auto 115%; + background-repeat: no-repeat; + z-index: 10; + margin-bottom: -6em; +} + .bg_box__big_bg { grid-row: 3 / span 2; grid-column: 1 / span 5; @@ -612,7 +623,8 @@ hr.-even { footer { margin-top: 2px; background-color: var(--wtf-footer-grey); - padding: 3% 5%; + color: white; + padding: 3% 1%; display: flex; flex-direction: row; justify-content: center; @@ -624,18 +636,21 @@ footer { justify-content: center; flex-wrap: wrap; } +.footer__wrapper .social-logo{ + max-width: 30px; +} .footer__navitem { display: inline-block; - padding: 0.5rem 1rem; + padding: 0.5rem 2rem; } .footer__navlink { - color: var(--wtf-dark-grey); + color: var(--wtf-light-grey); } .footer__navlink:hover { - color: var(--wtf-light-grey); + color: var(--wtf-dark-grey); } /* footer - Ende */ @@ -863,14 +878,26 @@ footer { display: none; } - .slim_box__top_bar_left { - margin-top: 1rem; - height: 1.125rem; + /* slim header - start */ + .header__slim_box { + background-image: none; + padding-bottom: 0; } - .slim_box__top_bar_middle, .slim_box__top_bar_right { + .slim_box__top_bar_left { + margin: 1rem 0.5rem 0 0; + height: 1.125rem; + background-image: url("../images/slim_header_top_triangles.svg"); + background-position: right; + background-repeat: no-repeat; + } + + .slim_box__top_bar_middle, + .slim_box__unicorns, + .slim_box__top_bar_right { display: none; } + /* slim header - end */ .header__claim { margin: 1.2rem 1.5rem 0 1.5rem; @@ -997,15 +1024,27 @@ footer { display: none; } - .slim_box__top_bar_left { - grid-column: 1 / span 5; - margin-top: 3rem; - height: 1.125rem; + /* slim header - start */ + .header__slim_box { + background-image: none; + margin: 0; + padding: 0; } - .slim_box__top_bar_middle, .slim_box__top_bar_right { + .slim_box__top_bar_left { + margin: 0 0.5rem 0 0; + height: 1.125rem; + background-image: url("../images/slim_header_top_triangles.svg"); + background-position: right; + background-repeat: no-repeat; + } + + .slim_box__top_bar_middle, + .slim_box__top_bar_right, + .slim_box__unicorns { display: none; } + /* slim header - end */ .sub_claim__box { padding-bottom: 2.5rem; diff --git a/assets/images/circle_icon_briefcase.svg b/assets/images/circle_icon_briefcase.svg new file mode 100644 index 0000000..30cf2f8 --- /dev/null +++ b/assets/images/circle_icon_briefcase.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/circle_icon_building.svg b/assets/images/circle_icon_building.svg new file mode 100644 index 0000000..30cf2f8 --- /dev/null +++ b/assets/images/circle_icon_building.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/circle_icon_clippy.svg b/assets/images/circle_icon_clippy.svg new file mode 100644 index 0000000..30cf2f8 --- /dev/null +++ b/assets/images/circle_icon_clippy.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/circle_icon_dragon.svg b/assets/images/circle_icon_dragon.svg new file mode 100644 index 0000000..30cf2f8 --- /dev/null +++ b/assets/images/circle_icon_dragon.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/circle_icon_fist.svg b/assets/images/circle_icon_fist.svg new file mode 100644 index 0000000..30cf2f8 --- /dev/null +++ b/assets/images/circle_icon_fist.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/circle_icon_group.svg b/assets/images/circle_icon_group.svg new file mode 100644 index 0000000..c99288b --- /dev/null +++ b/assets/images/circle_icon_group.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/circle_icon_institution.svg b/assets/images/circle_icon_institution.svg new file mode 100644 index 0000000..30cf2f8 --- /dev/null +++ b/assets/images/circle_icon_institution.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/mastodon_logo.svg b/assets/images/mastodon_logo.svg new file mode 100644 index 0000000..87ec2c5 --- /dev/null +++ b/assets/images/mastodon_logo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/images/slim_header_top_triangles.svg b/assets/images/slim_header_top_triangles.svg new file mode 100644 index 0000000..1e008b7 --- /dev/null +++ b/assets/images/slim_header_top_triangles.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/assets/images/wtf-header-bg.jpg b/assets/images/wtf-header-bg.jpg index e3d5bc1..3fa347a 100644 --- a/assets/images/wtf-header-bg.jpg +++ b/assets/images/wtf-header-bg.jpg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92b82c014b16f69c3bae3a30b2c15d35a7d78da573571a4da257e6a038ff83de -size 138802 +oid sha256:563f2b723ed0b49f27ac0e3708bca0174a08e36e3a7cab276969288c4b3b699b +size 109328 diff --git a/content/aktuelles/contents.lr b/content/aktuelles/contents.lr new file mode 100644 index 0000000..4da80da --- /dev/null +++ b/content/aktuelles/contents.lr @@ -0,0 +1,7 @@ +_model: page +--- +title: Aktuelles +--- +body: + +Aktuelle Inhalte findest du im [Blog](/blog) und im [Podcast](/podcast). \ No newline at end of file diff --git a/content/blog/contents.lr b/content/blog/contents.lr index b49311a..26d6390 100644 --- a/content/blog/contents.lr +++ b/content/blog/contents.lr @@ -1,3 +1,5 @@ _model: blog --- -title: Aktuelles +title: Blog +--- +body: Der WTF Blog™ diff --git a/content/contents.lr b/content/contents.lr index fe95290..2344cbf 100644 --- a/content/contents.lr +++ b/content/contents.lr @@ -17,9 +17,9 @@ title: 3,2,1 - WTF eG hebt ab! ---- body: -Der Start ist geschafft, die WTF Kooperative eG ist gegründet und seit Anfang des Jahres ordentlich eingetragen beim Registergericht Hamburg. +Der Start ist geschafft, die WTF Kooperative eG ist gegründet und seit Anfang des Jahres ordentlich beim Registergericht Hamburg eingetragen. -Die Idee der„Hackergenossenschaft“ wurde zum ersten mal auf dem 34C3: vorgestellt. Vom Start weg haben sich über 160 Personen gefunden und dafür gearbeitet, dass die Gründung gelingt. +Die Idee der„Hackergenossenschaft“ wurde zum ersten Mal auf dem 34C3 vorgestellt. Vom Start weg haben sich über 160 Personen gefunden und dafür gearbeitet, dass die Gründung gelingt. WTF hebt ab ``images.nasa.gov/details-sts057-s-055`` diff --git a/content/datenschutz/contents.lr b/content/datenschutz/contents.lr index 521fe62..12a263e 100644 --- a/content/datenschutz/contents.lr +++ b/content/datenschutz/contents.lr @@ -7,9 +7,11 @@ body: Verantwortlicher für die Erhebung, Verarbeitung und Nutzung Ihrer personenbezogenen Daten im Sinne von Art. 4 Nr. 7 DSGVO ist WTF Kooperative eG - Forsmannstr. 14B + Forsmannstr. 14 B 22303 Hamburg +**Vertreten durch den Vorstand** Markus Klein, Frank Landgraf + ## Betroffenenrechte: Rechte auf Auskunft, Berichtigung, Sperre, Löschung und Widerspruch Nutzer haben das Recht, auf Antrag unentgeltlich eine Auskunft über die bei uns gespeicherten personenbezogenen Informationen anzufordern und/oder eine Berichtigung, Sperrung oder Löschung zu verlangen. Eine Sperrung oder Löschung kann nicht erfolgen, wenn rechtliche Regelungen dem entgegenstehen. Bitte kontaktieren Sie unsere Datenschutzbeauftragte unter ```datenschutz@vebit.xyz```. diff --git a/content/impressum/contents.lr b/content/impressum/contents.lr index 61252de..5b76602 100644 --- a/content/impressum/contents.lr +++ b/content/impressum/contents.lr @@ -7,13 +7,13 @@ body: ## Verantwortlich im Sinne des § 5 TMG: -**Vertretungsberechtigt:** Markus Klein, Frank Landgraf - WTF Kooperative eG - Forsmannstr. 14B22303 - Hamburg + Forsmannstr. 14 B + 22303 Hamburg -**E-Mail:** vorstand@wtf-eg.de +**Vertreten durch den Vorstand** Markus Klein, Frank Landgraf + +**E-Mail** vorstand@wtf-eg.de **GnuPG Key:** [A703FE08D54FFA0F81C4F0E3A9C311923ECD5808](/gnupg/A703FE08D54FFA0F81C4F0E3A9C311923ECD5808.asc) @@ -32,7 +32,7 @@ Die WTF Kooperative eG ist eine Genossenschaft und Werkkooperative für Technikf [DEPG](https://degp.de/home-2-2-2-2-2-2-2-6-2-2-2-2-6/) - Deutsch-EuropäischerGenossenschafts- und Prüfungsverband e.V. + Deutsch-Europäischer Genossenschafts- und Prüfungsverband e.V. Wasserstadt 16-18 06844 Dessau-Roßlau @@ -44,13 +44,13 @@ Wir sind nicht bereit oder verpflichtet, an Streitbeilegungsverfahren vor einer ### Verantwortlich gemäß § 18 Abs. 2 MStV (V.i.S.d.P.): - Markus Klein, Frank Landgraf - WTF Kooperative eG Forsmannstr. 14 B 22303 Hamburg - vorstand@wtf-eg.de +**Vertreten durch den Vorstand** Markus Klein, Frank Landgraf + +**E-Mail** vorstand@wtf-eg.de -