From 86a7ab32aaf2dffdd5f8ab5a4ab54db49d2dd23d Mon Sep 17 00:00:00 2001 From: "niklas.bauer01" <niklas.bauer01@stud.uni-goettingen.de> Date: Tue, 19 Dec 2023 16:29:30 +0100 Subject: [PATCH 1/2] Added Wintercontest Banner --- aocp/templates/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aocp/templates/index.html b/aocp/templates/index.html index e67f59a..5c1bba8 100644 --- a/aocp/templates/index.html +++ b/aocp/templates/index.html @@ -3,6 +3,11 @@ {% block title %}Startseite{% endblock %} {% block content %} + <div id="wintercontest-banner" class="alert warning"> + Macht Advent of Code Spaß? + Die <a href="https://fsr.math-cs.uni-goettingen.de/de/programmierwettbewerbe/">Gruppe für Competitive Programming</a> lädt zum deutschen <a href="https://wintercontest.io/">Wintercontest</a> am 27.01. ein! + Dieser ist etwas anfängerfreundlicher und wir freuen uns über viele Teilnehmer. Kommt unverbindlich in diesen <a href="https://chat.gwdg.de/invite/ZaaBL7">Channel</a>. + </div> <div id="profile"> <h2>Profil</h2> {% include 'fragments/account.html' %} -- GitLab From afec59d7bf7a8a275fedc553e4f5c40ef0f6c613 Mon Sep 17 00:00:00 2001 From: Jake <j.vondoemming@stud.uni-goettingen.de> Date: Tue, 19 Dec 2023 19:50:26 +0000 Subject: [PATCH 2/2] typo --- aocp/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aocp/templates/index.html b/aocp/templates/index.html index 5c1bba8..e082f6e 100644 --- a/aocp/templates/index.html +++ b/aocp/templates/index.html @@ -4,7 +4,7 @@ {% block content %} <div id="wintercontest-banner" class="alert warning"> - Macht Advent of Code Spaß? + Macht der Adventskalender Spaß? Die <a href="https://fsr.math-cs.uni-goettingen.de/de/programmierwettbewerbe/">Gruppe für Competitive Programming</a> lädt zum deutschen <a href="https://wintercontest.io/">Wintercontest</a> am 27.01. ein! Dieser ist etwas anfängerfreundlicher und wir freuen uns über viele Teilnehmer. Kommt unverbindlich in diesen <a href="https://chat.gwdg.de/invite/ZaaBL7">Channel</a>. </div> -- GitLab