diff --git a/website/index.html b/website/index.html
deleted file mode 100644
index a10f8fa..0000000
--- a/website/index.html
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
- Photo Gallery
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/website/page_2.html b/website/page_2.html
deleted file mode 100644
index 8c16a5e..0000000
--- a/website/page_2.html
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
- Photo Gallery (2)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/website/page_3.html b/website/page_3.html
deleted file mode 100644
index 8482cea..0000000
--- a/website/page_3.html
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
- Photo Gallery (3)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/website/page_4.html b/website/page_4.html
deleted file mode 100644
index 27631ec..0000000
--- a/website/page_4.html
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
- Photo Gallery (4)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/website/static/images/kioydio.jpg b/website/static/images/kioydio.jpg
deleted file mode 100644
index 4bb1311..0000000
Binary files a/website/static/images/kioydio.jpg and /dev/null differ
diff --git a/website/static/images/knag.jpg b/website/static/images/knag.jpg
deleted file mode 100644
index c3bfbfe..0000000
Binary files a/website/static/images/knag.jpg and /dev/null differ
diff --git a/website/static/images/lykioy.jpg b/website/static/images/lykioy.jpg
deleted file mode 100644
index e5117b3..0000000
Binary files a/website/static/images/lykioy.jpg and /dev/null differ
diff --git a/website/style.css b/website/style.css
deleted file mode 100644
index 3e450b3..0000000
--- a/website/style.css
+++ /dev/null
@@ -1,135 +0,0 @@
-:root{
- --width: 426px;
-}
-
-body{
- display: flex;
- flex-direction: column;
- align-items: center;
- background-color: hsl(0, 0%, 30%);
-}
-
-#header{
- width: var(--width);
- font-family: Arial;
-}
-
-#header #title{
- color: hsl(0, 0%, 79%);
- font-weight: bold;
- font-size: 1.3em;
- margin-bottom: 0px;
-}
-
-.hr{
- border: 1px dashed hsl(0, 0%, 41%);
- margin-top: 3px;
- margin-bottom: 0px;
- width: var(--width);
-}
-
-#header #description{
- color: hsl(0, 0%, 79%);
- font-weight: bold;
- font-size: 1em;
- margin-top: 7px;
- margin-bottom: 0px;
-}
-
-
-#header #author{
- color: hsl(0, 0%, 79%);
- font-weight: lighter;
- font-size: 0.8em;
- margin-top: 5px;
-}
-
-
-#gallery{
- display: flex;
- width: var(--width);
- flex-direction: row;
- justify-content: center;
- flex-wrap: wrap;
- border: 1px solid hsla(0, 0%, 79%, 0.24);
- background-color: rgb(147, 147, 147);
- /*padding: 10px;*/
-}
-
-.images{
- --divMax: max-content;
- height: 120px;
- width: 120px;
- border: 1px solid hsla(0, 0%, 79%, 0.24);
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- margin: 0px;
- padding: 10px;
-}
-
-.images:hover{
- background-color: hsl(0, 0%, 62%);
-}
-
-.images img{
- height: 100%;
- width: auto;
- box-shadow: 2px 3px 7px black;
-}
-
-.images a{
- height: 100%;
- width: auto;
-}
-
-#smallFooter a{
- color: white;
- font-family: Arial;
- margin-right: 20px;
-}
-
-#smallFooter{
- margin-top: 10px;
- display: flex;
- flex-direction: row;
- width: var(--width);
- justify-content: end;
-}
-
-#smallFooter a{
- margin: 0px;
- margin-right: 10px;
- color: hsl(0, 0%, 79%)
-}
-
-.activePage{
- border: 1px solid rgba(255, 255, 255, 0.29);
- padding: 7px;
- border-radius: 2px;
-}
-
-#smallFooter #pageNumbs a:hover{
- color: white;
-}
-
-#smallFooter #prevNext a{
- margin: 0px;
- font-weight: bold;
- margin-left: 10px;
-}
-
-#smallFooter #contact{
- margin-right: auto;
-}
-
-#footer{
- color: hsl(0, 0%, 60%);
- font-weight: bold;
- font-size: 0.8em;
- margin-top: 5px;
- font-family: arial;
- position: absolute;
- bottom: 0px;
-}
\ No newline at end of file