-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
185 lines (183 loc) · 8.45 KB
/
index.html
File metadata and controls
185 lines (183 loc) · 8.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ESE 2025</title>
<!-- CSS-Dateien -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/aileron.css">
<!-- Favicon -->
<link rel="icon" href="images/favicon.ico">
<script>
function toggleMenu() {
document.getElementById("mainNav").classList.toggle("open");
document.body.classList.toggle("noscroll");
}
</script>
</head>
<body>
<header>
<div id="header-veil"></div>
<div class="header-container content">
<a class="header-logo" href="/2025/de/" title="home">
<img src="images/ESELogo.svg" alt="ESE 2025 Logo">
</a>
<nav id="mainNav">
<button
id="menu-toggle"
aria-label="Menü"
aria-expanded="false"
onclick="toggleMenu()"
>
<svg class="icon icon-bars" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">
<path
fill="currentColor"
d="M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"
/>
</svg>
</button>
<ul>
<li class="nav-item" href="/2025/de/program/">Programm</li>
<li><a class="nav-item" href="/2025/de/first-steps/">Erste Schritte</a></li>
<li><a class="nav-item" href="/2025/de/campus/">Campus & Fakultät</a></li>
</ul>
</nav>
</div>
</header>
<main class="content">
<section class="introduction">
<div class="background-image">
<img
src="images/hero-2560.jpeg"
alt="Blick vom APB Foyer Richtung Eingang mit grünen Stahlskulpturen"
width="100%"
>
</div>
<div class="badge">
<p class="date">6. – 11. Oktober 2025</p>
<h1>
<span>Dein Studienstart an der</span>
<div class="spacer"></div>
<span>Fakultät Informatik</span>
</h1>
</div>
<ul class="social-media">
<li>
<a
class="social-link"
href="https://www.instagram.com/ifsrde"
target="_blank"
title="Instagram"
>
<svg class="icon icon-instagram" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">
<path
fill="blue"
d="M224.3 141a115 115 0 1 0 -.6 230 115 115 0 1 0 .6-230zm-.6 40.4a74.6 74.6 0 1 1 .6 149.2 74.6 74.6 0 1 1 -.6-149.2zm93.4-45.1a26.8 26.8 0 1 1 53.6 0 26.8 26.8 0 1 1 -53.6 0zm129.7 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM399 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"
/>
</svg>
</a>
</li>
<li>
<a
class="social-link"
href="https://toot.kif.rocks/@iFSR"
target="_blank"
title="Mastodon"
>
<svg class="icon icon-mastodon" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">
<path
fill="currentColor"
d="M433 179.1c0-97.2-63.7-125.7-63.7-125.7-62.5-28.7-228.6-28.4-290.5 0 0 0-63.7 28.5-63.7 125.7 0 115.7-6.6 259.4 105.6 289.1 40.5 10.7 75.3 13 103.3 11.4 50.8-2.8 79.3-18.1 79.3-18.1l-1.7-36.9s-36.3 11.4-77.1 10.1c-40.4-1.4-83-4.4-89.6-54-.6-4.6-.9-9.3-.9-13.9 85.6 20.9 158.7 9.1 178.7 6.7 56.1-6.7 105-41.3 111.2-72.9 9.8-49.8 9-121.5 9-121.5zM357.9 304.3l-46.6 0 0-114.2c0-49.7-64-51.6-64 6.9l0 62.5-46.3 0 0-62.5c0-58.5-64-56.6-64-6.9l0 114.2-46.7 0c0-122.1-5.2-147.9 18.4-175 25.9-28.9 79.8-30.8 103.8 6.1l11.6 19.5 11.6-19.5c24.1-37.1 78.1-34.8 103.8-6.1 23.7 27.3 18.4 53 18.4 175l0 0z"
/>
</svg>
</a>
</li>
<li>
<a
class="social-link"
href="https://t.me/s/ifsrde"
target="_blank"
title="Telegram"
>
<svg class="icon icon-telegram" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<path
fill="currentColor"
d="M256 8a248 248 0 1 0 0 496 248 248 0 1 0 0-496zM371 176.7c-3.7 39.2-19.9 134.4-28.1 178.3-3.5 18.6-10.3 24.8-16.9 25.4-14.4 1.3-25.3-9.5-39.3-18.7-21.8-14.3-34.2-23.2-55.3-37.2-24.5-16.1-8.6-25 5.3-39.5 3.7-3.8 67.1-61.5 68.3-66.7 .2-.7 .3-3.1-1.2-4.4s-3.6-.8-5.1-.5c-2.2 .5-37.1 23.5-104.6 69.1-9.9 6.8-18.9 10.1-26.9 9.9-8.9-.2-25.9-5-38.6-9.1-15.5-5-27.9-7.7-26.8-16.3 .6-4.5 6.7-9 18.4-13.7 72.3-31.5 120.5-52.3 144.6-62.3 68.9-28.6 83.2-33.6 92.5-33.8 2.1 0 6.6 .5 9.6 2.9 2 1.7 3.2 4.1 3.5 6.7 .5 3.2 .6 6.5 .4 9.8z"
/>
</svg>
</a>
</li>
</ul>
</section>
<section>
<h1>Herzlich Willkommen</h1>
<p>
Informatik an der TU Dresden: neuer Campus, neue Leute, neue Eindrücke.
Wir als Fachschaftsrat Informatik (FSR) begrüßen dich herzlich an der Uni.
</p>
<p>
Damit du dich besser zurechtfindest und schnell Kontakte knüpfst, haben wir
vom 6.–11. Oktober eine Einführungswoche (ESE) vorbereitet.
</p>
<p>
Sprich uns in der Woche gerne an (erkennbar an den T-Shirts) oder melde dich per
Mail, Telefon oder im Büro. Auch über Social Media sind wir erreichbar.
</p>
<p>
Wir möchten, dass sich alle willkommen fühlen. Falls du dich unwohl fühlst,
kannst du dich vertraulich an uns oder das
<a
href="https://www.stura.tu-dresden.de/awareness"
target="_blank"
rel="noreferrer"
>
Awareness-Team des StuRa
</a>
wenden.
</p>
</section>
</main>
<footer>
<div class="footer-container content">
<div>
<a
class="languageSwitch"
href="/2025/en/"
hreflang="en"
lang="en"
>
English Page 🇬🇧/🇺🇸
</a>
</div>
<nav id="footerNav">
<ul>
<li><a class="footernav-item" href="/2025/de/guidelines/">Community-Leitlinien</a></li>
<li><a class="footernav-item" href="/2025/de/accessibility/">Barrierefreiheit</a></li>
<li>
<a
class="footernav-item"
href="https://ifsr.de/datenschutz/"
target="_blank"
rel="noopener"
>
Datenschutz
</a>
</li>
<li>
<a
class="footernav-item"
href="https://ifsr.de/impressum/"
target="_blank"
rel="noopener"
>
Impressum
</a>
</li>
</ul>
</nav>
<span>Made with 🧉 and 🌈 in Dresden</span>
</div>
</footer>
</body>
</html>