diff --git a/Website/static/images/Gemini_Generated_Image_mrmegrmrmegrmrme.png b/Website/static/images/Gemini_Generated_Image_mrmegrmrmegrmrme.png new file mode 100644 index 0000000..45d3fea Binary files /dev/null and b/Website/static/images/Gemini_Generated_Image_mrmegrmrmegrmrme.png differ diff --git a/Website/static/images/Gemini_Generated_Image_qc97wfqc97wfqc97.png b/Website/static/images/Gemini_Generated_Image_qc97wfqc97wfqc97.png new file mode 100644 index 0000000..dd59639 Binary files /dev/null and b/Website/static/images/Gemini_Generated_Image_qc97wfqc97wfqc97.png differ diff --git a/Website/static/images/Gemini_Generated_Image_yjhhheyjhhheyjhh.png b/Website/static/images/Gemini_Generated_Image_yjhhheyjhhheyjhh.png new file mode 100644 index 0000000..67f8749 Binary files /dev/null and b/Website/static/images/Gemini_Generated_Image_yjhhheyjhhheyjhh.png differ diff --git a/Website/templates/main.html b/Website/templates/main.html index 22886f6..7b89a1e 100644 --- a/Website/templates/main.html +++ b/Website/templates/main.html @@ -443,6 +443,24 @@ color: #7c8f8c; } + #grundschule { + background: + linear-gradient(114deg, rgba(17, 57, 63, 0.9) 0%, rgba(30, 92, 99, 0.78) 42%, rgba(244, 248, 242, 0.92) 100%), + url("{{ url_for('static', filename='images/Gemini_Generated_Image_mrmegrmrmegrmrme.png') }}") center/cover no-repeat; + } + + #weiterführende-schulen { + background: + linear-gradient(114deg, rgba(17, 57, 63, 0.9) 0%, rgba(30, 92, 99, 0.78) 42%, rgba(244, 248, 242, 0.92) 100%), + url("{{ url_for('static', filename='images/Gemini_Generated_Image_yjhhheyjhhheyjhh.png') }}") center/cover no-repeat; + } + + #oberschulen { + background: + linear-gradient(114deg, rgba(17, 57, 63, 0.9) 0%, rgba(30, 92, 99, 0.78) 42%, rgba(244, 248, 242, 0.92) 100%), + url("{{ url_for('static', filename='images/Gemini_Generated_Image_qc97wfqc97wfqc97.png') }}") center/cover no-repeat; + } + .primary-focus { margin-top: 2rem; border-radius: 20px;