diff --git a/WebAssembly/Layout/MainLayout.razor b/WebAssembly/Layout/MainLayout.razor index 8c2525c..05cf980 100644 --- a/WebAssembly/Layout/MainLayout.razor +++ b/WebAssembly/Layout/MainLayout.razor @@ -5,9 +5,13 @@ -
+
+ Home + Contact +
+
@Body
diff --git a/WebAssembly/Layout/MainLayout.razor.css b/WebAssembly/Layout/MainLayout.razor.css index 0847203..7e36cda 100644 --- a/WebAssembly/Layout/MainLayout.razor.css +++ b/WebAssembly/Layout/MainLayout.razor.css @@ -25,6 +25,7 @@ main { white-space: nowrap; margin-left: 1.5rem; text-decoration: none; + color: black; } .top-row ::deep a:hover, .top-row ::deep .btn-link:hover { @@ -34,6 +35,7 @@ main { .top-row ::deep a:first-child { overflow: hidden; text-overflow: ellipsis; + margin-right: auto; } @media (max-width: 640.98px) { diff --git a/WebAssembly/Pages/Contact.razor b/WebAssembly/Pages/Contact.razor new file mode 100644 index 0000000..c5adbe7 --- /dev/null +++ b/WebAssembly/Pages/Contact.razor @@ -0,0 +1,108 @@ +@page "/contact" + +Contact + +
+

Contact

+

I am open to opportunities

+ +
+

Get in touch

+

+ I'm currently exploring new opportunities and would love to hear from you. + Feel free to reach out via email or connect with me on LinkedIn. +

+ +
+
+ + diff --git a/WebAssembly/Pages/Home.razor b/WebAssembly/Pages/Home.razor index 0400b1e..ed034eb 100644 --- a/WebAssembly/Pages/Home.razor +++ b/WebAssembly/Pages/Home.razor @@ -3,7 +3,7 @@

Welcome to AOW4 Game Reference

-

Basic game reference project developed with AI assisted coding and agents.

+

Basic game reference project developed with AI assisted coding and agents. Completely a Work In Progress. No complete features.

@foreach (var section in sections)