diff --git a/assets/css/main.css b/assets/css/main.css
index cc5fa1d..a9f86d7 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -1,72 +1,3 @@
-/* SNACKBAR */
-#snackbar {
- visibility: hidden;
- min-width: 250px;
- margin-left: -125px;
- background-color: #ffffff00;
- color: rgb(255, 255, 255);
- text-align: center;
- border: 5px solid white;
- border-radius: 10px;
- box-shadow: 0 0 10px white;
- box-shadow: inset 0 0 10px white;
- padding: 16px;
- position: fixed;
- z-index: 1;
- left: 50%;
- top: 20px;
-}
-
-#snackbar.show {
- visibility: visible;
- -webkit-animation: fadein 0.5s, fadeout 1s 2.5s;
- animation: fadein 0.5s, fadeout 1s 2.5s;
-}
-
-@-webkit-keyframes fadein {
- from {
- top: 0;
- opacity: 0;
- }
- to {
- top: 20px;
- opacity: 1;
- }
-}
-
-@keyframes fadein {
- from {
- top: 0;
- opacity: 0;
- }
- to {
- top: 20px;
- opacity: 1;
- }
-}
-
-@-webkit-keyframes fadeout {
- from {
- top: 20px;
- opacity: 1;
- }
- to {
- top: 0;
- opacity: 0;
- }
-}
-
-@keyframes fadeout {
- from {
- top: 20px;
- opacity: 1;
- }
- to {
- top: 0;
- opacity: 0;
- }
-}
-
/* MAIN STUFF */
body {
@@ -82,15 +13,13 @@ body {
}
.logo {
- width: 80%;
- padding-top: 20px;
+ width: 50%;
}
.subtext {
- width: 70%;
+ width: 50%;
height: 10%;
- padding-bottom: 20px;
- padding-top: 10px;
+ padding-bottom: 10px;
}
.webdate {
@@ -120,14 +49,12 @@ div {
width: 70%;
}
-.times img {
+.THANKS img {
width: 90%;
padding-bottom: 2vh;
}
div.button > img {
- padding-top: 5px;
- padding-bottom: 5px;
/* height: 100vh; */
}
.list {
@@ -158,7 +85,7 @@ div.buttons > img {
body {
background-color: black;
color: white;
- background-image: url("/assets/images/NSW2-BG.jpg");
+ background-image: url("../../assets/images/NSW2-BG.jpg");
background-repeat: repeat-y;
background-size: auto;
padding: 0;
@@ -231,8 +158,6 @@ div.buttons > img {
@media (max-width: 1024px) {
.button {
- padding-top: 5px;
- padding-bottom: 5px;
width: 80%;
}
.buttons {
diff --git a/assets/images/THANKYOU.jpg b/assets/images/THANKYOU.jpg
new file mode 100644
index 0000000..6daf9b8
Binary files /dev/null and b/assets/images/THANKYOU.jpg differ
diff --git a/index.html b/index.html
index a262197..37f0f6a 100644
--- a/index.html
+++ b/index.html
@@ -21,14 +21,8 @@
/>
-