auto fill ese dates
This commit is contained in:
parent
2964eec7e7
commit
31d2126a54
6 changed files with 13 additions and 9 deletions
|
@ -10,7 +10,13 @@ layout: page.njk
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="badge">
|
<div class="badge">
|
||||||
<p class="date">{{ eseDate }}</p>
|
<p class="date">
|
||||||
|
{% if lang == "en" %}
|
||||||
|
{{ese.startDay}}–{{ese.endDay}} October {{ese.year}}
|
||||||
|
{% else %}
|
||||||
|
{{ese.startDay}}. – {{ese.endDay}}. Oktober {{ese.year}}
|
||||||
|
{% endif %}
|
||||||
|
</p>
|
||||||
<h1>
|
<h1>
|
||||||
{% if lang == "en" %}
|
{% if lang == "en" %}
|
||||||
<span>Your start at the Faculty of</span>
|
<span>Your start at the Faculty of</span>
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
year: 2024
|
year: 2024
|
||||||
|
startDay: 7
|
||||||
|
endDay: 11
|
||||||
color: "#F221B7"
|
color: "#F221B7"
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
---
|
---
|
||||||
layout: index.njk
|
layout: index.njk
|
||||||
eseDate: 7. – 11. Oktober 2024
|
|
||||||
---
|
---
|
||||||
## Herzlich Willkommen
|
## Herzlich Willkommen
|
||||||
|
|
||||||
Informatik an der TU Dresden. Unbekannte Stadt, großer Campus, so viele neue Leute. Wir als Fachschaftsrat Informatik, abgekürzt FSR, begrüßen dich ganz herzlich an der Uni. Du bist jetzt Teil einer großen Gemeinschaft, der Fachschaft Informatik.
|
Informatik an der TU Dresden. Unbekannte Stadt, großer Campus, so viele neue Leute. Wir als Fachschaftsrat Informatik, abgekürzt FSR, begrüßen dich ganz herzlich an der Uni. Du bist jetzt Teil einer großen Gemeinschaft, der Fachschaft Informatik.
|
||||||
|
|
||||||
Damit du dich besser zurechtfindest und gleich nette Leute kennenlernst, haben wir in der Woche vom 07. bis 11. Oktober vor Beginn der Vorlesungen einiges für dich vorbereitet. Das Ganze nennt sich „Erstsemestereinführung“ oder kurz „ESE“.
|
Damit du dich besser zurechtfindest und gleich nette Leute kennenlernst, haben wir in der Woche vom {{ese.startDay}}. bis {{ese.endDay}}. Oktober vor Beginn der Vorlesungen einiges für dich vorbereitet. Das Ganze nennt sich „Erstsemestereinführung“ oder kurz „ESE“.
|
||||||
|
|
||||||
Bei Fragen zögere nicht, die Helfer:innen in der ESE-Woche anzusprechen. Du erkennst sie gut an den T-Shirts. Natürlich kannst du auch jederzeit Kontakt mit dem FSR via E-Mail, Telefon und über die sozialen Netzwerke aufnehmen oder einfach im Büro vorbeischauen.
|
Bei Fragen zögere nicht, die Helfer:innen in der ESE-Woche anzusprechen. Du erkennst sie gut an den T-Shirts. Natürlich kannst du auch jederzeit Kontakt mit dem FSR via E-Mail, Telefon und über die sozialen Netzwerke aufnehmen oder einfach im Büro vorbeischauen.
|
||||||
|
|
|
@ -4,10 +4,9 @@ title: Programm
|
||||||
tags: mainNav
|
tags: mainNav
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
order: 1
|
order: 1
|
||||||
templateEngineOverride: njk,md
|
|
||||||
---
|
---
|
||||||
# Programm
|
# Programm
|
||||||
|
|
||||||
Die ESE startet dieses Jahr am Montag, den 07. Oktober 2024. Los geht es mit der Begrüßungsveranstaltung. Am Sonntag wird vorab schon eine Radtour angeboten.
|
Die ESE startet dieses Jahr am Montag, den {{ese.startDay}}. Oktober {{ese.year}}. Los geht es mit der Begrüßungsveranstaltung. Am Sonntag wird vorab schon eine Radtour angeboten.
|
||||||
|
|
||||||
Einige Veranstaltungen übertragen wir auch Live in unserem ESE-Stream, gekennzeichnet mit diesem Symbol: {% icon "solid:video", title="Livestream" %}
|
Einige Veranstaltungen übertragen wir auch Live in unserem ESE-Stream, gekennzeichnet mit diesem Symbol: {% icon "solid:video", title="Livestream" %}
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
---
|
---
|
||||||
layout: index.njk
|
layout: index.njk
|
||||||
eseDate: 7–11 October 2024
|
|
||||||
---
|
---
|
||||||
## Welcome!
|
## Welcome!
|
||||||
|
|
||||||
Computer Science at the TU Dresden. Unknown city, big campus, so many new people. We as the student council of computer science, in short FSR, welcome you at the university. You are now part of a large community, the student association of computer science.
|
Computer Science at the TU Dresden. Unknown city, big campus, so many new people. We as the student council of computer science, in short FSR, welcome you at the university. You are now part of a large community, the student association of computer science.
|
||||||
|
|
||||||
To help you find your way around and meet nice people, we have prepared a lot for you in the week from October 7 to 11, before the lectures start. The whole thing is called "Erstsemestereinführung" or "ESE" for short.
|
To help you find your way around and meet nice people, we have prepared a lot for you in the week from October {{ese.startDay}} to {{ese.endDay}}, before the lectures start. The whole thing is called "Erstsemestereinführung" or "ESE" for short.
|
||||||
|
|
||||||
If you have any questions, don't hesitate to ask the helpers during the ESE week. You can easily recognize them by their T-shirts. Of course, you can also contact the FSR at any time via email, phone and social media or just drop by the office.
|
If you have any questions, don't hesitate to ask the helpers during the ESE week. You can easily recognize them by their T-shirts. Of course, you can also contact the FSR at any time via email, phone and social media or just drop by the office.
|
||||||
|
|
|
@ -4,10 +4,9 @@ title: Program
|
||||||
tags: mainNav
|
tags: mainNav
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
order: 1
|
order: 1
|
||||||
templateEngineOverride: njk,md
|
|
||||||
---
|
---
|
||||||
# Program
|
# Program
|
||||||
|
|
||||||
The ESE starts this year on Monday, October 7th, 2024 with the opening event. There is also a bicycle tour planned on Sunday.
|
The ESE starts this year on Monday, October {{ese.startDay}}, {{ese.year}} with the opening event. There is also a bicycle tour planned on Sunday.
|
||||||
|
|
||||||
Some events will also be broadcast live in our ESE stream, marked with this symbol: {% icon "solid:video", title="Livestream" %}
|
Some events will also be broadcast live in our ESE stream, marked with this symbol: {% icon "solid:video", title="Livestream" %}
|
||||||
|
|
Loading…
Reference in a new issue