add stundenpläne page

This commit is contained in:
Lyn Fugmann 2024-09-22 20:10:04 +02:00
parent adc42d8a28
commit 7b53099373
Signed by: fugi
GPG key ID: 4472A20091BFA792
3 changed files with 1270 additions and 3 deletions

View file

@ -30,7 +30,7 @@
</p>
<p>
Unten findest du schon mal den Ablaufplan.
Unten findest du schon mal den Ablaufplan der Einführungswoche und die Stundenpläne.
</p>
<p>
@ -57,7 +57,7 @@
</p>
<p>
You can already find the schedule down below.
You can already find the schedule of the introduction week as well as study time tables down below.
</p>
<p>
@ -175,6 +175,17 @@
</div>
</section>
<section>
<h2>Stundenpläne / Time Tables</h2>
<p lang="en">(unfortunately, only available in German for now)</p>
<p>
Informationen zu deinen möglichen Stundenplänen findest du hier:
<a href="stundenplaene.html">Stundenpläne</a>
</p>
</section>
<nav>
<ul>
<li id="ifsr-logo">

1250
stundenplaene.html Normal file

File diff suppressed because it is too large Load diff

View file

@ -15,6 +15,12 @@ h2 {
color: #F221B7;
}
h3 {
font-family: aileron, sans-serif;
font-weight: 400;
color: #F221B7;
}
.eseInConstruct {
max-width: 100%;
max-height: 500px;
@ -46,7 +52,7 @@ table {
td {
border-bottom: 1px solid black;
border-right: 1px solid black;
padding: 0 0.5em;
padding: 0.5em;
}
tr:not(:first-child) th {
border-right: 1px solid black;