updated README
All checks were successful
publish / publish (push) Successful in 26s

This commit is contained in:
Jannik Menzel 2025-06-10 15:40:53 +02:00
parent c6da78ba7e
commit 804e6be937
5 changed files with 31 additions and 57 deletions

View file

@ -1,4 +1,4 @@
<img width="2140" alt="Homepage" src="https://github.com/user-attachments/assets/ffe7c42e-9345-467d-9fe9-852ea6818704" />
![cover.png](static/docs/cover.png)
# iFSR Website TU Dresden
@ -128,30 +128,29 @@ findest du hierfür eine Anleitung.
#### Details
<img width="2140" alt="Details" src="https://github.com/user-attachments/assets/bb87179d-2ac8-4079-a6f5-4067cf9efee6" />
![cover.png](static/docs/details.png)
```
{{< details
title="Headline"
number="01" >}}
{{ content }}
{{ .Content }}
{{< /details >}}
```
#### Profile
<img width="2070" alt="Profile" src="https://github.com/user-attachments/assets/e5966de3-7542-49dd-acd3-9d245a9ef358" />
![cover.png](static/docs/profile.png)
```
{{< profile
name="Name"
image="/images/mitglieder/vorname-nachname.jpg"
studiengang="BA Informatik, 1. Semester"
email="vorname.nachname@ifsr.de" >}}
studiengang="BA Informatik, 1. Semester" >}}
{{ content }}
{{ .Content }}
{{< /profile >}}
```