-
Copyright 2012 - 2015 Massive Theme by ThemeBucket | All Rights Reserved
+
Copyright 2021-2024 MissNation, created by AYCode | All Rights Reserved
diff --git a/MissNationSharedUI/Shared/Components/Layout/NavbarComponent.razor b/MissNationSharedUI/Shared/Components/Layout/NavbarComponent.razor
index 4ccef55..bf20409 100644
--- a/MissNationSharedUI/Shared/Components/Layout/NavbarComponent.razor
+++ b/MissNationSharedUI/Shared/Components/Layout/NavbarComponent.razor
@@ -8,7 +8,7 @@
-
+
diff --git a/MissNationSharedUI/Shared/Components/Layout/SuperHeroComponent.razor b/MissNationSharedUI/Shared/Components/Layout/SuperHeroComponent.razor
new file mode 100644
index 0000000..828711b
--- /dev/null
+++ b/MissNationSharedUI/Shared/Components/Layout/SuperHeroComponent.razor
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+

+
#IonQP
+
+
+
+
+
+
+
+
+
+@code {
+
+}
diff --git a/MissNationSharedUI/Shared/Components/Pages/Index.razor b/MissNationSharedUI/Shared/Components/Pages/Index.razor
index afcb1dd..8006d32 100644
--- a/MissNationSharedUI/Shared/Components/Pages/Index.razor
+++ b/MissNationSharedUI/Shared/Components/Pages/Index.razor
@@ -5,7 +5,7 @@
-
+
diff --git a/MissNationSharedUI/wwwroot/assets/css/style.css b/MissNationSharedUI/wwwroot/assets/css/style.css
index f2905f6..f3c2dfc 100644
--- a/MissNationSharedUI/wwwroot/assets/css/style.css
+++ b/MissNationSharedUI/wwwroot/assets/css/style.css
@@ -265,10 +265,35 @@ pre {
font-size: 0.8rem;
}
+
+.container-overflowvisible {
+ margin: 0px;
+}
+
+.right-to-left {
+ font-family: 'Poppins', sans-serif;
+ animation: 0.4s right-to-left forwards;
+ font-size: 24px;
+ font-weight: 600;
+ letter-spacing: -.005em;
+ font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
+ color: rgba(20,20,20,0.8);
+
+}
+
+@keyframes right-to-left {
+ from {
+ transform: translateX(-100vw);
+ }
+
+ to {
+ transform: translateX(0);
+ }
+}
+
/*==============================================
Utility
===============================================*/
-
.column-two,
.column-three,
.column-four {
diff --git a/MissNationSharedUI/wwwroot/assets/img/logo1.png b/MissNationSharedUI/wwwroot/assets/img/logo1.png
new file mode 100644
index 0000000..db6b59d
Binary files /dev/null and b/MissNationSharedUI/wwwroot/assets/img/logo1.png differ
diff --git a/MissNationSharedUI/wwwroot/assets/img/logo1@2x.png b/MissNationSharedUI/wwwroot/assets/img/logo1@2x.png
new file mode 100644
index 0000000..3862755
Binary files /dev/null and b/MissNationSharedUI/wwwroot/assets/img/logo1@2x.png differ
diff --git a/MissNationSharedUI/wwwroot/assets/img/p-banner.jpg b/MissNationSharedUI/wwwroot/assets/img/p-banner.jpg
index ab26412..23bf760 100644
Binary files a/MissNationSharedUI/wwwroot/assets/img/p-banner.jpg and b/MissNationSharedUI/wwwroot/assets/img/p-banner.jpg differ