From 7641e3e33e7c3dcf62f2103bb5fdd7ea70ae0688 Mon Sep 17 00:00:00 2001 From: JirR02 Date: Sun, 2 Mar 2025 07:11:35 +0100 Subject: [PATCH] Analysis Update and no snow Combined Analysis I and II into one page and removed snow and added option to toggle snow in css file. --- assets/css/custom.css | 46 ++++++++++++++++----------------- content/fs25/_index.md | 2 +- content/fs25/analysis/_index.md | 4 +-- content/hs24/analysis/_index.md | 26 +------------------ layouts/_default/baseof.html | 17 +++++++++++- 5 files changed, 43 insertions(+), 52 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index e15dd53..9363bc9 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -1,23 +1,23 @@ -.snow-bg { - position: relative; -} - -.snow-bg:after { - content: ''; - display: block; - position: absolute; - z-index: 2; - top: 0; - left: 0; - right: 0; - bottom: 0; - pointer-events: none; - background-image: url('https://library.elementor.com/resources/christmas-snow-effect/s1.png'), url('https://library.elementor.com/resources/christmas-snow-effect/s2.png'), url('https://library.elementor.com/resources/christmas-snow-effect/s3.png'); - animation: snow 10s linear infinite; -} - -@keyframes snow { - 0% {background-position: 0px 0px, 0px 0px, 0px 0px;} - 50% {background-position: 500px 500px, 100px 200px, -100px 150px;} - 100% {background-position: 500px 1000px, 200px 400px, -100px 300px;} -} +/* .snow-bg { */ +/* position: relative; */ +/* } */ +/**/ +/* .snow-bg:after { */ +/* content: ''; */ +/* display: block; */ +/* position: absolute; */ +/* z-index: 2; */ +/* top: 0; */ +/* left: 0; */ +/* right: 0; */ +/* bottom: 0; */ +/* pointer-events: none; */ +/* background-image: url('https://library.elementor.com/resources/christmas-snow-effect/s1.png'), url('https://library.elementor.com/resources/christmas-snow-effect/s2.png'), url('https://library.elementor.com/resources/christmas-snow-effect/s3.png'); */ +/* animation: snow 10s linear infinite; */ +/* } */ +/**/ +/* @keyframes snow { */ +/* 0% {background-position: 0px 0px, 0px 0px, 0px 0px;} */ +/* 50% {background-position: 500px 500px, 100px 200px, -100px 150px;} */ +/* 100% {background-position: 500px 1000px, 200px 400px, -100px 300px;} */ +/* } */ diff --git a/content/fs25/_index.md b/content/fs25/_index.md index 427e218..312d03a 100644 --- a/content/fs25/_index.md +++ b/content/fs25/_index.md @@ -6,7 +6,7 @@ cascade: --- {{< cards >}} -{{< card link="/fs25/analysis" image="/images/analysis.jpg" title="Analysis II">}} +{{< card link="/fs25/analysis" image="/images/analysis.jpg" title="Analysis I und II">}} {{< card link="/fs25/grundzuege_recht" image="/images/recht.jpg" title="Grundzüge des Rechts">}} {{< card link="/fs25/informatik" image="/images/informatik.jpg" title="Informatik I">}} {{< card link="/fs25/math_methoden" image="/images/math_methoden.jpg" title="Mathematische Methoden">}} diff --git a/content/fs25/analysis/_index.md b/content/fs25/analysis/_index.md index 81a93f9..83f7def 100644 --- a/content/fs25/analysis/_index.md +++ b/content/fs25/analysis/_index.md @@ -1,9 +1,9 @@ --- -title: "Analysis II" +title: "Analysis I und II" toc: true --- -Diese Notizen und Zusammenfassung wurden verfasst auf Basis der Vorlesung Analysis II (FS25) von Prof. Dr. F. Ziltener und dem Skript ”Analysis für Informatik” von Prof. Dr. Michael Struwe. +Diese Notizen und Zusammenfassung wurden verfasst auf Basis der Vorlesung Analysis I und II (HS24 und FS25) von Prof. Dr. F. Ziltener und dem Skript ”Analysis für Informatik” von Prof. Dr. Michael Struwe. {{< callout type="warning" >}} Ich übernehme keine Haftung über mögliche Fehler in den Notizen (Es hat sicherlich ein paar drinnen, da ich teils Sätze umformuliert habe und meine Persönliche Notizen beigefügt habe!). diff --git a/content/hs24/analysis/_index.md b/content/hs24/analysis/_index.md index ec71888..2a946d2 100644 --- a/content/hs24/analysis/_index.md +++ b/content/hs24/analysis/_index.md @@ -3,30 +3,6 @@ title: "Analysis I" toc: false --- -Diese Notizen und Zusammenfassung wurden verfasst auf Basis der Vorlesung Analysis (HS24) von Prof. Dr. F. Ziltener und dem Skript ”Analysis für Informatik” von Prof. Dr. Michael Struwe. - -{{< callout type="warning" >}} -Ich übernehme keine Haftung über mögliche Fehler in den Notizen (Es hat sicherlich ein paar drinnen, da ich teils Sätze umformuliert habe und meine Persönliche Notizen beigefügt habe!). -{{< /callout >}} - {{< callout type="info" >}} -Die Notizen sind nicht vollständig und werden fortlaufend geändert. -{{< /callout >}} - -{{< callout type="error" >}} -Fehler können per Discord, WhatsApp, Mail und Moodle gemeldet werden. -{{< /callout >}} - -{{< callout type="info" >}} -Die LaTeX Datei der Notizen und Zusammenfassung kann von meinem [Gitea Repository](https://gitea.jirayuruh.ch/JirR02/ITET-Notes) runtergeladen werden. -{{< /callout >}} - -## Notizen - -## Zusammenfassung - -## Schriftliche Notizen - -{{< callout type="info" >}} -Im ersten Semester habe ich keine schriftlichen Notizen gemacht. +Analysis I and II wurden kombiniert und ist unter diesem [Link](https://eth.jirayuruh.ch/fs25/analysis) ersichtlich. {{< /callout >}} diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b35f5b1..690271c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,7 +1,8 @@ + {{- partial "head.html" . -}} - + {{- partial "navbar.html" . -}} {{- block "main" . }}{{ end -}} {{- if or (eq .Site.Params.footer.enable nil) (.Site.Params.footer.enable) }} @@ -10,3 +11,17 @@ {{ partial "scripts.html" . }} + + + + + + + + + + + + + +