This commit is contained in:
parent
c6da78ba7e
commit
804e6be937
5 changed files with 31 additions and 57 deletions
13
README.md
13
README.md
|
@ -1,4 +1,4 @@
|
|||
<img width="2140" alt="Homepage" src="https://github.com/user-attachments/assets/ffe7c42e-9345-467d-9fe9-852ea6818704" />
|
||||

|
||||
|
||||
# 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" />
|
||||

|
||||
|
||||
```
|
||||
{{< 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" />
|
||||

|
||||
|
||||
```
|
||||
{{< 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 >}}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue