From e203e1a6b8515283ae3e1c930e1a50ae9bb36822 Mon Sep 17 00:00:00 2001 From: jheaps Date: Mon, 25 Nov 2024 08:55:09 -0700 Subject: [PATCH] add links to project repos --- JoshHeaps.Net/Pages/Index.cshtml | 8 ++++---- JoshHeaps.Net/wwwroot/css/project.css | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/JoshHeaps.Net/Pages/Index.cshtml b/JoshHeaps.Net/Pages/Index.cshtml index c610b23..bac922e 100644 --- a/JoshHeaps.Net/Pages/Index.cshtml +++ b/JoshHeaps.Net/Pages/Index.cshtml @@ -19,7 +19,7 @@
- -
+ -
+

Compiler

@@ -41,7 +41,7 @@

-
+
\ No newline at end of file diff --git a/JoshHeaps.Net/wwwroot/css/project.css b/JoshHeaps.Net/wwwroot/css/project.css index 92d294e..01b4cc8 100644 --- a/JoshHeaps.Net/wwwroot/css/project.css +++ b/JoshHeaps.Net/wwwroot/css/project.css @@ -14,3 +14,7 @@ width: 100vw; height: auto; } + +a { + text-decoration: none; +}