diff --git a/WEB/View/assets/img/LogoScripted.png b/WEB/View/assets/img/LogoScripted.png new file mode 100644 index 00000000..370d16fb Binary files /dev/null and b/WEB/View/assets/img/LogoScripted.png differ diff --git a/WEB/View/assets/svg/home.svg b/WEB/View/assets/svg/home.svg new file mode 100644 index 00000000..08d49d96 --- /dev/null +++ b/WEB/View/assets/svg/home.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/WEB/View/assets/svg/script.svg b/WEB/View/assets/svg/script.svg new file mode 100644 index 00000000..fe811c86 --- /dev/null +++ b/WEB/View/assets/svg/script.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/WEB/View/src/CSS/Admin2.css b/WEB/View/src/CSS/Admin2.css new file mode 100644 index 00000000..e2a3186b --- /dev/null +++ b/WEB/View/src/CSS/Admin2.css @@ -0,0 +1,42 @@ +@font-face { + font-family: Fauna; + src: url("../../assets/fonts/Fauna.ttf"); +} +@font-face { + font-family: Equinox; + src: url("../../assets/fonts/Equinox.otf"); +} +/* End Fonts CSS */ + +body { + min-height: 100vh; + font-family: Verdana, Geneva, Tahoma, sans-serif; + color: white; + height: 100vh; + background-color: #111219; +} + +a{ + color: white; + text-emphasis: none !important; +} + +.overview { + background: rgb(146, 254, 157); + background: -moz-linear-gradient( + 50deg, + rgba(146, 254, 157, 1) 0%, + rgba(0, 201, 255, 1) 100% + ); + background: -webkit-linear-gradient( + 50deg, + rgba(146, 254, 157, 1) 0%, + rgba(0, 201, 255, 1) 100% + ); + background: linear-gradient( + 50deg, + rgba(146, 254, 157, 1) 0%, + rgba(0, 201, 255, 1) 100% + ); + box-shadow: 0px 0px 30px 1px #92FE9D; +} diff --git a/WEB/View/src/CSS/Main.css b/WEB/View/src/CSS/Main.css index 8d74e8ec..681984ae 100644 --- a/WEB/View/src/CSS/Main.css +++ b/WEB/View/src/CSS/Main.css @@ -14,7 +14,6 @@ body { min-height: 100vh; font-family: "Equinox", sans-serif; color: white; - scroll-behavior: smooth; height: 100vh; background-image: url("../../assets/img/ImgMain2.png"); background-position: center center; diff --git a/WEB/View/src/pages/Admin/Admin.html b/WEB/View/src/pages/Admin/Admin.html new file mode 100644 index 00000000..d8a4ce5e --- /dev/null +++ b/WEB/View/src/pages/Admin/Admin.html @@ -0,0 +1,82 @@ + + + + + + Admin Dashboard + + + + + + +
+ +
+ +
+ +
+ + diff --git a/WEB/View/src/pages/Main.php b/WEB/View/src/pages/Main.php index f2fe2d6d..1bd93217 100644 --- a/WEB/View/src/pages/Main.php +++ b/WEB/View/src/pages/Main.php @@ -148,7 +148,7 @@
-
+

Scripted