Skip to content

Correct some outdated information #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions layouts/termine/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
<h2>CoderDojo Termine</h2>
<p>Wir veranstalten zur Zeit sowohl virtuelle CoderDojos, bei denen man via Zoom Meeting teilnehmen kann
als auch persönliche Treffen in der <a href="https://grandgarage.eu/" target="_blank">Grand
Garage</a>. Für persönliche Treffen ist eine Anmeldung erforderlich. Den Link findest du unten
bei
den <a href="#events">Terminen</a>.</p>
Garage</a>.

<div class="corona-rules">
<h3>Corona Regeln für persönliche Treffen</h3>
Expand All @@ -27,9 +25,8 @@ <h3>Corona Regeln für persönliche Treffen</h3>
(auch wenn der Corona Test negativ sein sollte). Es gibt gleichzeitig auch Online
CoderDojos.
Wir freuen uns, wenn ihr uns in diesem Fall über ein virtuelles Zoom Meeting besucht.</li>
<li>Wir werden CO2 Messgeräte aufstellen, damit wir sicherstellen, dass ausreichend gelüftet
wird. Nehmt euch einen Pullover oder eine Jacke mit, damit ihr nicht friert, wenn die
Fenster offen sind.</li>
<li>Wir werden regelmäßig lüften. Nehmt euch einen Pullover oder eine Jacke mit, damit ihr nicht
friert, wenn die Fenster offen sind.</li>
<li>Wer möchte kann gerne während der Veranstaltung im Innenraum eine FFP2 Maske zu tragen. Wenn
ihr keine zur Verfügung habt, bekommt ihr gerne eine von uns.</li>
</ul>
Expand Down Expand Up @@ -68,7 +65,6 @@ <h4>Voraussetzungen für Online CoderDojos</h4>
klicke zum Teilnehmen einfach auf den Teilnahmelink des jeweiligen Workshops. Eine Anleitung, wie
du an den Onlinemeetings teilnimmst, findest du unter <a
href="/termine/online-coderdojo-tipps">Tipps für Online CoderDojos</a>.</p>
<p>Eine Anmeldung ist für online CoderDojos nicht notwendig.</p>
<p>Du kannst jederzeit bei den online CoderDojos einsteigen, auch wenn du Anfänger bist. Wenn du nicht
sicher bist, welcher Workshop für dich geeignet ist, schreib uns an <a
href="mailto: info@linz.coderdojo.net">info@linz.coderdojo.net</a> wie alt du bist und ob du
Expand All @@ -89,4 +85,4 @@ <h4>Voraussetzungen für Online CoderDojos</h4>
</div>
</section>

{{ end }}
{{ end }}
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

This repository contains the source code for the website of [CoderDojo Linz](https://linz.coderdojo.net). It is built with [Hugo](https://gohugo.io) (v0.73.0).
This repository contains the source code for the website of [CoderDojo Linz](https://linz.coderdojo.net). It is built with [Hugo](https://gohugo.io) (v0.136.5).

## A guide to contribution

Expand All @@ -14,7 +14,7 @@ This repository contains the source code for the website of [CoderDojo Linz](htt

### Developing with Hugo

Download version **v0.73.0** for your device from the [Hugo GitHub releases page](https://github.com/gohugoio/hugo/releases/tag/v0.73.0)
Download version **v0.136.5** (extended) for your device from the [Hugo GitHub releases page](https://github.com/gohugoio/hugo/releases/tag/v0.136.5)

After cloning, use `npm install` to install the dependencies and `hugo` to build the page to the `public/` folder. Use `npm run server` to start a local dev server at `http://localhost:1313/`

Expand Down
Loading