Compare commits

..

10 Commits

Author SHA1 Message Date
e98a4d91fe Merge pull request 'Kontaktformular angepasst' (#22) from devel into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #22
2024-01-13 11:07:36 +00:00
b3d9dd82e2 Update content/kontakt.md
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-01-08 17:34:35 +00:00
25390fe530 Update themes/hugo_ff_theme/layouts/partials/footer.html
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-08 17:31:41 +00:00
e1321b38ce Update content/kontakt.md
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-08 17:22:57 +00:00
30e35af29b Added Button to new Ticketsystem
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-08 17:19:22 +00:00
555c817bf6 Merge pull request 'fixed missing startpage' (#21) from devel into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #21
2024-01-08 17:15:35 +00:00
deb9681087 Update content/ueber_uns.md
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-01-08 17:10:36 +00:00
bff6e05864 Update themes/hugo_ff_theme/layouts/index.html
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-08 17:09:48 +00:00
f8b5de4073 Update .woodpecker.yml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-01-08 17:03:40 +00:00
36028f8397 Update themes/hugo_ff_theme/layouts/index.html 2024-01-08 17:00:26 +00:00
4 changed files with 49 additions and 36 deletions

View File

@ -1,11 +1,8 @@
--- ---
platform: linux/arm64 platform: linux/arm64
kind: pipeline pipeline:
name: website build docker:
steps:
- name: docker
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
settings: settings:
platforms: linux/amd64 platforms: linux/amd64
@ -19,7 +16,7 @@ steps:
when: when:
- branch: master - branch: master
- name: docker-devel docker-devel:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
settings: settings:
platforms: linux/amd64 platforms: linux/amd64

View File

@ -8,7 +8,20 @@ draft: false
## per E-Mail im Ticket Sytem ## per E-Mail im Ticket Sytem
E-Mail/Ticket: [Ticket System](https://tickets.freifunk-rhein-sieg.net/open.php) <button id="zammad-feedback-form">Feedback</button>
<script id="zammad_form_script" src="https://support.freifunk-rhein-sieg.net/assets/form/form.js"></script>
<script>
$(function() {
$('#zammad-feedback-form').ZammadForm({
messageTitle: 'Feedback-Formular',
messageSubmit: 'Übermitteln',
messageThankYou: 'Vielen Dank für Ihre Anfrage (#%s). Wir melden uns umgehend.',
modal: true
});
});
</script>
## Community Treffen ## Community Treffen

View File

@ -1,5 +1,8 @@
{{ define "main" }} {{ range .Site.RegularPages }}
{{ if eq .RelPermalink "/ueber_uns/" }}
<h1>{{ .Title }}</h1>
<div>
{{ .Content }}
</div>
{{ end }}
{{ end }} {{ end }}

View File

@ -1,5 +1,5 @@
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script> <script src="https://code.jquery.com/jquery-3.6.0.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>