add stundenpläne page
This commit is contained in:
parent
adc42d8a28
commit
7b53099373
15
index.html
15
index.html
|
@ -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
1250
stundenplaene.html
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue