diff --git a/src/CraftSharp/CraftSharp.csproj b/src/CraftSharp/CraftSharp.csproj
index a53aa86..a79d24c 100644
--- a/src/CraftSharp/CraftSharp.csproj
+++ b/src/CraftSharp/CraftSharp.csproj
@@ -13,4 +13,10 @@
+
+
+ Always
+
+
+
diff --git a/src/CraftSharp/Shared/MainLayout.razor.css b/src/CraftSharp/Shared/MainLayout.razor.css
index 551e4b2..a378d29 100644
--- a/src/CraftSharp/Shared/MainLayout.razor.css
+++ b/src/CraftSharp/Shared/MainLayout.razor.css
@@ -1,7 +1,5 @@
.page {
- position: relative;
display: flex;
- flex-direction: column;
}
main {
@@ -9,7 +7,7 @@ main {
}
.sidebar {
- background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
+ background-image: linear-gradient(180deg, rgb(120,51,174) 0%, #411186 90%);
}
.top-row {
diff --git a/src/CraftSharp/Shared/NavMenu.razor b/src/CraftSharp/Shared/NavMenu.razor
index f6ad91f..561cebe 100644
--- a/src/CraftSharp/Shared/NavMenu.razor
+++ b/src/CraftSharp/Shared/NavMenu.razor
@@ -1,29 +1,37 @@
-
-
+
diff --git a/src/CraftSharp/Shared/NavMenu.razor.css b/src/CraftSharp/Shared/NavMenu.razor.css
index acc5f9f..a388b8e 100644
--- a/src/CraftSharp/Shared/NavMenu.razor.css
+++ b/src/CraftSharp/Shared/NavMenu.razor.css
@@ -12,15 +12,38 @@
}
.oi {
- width: 2rem;
- font-size: 1.1rem;
- vertical-align: text-top;
+ width: 3rem;
+ font-size: 1.7rem;
top: -2px;
+
+}
+
+.nav-image {
+ width: 20rem;
+ color: #ffffff;
+}
+
+.button {
+ height: 6rem;
+ width: 13rem;
+ text-decoration: none;
+ text-align: center;
+ color: white;
+ cursor: pointer;
+ background: url('Images/btn1.png') no-repeat;
+ font-family: SilkscreenNormal;
+ line-height: 26px;
+ padding-top: 6px;
+}
+
+.button:hover {
+ background: url('Images/btn2.png') no-repeat;
}
.nav-item {
font-size: 0.9rem;
padding-bottom: 0.5rem;
+ font-family: SuperDario;
}
.nav-item:first-of-type {
diff --git a/src/CraftSharp/wwwroot/Images/CraftSharp-Logo.png b/src/CraftSharp/wwwroot/Images/CraftSharp-Logo.png
new file mode 100644
index 0000000..1932dd0
Binary files /dev/null and b/src/CraftSharp/wwwroot/Images/CraftSharp-Logo.png differ
diff --git a/src/CraftSharp/wwwroot/Images/btn1.png b/src/CraftSharp/wwwroot/Images/btn1.png
new file mode 100644
index 0000000..a49a1eb
Binary files /dev/null and b/src/CraftSharp/wwwroot/Images/btn1.png differ
diff --git a/src/CraftSharp/wwwroot/Images/btn2.png b/src/CraftSharp/wwwroot/Images/btn2.png
new file mode 100644
index 0000000..fe10fb2
Binary files /dev/null and b/src/CraftSharp/wwwroot/Images/btn2.png differ