Skip to content

Commit

Permalink
Replace Videokonferenz with Notensystem on Website (#1709)
Browse files Browse the repository at this point in the history
Fixes #1555

---------

Co-authored-by: Jonas Sander <29028262+Jonas-Sander@users.noreply.github.com>
  • Loading branch information
EvilMonkey09 and Jonas-Sander authored Sep 9, 2024
1 parent e6920c7 commit 865fd67
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
Binary file added website/assets/features/notensystem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed website/assets/features/videokonferenzen.png
Binary file not shown.
2 changes: 2 additions & 0 deletions website/assets/icons/notensystem.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions website/assets/icons/videokonferenzen.svg

This file was deleted.

12 changes: 8 additions & 4 deletions website/lib/home/src/all_in_one_platform.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,14 @@ class AllInOnePlaceState extends State<AllInOnePlace> {
child: ColumnSpacing(
spacing: 10,
children: [
feature("Videokonferenzen", bulletpoints: [
"Sichere Videokonferenzen über Jitsi",
"Hosting in Deutschland"
]),
feature(
"Notensystem",
bulletpoints: [
"Speichere deine Noten in Sharezone",
"Verschiedene Notensysteme"
],
height: 60,
),
feature(
"Immer verfügbar",
bulletpoints: [
Expand Down

0 comments on commit 865fd67

Please sign in to comment.