Skip to content

Commit 0ed1b87

Browse files
authored
Add Font Awesome icons to README
1 parent abd4a22 commit 0ed1b87

1 file changed

Lines changed: 36 additions & 12 deletions

File tree

README.md

Lines changed: 36 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ language: de
77
version: 2026.1
88
icon: https://tu-freiberg.de/sites/default/files/styles/crop_landscape_1300/public/2023-08/Bild2.png
99
10+
link: "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
11+
1012
@style
1113
:root {
1214
--tubaf-blue: #00305e;
@@ -57,6 +59,28 @@ tbody tr:nth-child(2n+1) td:first-child {
5759
tbody tr:hover {
5860
background-color: #d1d9e0 !important;
5961
}
62+
63+
.icon-event::before {
64+
font-family: "Font Awesome 6 Free";
65+
font-weight: 900;
66+
margin-right: 8px;
67+
color: #00305e;
68+
display: inline-block;
69+
width: 20px;
70+
text-align: center;
71+
}
72+
73+
.icon-easter::before { content: "\f706"; color: #d4a017; }
74+
.icon-mayday::before { content: "\f06c"; color: #c0392b; }
75+
.icon-pentecost::before { content: "\f6d9"; color: #5dade2; }
76+
.icon-exercise::before { content: "\f303"; }
77+
.icon-joined::before { content: "\f0c1"; font-size: 0.8em; }
78+
79+
.holiday {
80+
color: #777;
81+
font-style: italic;
82+
background-color: #fff5f5 !important;
83+
}
6084
@end
6185
6286
-->
@@ -67,26 +91,26 @@ tbody tr:hover {
6791

6892
| Woche | Tag | SWE | Einführung in SWE |
6993
| :---- | --------- | :------------------------------------------------ |-------------------|
70-
| 1 | 06. April | _Ostermontag_ | _Ostermontag_ |
71-
| | 10. April | Organisation, Einführung | gemeinsam |
72-
| 2 | 13. April | Softwareentwicklung als Prozess | gemeinsam |
94+
| 1 | 06. April | _Ostermontag_<!-- class="holiday icon-easter" --> | _Ostermontag_<!-- class="holiday icon-easter" --> |
95+
| | 10. April | Organisation, Einführung | gemeinsam<!-- class="icon-joined" --> |
96+
| 2 | 13. April | Softwareentwicklung als Prozess | gemeinsam<!-- class="icon-joined" --> |
7397
| | 17. April | Konzepte von Dotnet und C# | |
74-
| 3 | 20. April | Elemente der Sprache C# I | **Beginn der Übungen** |
98+
| 3 | 20. April | Elemente der Sprache C# I | **Beginn der Übungen**<!-- class="icon-exercise" --> |
7599
| | 24. April | Elemente der Sprache C# II | |
76100
| 4 | 27. April | Strukturen / Konzepte der OOP | |
77-
| | 01. Mai | _Erster Mai_ | _Erster Mai_ |
78-
| 5 | 4. Mai | Säulen Objektorientierter Programmierung | gemeinsam |
101+
| | 01. Mai | _Erster Mai_<!-- class="holiday icon-mayday" --> | _Erster Mai_<!-- class="holiday icon-mayday" --> |
102+
| 5 | 4. Mai | Säulen Objektorientierter Programmierung | gemeinsam<!-- class="icon-joined" --> |
79103
| | 8. Mai | Klassenelemente in C# / Vererbung | |
80104
| 6 | 11. Mai | Klassenelemente in C# / Interfaces | |
81105
| | 15. Mai | Anwendungsbeispiel **TODO** Godot? | |
82-
| 7 | 12. Mai | Versionsmanagement im SWE-Prozess I | gemeinsam |
83-
| | 16. Mai | Versionsmanagement im SWE_Pprozess II | gemeinsam |
106+
| 7 | 12. Mai | Versionsmanagement im SWE-Prozess I | gemeinsam<!-- class="icon-joined" --> |
107+
| | 16. Mai | Versionsmanagement im SWE_Pprozess II | gemeinsam<!-- class="icon-joined" --> |
84108
| 8 | 18. Mai | Generics | |
85109
| | 22. Mai | Container | |
86-
| 9 | 25. Mai | _Pfingstmontag_ | _Pfingstmontag_ |
87-
| | 29. Mai | UML Konzepte | gemeinsam |
88-
| 10 | 01. Juni | UML Diagrammtypen | gemeinsam |
89-
| | 5. Juni | UML Anwendungsbeispiel | gemeinsam |
110+
| 9 | 25. Mai | _Pfingstmontag_<!-- class="holiday icon-pentecoste" --> | _Pfingstmontag_<!-- class="holiday icon-pentecoste" --> |
111+
| | 29. Mai | UML Konzepte | gemeinsam<!-- class="icon-joined" --> |
112+
| 10 | 01. Juni | UML Diagrammtypen | gemeinsam<!-- class="icon-joined" --> |
113+
| | 5. Juni | UML Anwendungsbeispiel | gemeinsam<!-- class="icon-joined" --> |
90114
| 11 | 8. Juni | Dokumentation und Build Toolchains | |
91115
| | 12. Juni | Delegaten | |
92116
| 12 | 15. Juni | Events | |

0 commit comments

Comments
 (0)