@@ -166,6 +166,14 @@ export default function AboutPage() {
166166 bewegt, das Konzept, wie die Campus App funktionieren soll, immer wieder zu modifizieren.
167167 </ p >
168168 </ div >
169+ < div className = "mt-6" >
170+ < p className = "text-sm dark:text-gray-400 text-gray-500" >
171+ Questions or technical support? Contact us at{ " " }
172+ < a href = "mailto:app (at) tum.de" className = "dark:text-blue-400 text-blue-600 hover:underline" >
173+ app (at) tum.de
174+ </ a >
175+ </ p >
176+ </ div >
169177 </ div >
170178
171179 < div className = "space-y-6" >
@@ -231,6 +239,14 @@ export default function AboutPage() {
231239 aus CAD-Daten.
232240 </ p >
233241 </ div >
242+ < div className = "mt-6" >
243+ < p className = "text-sm dark:text-gray-400 text-gray-500" >
244+ Questions or technical support? Contact us at{ " " }
245+ < a href = "mailto:navigatum (at) tum.de" className = "dark:text-blue-400 text-blue-600 hover:underline" >
246+ navigatum (at) tum.de
247+ </ a >
248+ </ p >
249+ </ div >
234250 </ div >
235251
236252 < div className = "relative" >
@@ -256,6 +272,67 @@ export default function AboutPage() {
256272 </ div >
257273 </ section >
258274
275+ { /* TUM.live Section */ }
276+ < section className = "py-16 px-4 dark:bg-slate-800 bg-white" >
277+ < div className = "container mx-auto max-w-6xl" >
278+ < div className = "text-center mb-12" >
279+ < div className = "flex items-center justify-center mb-6" >
280+ < div className = "w-12 h-12 bg-gradient-to-br from-red-500 to-pink-500 rounded-lg flex items-center justify-center mr-4" >
281+ < Zap className = "w-6 h-6 text-white" />
282+ </ div >
283+ < h2 className = "text-3xl font-bold dark:text-white text-gray-900" > TUM.live</ h2 >
284+ </ div >
285+ < p className = "text-xl dark:text-gray-300 text-gray-600 mb-8 leading-relaxed max-w-3xl mx-auto" >
286+ Our livestreaming and video-on-demand service for lectures at the School of Computation, Information and Technology. Watch your
287+ lectures live or as recordings from the comfort of your home.
288+ </ p >
289+ </ div >
290+
291+ < div className = "grid lg:grid-cols-2 gap-12 items-center" >
292+ < div >
293+ < h3 className = "text-2xl font-semibold dark:text-white text-gray-900 mb-6" > Features & Coverage </ h3 >
294+ < div className = "space-y-4 dark:text-gray-300 text-gray-600 text-lg leading-relaxed" >
295+ < p >
296+ TUM.live automatically records and streams lectures in equipped rooms across campus, including MW0001, MW2001, MI HS 1-3,
297+ Audimax, and various seminar rooms. Lecturers receive notifications before each semester to configure streaming preferences
298+ and the rest works automatically.
299+ </ p >
300+ < p >
301+ For events in other locations, instructors can stream directly using software like OBS or Zoom. All content is available
302+ both live and on-demand, making lectures accessible anytime, anywhere.
303+ </ p >
304+ </ div >
305+ < div className = "mt-6" >
306+ < p className = "text-sm dark:text-gray-400 text-gray-500" >
307+ Questions or technical support? Contact us at{ " " }
308+ < a href = "mailto:live (at) rbg.tum.de" className = "dark:text-blue-400 text-blue-600 hover:underline" >
309+ live (at) rbg.tum.de
310+ </ a >
311+ </ p >
312+ </ div >
313+ </ div >
314+
315+ < div className = "relative" >
316+ < div className = "bg-gradient-to-r dark:from-red-900 dark:to-pink-900 from-red-50 to-pink-50 rounded-2xl p-8" >
317+ < div className = "relative mb-4" >
318+ < Image
319+ alt = "TUM.live Landing Page Screenshot"
320+ className = "w-full rounded-lg shadow-lg"
321+ height = { 400 }
322+ width = { 600 }
323+ src = { theme === "dark" ? "/screenshots/tum-live-landing-page-dark.png" : "/screenshots/tum-live-landing-page-light.png" }
324+ />
325+ </ div >
326+ < div className = "text-center" >
327+ < h4 className = "font-semibold dark:text-white text-gray-900 mb-2" > Lecture Streaming Platform</ h4 >
328+ < p className = "text-sm dark:text-gray-300 text-gray-600" > Access live and recorded lectures from anywhere</ p >
329+ </ div >
330+ </ div >
331+ </ div >
332+ </ div >
333+ </ div >
334+ </ section >
335+
259336 { /* Acknowledgments Section */ }
260337 < section className = "py-16 px-4 dark:bg-gradient-to-br dark:from-slate-800 dark:to-slate-700 bg-gradient-to-br from-gray-50 to-slate-100" >
261338 < div className = "container mx-auto max-w-6xl" >
0 commit comments