add table
This commit is contained in:
parent
20e9d98b20
commit
01884ff521
3 changed files with 178 additions and 6 deletions
114
index.html
114
index.html
|
@ -11,11 +11,12 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<img class="eseInConstruct" src="EseInConstruct.svg" alt="">
|
||||
<img class="eseInConstruct" src="EseInConstruct.svg" alt="Das ESE 2024 Logo hängt an einem Kran. Daneben sind Pylone.">
|
||||
</header>
|
||||
|
||||
<h1>ESE 2024</h1>
|
||||
<p>(english version below)</p>
|
||||
|
||||
<p lang="en">(english version below)</p>
|
||||
|
||||
<section>
|
||||
<h2>Dein Studienstart an der Fakultät Informatik</h2>
|
||||
|
@ -28,6 +29,10 @@
|
|||
<strong>Unsere ESE-Webseite braucht noch ein wenig. Aber für das Wintersemester 2024/25 bist du hier genau richtig!</strong>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Unten findest du schon mal den Ablaufplan.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Weitere Infos bekommst du schon vorab auf der <a href="https://tu-dresden.de/ing/informatik/studieninteresse/so-gehts-los" target="_blank">"So geht's los"</a>-Infoseite der
|
||||
Fakultät Informatik. Ansonsten findest du uns auf <a href="https://www.instagram.com/ifsrde" target="_blank">Instagram</a>,
|
||||
|
@ -51,6 +56,10 @@
|
|||
<strong>Our introduction website still needs some time. But if you are starting your studies here at the wintersemester 2024/25 you are completely correct at this adress.</strong>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can already find the schedule down below.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
It doesnt matter if you are studying bachelor, diploma or ANY type of master here at the faculty you can find relevant info on this page.
|
||||
For more information please also check the websites of your program of study!
|
||||
|
@ -64,6 +73,107 @@
|
|||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Ablaufplan / Schedule</h2>
|
||||
|
||||
<p>
|
||||
<b>Legende:</b><br>
|
||||
<span id="wichtig" class="wichtig">Wichtige Informationen</span><br>
|
||||
<span id="essen" class="essen">Essen</span><br>
|
||||
<span id="kennenlernen" class="kennenlernen">Kennenlernen</span><br>
|
||||
<span id="fachinformationen" class="fachinformationen">Fachinformationen</span><br>
|
||||
<span id="uni-event" class="uni-event">Uni-Event</span><br>
|
||||
<span id="stadt-event" class="stadt-event">Stadtevent</span>
|
||||
</p>
|
||||
|
||||
<div class="schedule">
|
||||
<table>
|
||||
<tr>
|
||||
<th scope="column">Zeit</th>
|
||||
<th scope="column">6.10.</th>
|
||||
<th scope="column">Montag<br>7.10.</th>
|
||||
<th scope="column">Dienstag<br>8.10.</th>
|
||||
<th scope="column">Mittwoch<br>9.10.</th>
|
||||
<th scope="column">Donnerstag<br>10.10.</th>
|
||||
<th scope="column">Freitag<br>11.10.</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">7:30</th>
|
||||
<td rowspan="4"></td>
|
||||
<td rowspan="2"></td>
|
||||
<td rowspan="2"></td>
|
||||
<td rowspan="3" class="essen" aria-describedby="essen">Frühstück</td>
|
||||
<td rowspan="2"></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">9:00</th>
|
||||
<td rowspan="3" class="wichtig" aria-describedby="wichtig">erstes Seminargruppentreffen</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">9:20</th>
|
||||
<td rowspan="2" class="wichtig" aria-describedby="wichtig">Einführungsrede</td>
|
||||
<td rowspan="8" class="kennenlernen" aria-describedby="kennenlernen">Wandern in der Sächsischen Schweiz</td>
|
||||
<td rowspan="2" class="wichtig" aria-describedby="wichtig">Vorstellung der Lehrenden</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">10:50</th>
|
||||
<td rowspan="2" class="wichtig" aria-describedby="wichtig">10:00 Studien- und Prüfungsorganisation</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">11:10</th>
|
||||
<td rowspan="6" class="kennenlernen" aria-describedby="kennenlernen">Radtour</td>
|
||||
<td rowspan="2" class="wichtig" aria-describedby="wichtig">Infogruppen-Treffen</td>
|
||||
<td rowspan="4" class="uni-event" aria-describedby="uni-event">Infomarkt beim HSZ</td>
|
||||
<td class="essen" aria-describedby="essen">Mensen in Seminargruppen</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">12:40</th>
|
||||
<td rowspan="2" class="wichtig" aria-describedby="wichtig">Helpdesk u. Vorstellung FSR</td>
|
||||
<td rowspan="5" class="fachinformationen" aria-describedby="fachinformationen">Nerd 101 – Bunter Nachmittag</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">13:00</th>
|
||||
<td rowspan="2" class="essen" aria-describedby="essen">Mensen in Infogruppen</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">14:30</th>
|
||||
<td class="essen" aria-describedby="essen">Mensa</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">14:50</th>
|
||||
<td rowspan="4" class="kennenlernen" aria-describedby="kennenlernen">Tischtennis-Turnier</td>
|
||||
<td rowspan="3" class="fachinformationen" aria-describedby="fachinformationen">Labortour/LZR</td>
|
||||
<td rowspan="2" class="uni-event" aria-describedby="uni-event">Feierliche Immatrikulation</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">16:20</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">16:40</th>
|
||||
<td rowspan="4"></td>
|
||||
<td rowspan="2" class="essen" aria-describedby="essen">Essen vor Studitour</td>
|
||||
<td rowspan="2"></td>
|
||||
<td rowspan="4" class="kennenlernen" aria-describedby="kennenlernen">LAN-Party</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">18:10</th>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">18:30</th>
|
||||
<td rowspan="2" class="kennenlernen" aria-describedby="kennenlernen">Spieleabend mit FSR Mathe</td>
|
||||
<td rowspan="2" class="stadt-event" aria-describedby="stadt-event">Studiclubtour</td>
|
||||
<td rowspan="2" class="kennenlernen" aria-describedby="kennenlernen">Spieleabend mit PnP</td>
|
||||
<td rowspan="2" class="stadt-event" aria-describedby="stadt-event">Kino u. Neustadttour</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Ende offen</th>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li id="ifsr-logo">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue