diff --git a/inc/ticker.php b/inc/ticker.php
deleted file mode 100644
index 55cd64f..0000000
--- a/inc/ticker.php
+++ /dev/null
@@ -1,35 +0,0 @@
-
-setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
- $agenda = new \pvv\side\Agenda([
- new \pvv\side\social\NerdepitsaActivity,
- new \pvv\side\social\AnimekveldActivity,
- new \pvv\side\DBActivity($pdo),
- ]);
-
- $test = true;
- foreach($agenda->getNextDays() as $period => $events) {
- if (!$events) continue;
- $i = 0;
- $n = count($events);
- foreach($events as $event){
- if ($i == 0){
- echo '- ' . $translation[$period] . ': ';
- } else if ($i < $n-1) {
- echo ', ';
- } else{
- echo ' og ';
- }
- echo '' . $event->getName() . '';
- $i = $i + 1;
- }
- break;
- }
-}
-?>
-
\ No newline at end of file
diff --git a/www/css/landing.css b/www/css/landing.css
index f0b1ea9..35734c2 100644
--- a/www/css/landing.css
+++ b/www/css/landing.css
@@ -88,16 +88,6 @@ img.float-right {
}
.calendar-events a,
-#ticker a {
- text-decoration: none;
- font-weight: bold;
- color: black;
-}
-
-.calendar-events a:hover,
-#ticker a:hover {
- text-decoration: underline;
-}
.calendar-events ul .time {
color: rgba(0, 0, 0, 0.5);