diff --git a/caddy.json b/caddy.json index 852ba99..8451b14 100644 --- a/caddy.json +++ b/caddy.json @@ -1,7 +1,7 @@ [ {"sitename":"wiai","sites":[ { - "image": "pictures/platzhalter.jpg", + "image": "pictures/board.png", "button": "btn-primary", "link": "https://www.wiai.de/board", "name": "Forum" @@ -14,7 +14,7 @@ }, { - "image": "pictures/platzhalter.jpg", + "image": "pictures/klausuren.png", "button": "btn-primary", "link": "https://klausuren.wiai.de/", "name": "Klausuren" @@ -56,7 +56,7 @@ }, { - "image": "pictures/platzhalter.jpg", + "image": "pictures/strichliste.png", "button": "btn-primary", "link": "https://pay.wiai.de/", "name": "Strichliste" @@ -77,14 +77,14 @@ }, { - "image": "pictures/platzhalter.jpg", + "image": "pictures/mitglieder.png", "button": "btn-primary", "link": "https://intern.wiai.de/extras/wiai.php", "name": "Mitglieder" }, { - "image": "pictures/platzhalter.jpg", + "image": "pictures/redmine.png", "button": "btn-primary", "link": "https://redmine.wiai.de/", "name": "Redmine" @@ -107,14 +107,14 @@ "name": "Email Account FS" }, { - "image": "pictures/platzhalter.jpg", + "image": "pictures/typo3.png", "button": "btn-primary", "link": "http://www.uni-bamberg.de/typo3", "name": "Uni-Typo3 Login" }, { - "image": "pictures/platzhalter.jpg", + "image": "pictures/phpmyadmin.png", "button": "btn-primary", "link": "https://phpmyadmin.wiai.de", "name": "PHPMyAdmin" @@ -128,14 +128,14 @@ }, { - "image": "pictures/platzhalter.jpg", + "image": "pictures/schluessel.png", "button": "btn-primary", "link": "https://intern.wiai.de/extras/wiaikeys.php", "name": "Wiai-Schlüsselliste" }, { - "image": "pictures/platzhalter.jpg", + "image": "pictures/schluessel.png", "button": "btn-primary", "link": "https://intern.wiai.de/extras/sowikeys.php", "name": "Sowi-Schlüsselliste" @@ -167,12 +167,12 @@ { "image": "pictures/platzhalter.jpg", "button": "btn-primary", - "link": "https://zul.zuv.uni-bamberg.de/FN2AUTH/FN2AuthServlet?op=Login", + "link": "https://fn2stud.zuv.uni-bamberg.de", "name": "FlexNow2" }, { - "image": "pictures/platzhalter.jpg", + "image": "pictures/vc.png", "button": "btn-primary", "link": "http://vc.uni-bamberg.de/moodle", "name": "Virtueller Campus" @@ -229,7 +229,7 @@ "name": "Sowi Homepage" }, { - "image": "pictures/platzhalter.jpg", + "image": "pictures/mitglieder.png", "button": "btn-primary", "link": "https://intern.wiai.de/extras/sowi.php", "name": "Mitglieder Sowi" @@ -243,7 +243,7 @@ }, { - "image": "pictures/platzhalter.jpg", + "image": "pictures/schluessel.png", "button": "btn-primary", "link": "https://intern.wiai.de/extras/sowikeys.php", "name": "Sowi-Schlüsselliste" diff --git a/pictures/board.png b/pictures/board.png new file mode 100644 index 0000000..7a57548 Binary files /dev/null and b/pictures/board.png differ diff --git a/pictures/klausuren.png b/pictures/klausuren.png new file mode 100644 index 0000000..e783425 Binary files /dev/null and b/pictures/klausuren.png differ diff --git a/pictures/mitglieder.png b/pictures/mitglieder.png new file mode 100644 index 0000000..1236a1f Binary files /dev/null and b/pictures/mitglieder.png differ diff --git a/pictures/phpmyadmin.png b/pictures/phpmyadmin.png new file mode 100644 index 0000000..5bf134f Binary files /dev/null and b/pictures/phpmyadmin.png differ diff --git a/pictures/redmine.png b/pictures/redmine.png new file mode 100644 index 0000000..32fc461 Binary files /dev/null and b/pictures/redmine.png differ diff --git a/pictures/schluessel.png b/pictures/schluessel.png new file mode 100644 index 0000000..251bb38 Binary files /dev/null and b/pictures/schluessel.png differ diff --git a/pictures/strichliste.png b/pictures/strichliste.png new file mode 100644 index 0000000..d18e27d Binary files /dev/null and b/pictures/strichliste.png differ diff --git a/pictures/typo3.png b/pictures/typo3.png new file mode 100644 index 0000000..5039cbd Binary files /dev/null and b/pictures/typo3.png differ diff --git a/pictures/vc.png b/pictures/vc.png new file mode 100644 index 0000000..d74616f Binary files /dev/null and b/pictures/vc.png differ