From 1b7216fb25360591b81d0cb2f8309d094142cca4 Mon Sep 17 00:00:00 2001 From: Michael Tanner Date: Mon, 30 Dec 2024 03:06:30 +0000 Subject: [PATCH] Home page copy updates. --- Client/Pages/Home.razor | 27 +++++++++++-------- Client/wwwroot/css/app.css | 9 +++---- Client/wwwroot/index.html | 53 +++++++++++++++++++------------------- 3 files changed, 46 insertions(+), 43 deletions(-) diff --git a/Client/Pages/Home.razor b/Client/Pages/Home.razor index 2702efc..421a4ec 100644 --- a/Client/Pages/Home.razor +++ b/Client/Pages/Home.razor @@ -5,22 +5,27 @@

HyperCards.io

- Hello, this is the personal coding playground of Michael Tanner. + Welcome to the personal coding playground of Michael Tanner.

- This site is built with Microsoft Blazor, a framework for building interactive web apps using C# and HTML for running in the browser via Webassembly. + This site is built with Microsoft Blazor, a framework for creating interactive web applications using C# and HTML, running directly in the browser via WebAssembly.

- HyperCards.io is statically hosted using GitHub Pages. + HyperCards.io is statically hosted on GitHub Pages.
- See the source code here:
- - All interactive portions of this site use your browser's local storage to save your data. + Source code:
-
- None of your data is sent to a server. + https://github.com/michael-tanner/hyper-cards +
+
+ Static website files: +
+ https://github.com/michael-tanner/hyper-cards/tree/GitHubPages/docs +
+
+ All interactive features on this site use your browser's local storage to save data. +
+
+ No data is sent to a server. Your information stays entirely on your device.
\ No newline at end of file diff --git a/Client/wwwroot/css/app.css b/Client/wwwroot/css/app.css index 3de2773..3c12010 100644 --- a/Client/wwwroot/css/app.css +++ b/Client/wwwroot/css/app.css @@ -9,7 +9,7 @@ html, body { } h1 { - padding: 20px 20px; + padding: 20px 30px; background-color: #fff; border-radius: 15px; font-size: 32px; @@ -34,7 +34,6 @@ a, a:visited { } a:hover { color: #2a0193; - text-decoration: underline; } .shadow1 { @@ -48,14 +47,14 @@ a:hover { .loading-progress-text:after { content: var(--blazor-load-percentage-text, "Loading"); } card { - max-width: 760px; + max-width: 800px; margin: 40px auto; - border: 1px solid #48bfe3; + border: 1px solid #1ec3f5; border-width: 1px 3px 4px 1px; border-radius: 15px; display: block; background: #fff; - padding: 40px; + padding: 30px; line-height: 1.5em; font-size: 19px; } diff --git a/Client/wwwroot/index.html b/Client/wwwroot/index.html index b5f43ea..847e348 100644 --- a/Client/wwwroot/index.html +++ b/Client/wwwroot/index.html @@ -1,28 +1,27 @@ - - - - - - - HyperCards.io - - - - - - - - - - -
- - - - -
-
- - - + + + + + + HyperCards.io + + + + + + + + + + +
+ + + + +
+
+ + +