1
0
Fork 0

Merge remote-tracking branch 'origin/master' into wachtl/multilang

This commit is contained in:
Wachtl Enterprises LLC 2025-01-25 20:28:12 +01:00
commit 6c7e45ba49
9 changed files with 22 additions and 8 deletions

View file

@ -14,13 +14,13 @@
width="2828.1599"
height="514.56"
preserveAspectRatio="none"
xlink:href="/images/banner_new_signal_off.jpg"
xlink:href="/images/banner_new_signal_off.opt.jpg"
id="image1" />
<image
width="2828.1599"
height="514.56"
preserveAspectRatio="none"
xlink:href="/images/banner_overlay_signal_red.png"
xlink:href="/images/banner_overlay_signal_red.opt.png"
id="signal-red"
x="0"
y="0"
@ -29,7 +29,7 @@
width="2828.1599"
height="514.56"
preserveAspectRatio="none"
xlink:href="/images/banner_overlay_signal_yellow.png"
xlink:href="/images/banner_overlay_signal_yellow.opt.png"
id="signal-yellow"
x="0"
y="0"
@ -38,7 +38,7 @@
width="2828.1599"
height="514.56"
preserveAspectRatio="none"
xlink:href="/images/banner_overlay_signal_green.png"
xlink:href="/images/banner_overlay_signal_green.opt.png"
id="signal-green"
x="0"
y="0"

Before

(image error) Size: 1.3 KiB

After

(image error) Size: 1.3 KiB

View file

@ -19,7 +19,7 @@ unlisted: true
Danke für das jahrelange Hosting unserer Seiten und der Mailservices.
- [Freies theater Innsbruck](https://freiestheater.at):
Theater/Kunst/Kulturkollektiv in Innsbruck
Danke für die Räumlichkeiten fü die Temporary Space Invasion.
Danke für die Räumlichkeiten für die Temporary Space Invasion.
## Community
@ -43,11 +43,12 @@ unlisted: true
- [goliath](https://goliath32.com/) - Low-level software; electronics enthusiast
- [robelix](https://www.robelix.com/) - Electronics, 3D-printing, music
- [deneb](https://leggi.es/) - Networking, project-hopping, and not being human
- [stachura-szatkowski](https://mentorcom.fr/) - Electronics and experiments
### Lokale DIY Spaces
- [cunst & co](https://cunst.net/): local media collective - Siebdruck und mehr
- [Nadelöhr](https://nadeloehr.org/) - Nähbegeisterste \"Stoff\"-Hacker in
- [Nadelöhr](https://nadeloehr.org/) - Nähbegeisterte \"Stoff\"-Hacker in
Pradl
- [Werk statt Couch](https://www.werkstattcouch.at) - Holzbearbeitung in der
Höttinger Gasse

View file

@ -2,7 +2,7 @@
title: 'Neue Website'
date: 2025-01-19
author: "drkhsh"
tags: ["website"]
tags: ["website","projekte"]
---
*\[English below\]*

View file

@ -1,6 +1,6 @@
baseURL = 'https://it-syndikat.org'
languageCode = 'de-AT'
title = 'IT-syndikat'
title = 'IT-Syndikat'
theme = "mainroad"
pluralizelisttitles = false # removes the automatically appended "s" on sidebar entries
enableRobotsTXT = false

View file

@ -0,0 +1 @@
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank" rel="noopener"{{ end }}>{{ .Text | safeHTML }}</a>

BIN
static/images/banner_new_signal_off.opt.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
static/images/banner_overlay_signal_green.opt.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
static/images/banner_overlay_signal_red.opt.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
static/images/banner_overlay_signal_yellow.opt.png (Stored with Git LFS) Normal file

Binary file not shown.