diff --git a/www/PNG/PVV-logo-big-bluebg.png b/www/PNG/PVV-logo-big-bluebg.png new file mode 100644 index 0000000..2d02dea Binary files /dev/null and b/www/PNG/PVV-logo-big-bluebg.png differ diff --git a/www/css/slideshow.css b/www/css/slideshow.css new file mode 100644 index 0000000..5998344 --- /dev/null +++ b/www/css/slideshow.css @@ -0,0 +1,24 @@ +#imageSlideshow { + position: relative; + width: 70vw; + height: calc(70vw / (16/9)); + margin: auto auto; + border-radius: 20px; + overflow: hidden; +} +.slideshowimg { + width: 100%; + margin: auto auto; + visibility: hidden; + position: absolute; + top: 0; + left: 0; + opacity: 0; + border-radius: 20px; + transition: visibility 0.8s, opacity 0.8s ease-out; +} +.slideshowactive { + visibility: visible; + opacity: 1; + transition: visibility 0.8s, opacity 0.8s ease-out; +} \ No newline at end of file diff --git a/www/index.php b/www/index.php index 4822a2b..d4a426d 100644 --- a/www/index.php +++ b/www/index.php @@ -21,8 +21,8 @@ if (date("Y-m-d") == date("Y-m-d", $doorEntry->time)) { $doorTime = date("H:i", - + Programvareverkstedet @@ -36,29 +36,96 @@ if (date("Y-m-d") == date("Y-m-d", $doorEntry->time)) { $doorTime = date("H:i",
- - - -
- + + +
+ '); + ecHo(''); + + //Store list of file names in a globel JS variable + EchO(""); + ?> + +