From c6f6ad293f8446ec6e7424a5ac99c425aa801a08 Mon Sep 17 00:00:00 2001 From: Chris Bell Date: Fri, 15 Aug 2025 09:56:18 -0500 Subject: [PATCH] Updating the links on home and about --- about.html | 14 ++++++++------ index.html | 11 ++++++----- styles.css | 6 +++--- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/about.html b/about.html index c2f231d..52f6c56 100644 --- a/about.html +++ b/about.html @@ -89,13 +89,15 @@ Hey you! Yeah, you! What are ya, a web developer or something? Think my website

The Bottom Line

-

SessionZero is about freedom, flexibility, and respecting your game. It's not here to sell you a bunch of digital add-ons or lock your data in a vault. It's a tool built to help you play.

+

SessionZero is about freedom, flexibility, and community.

+ -
-

Ready to Get Started?

-

Get SessionZero

-

Visit the Git repo to get the latest development build or view the source code!

-
+
+

Ready to get started?

+
+

SessionZero is currently in development, but you can visit the Git repo to get the latest development build or view the source code!

+

Get SessionZero →

+
diff --git a/index.html b/index.html index edcb129..08f0355 100644 --- a/index.html +++ b/index.html @@ -39,8 +39,9 @@ Hey you! Yeah, you! What are ya, a web developer or something? Think my website SessionZero is a free and open-source companion application for any tabletop RPG needs.

-

SessionZero is currently in development, but you can visit the Git repo to get the latest development build or view the source code!

- View the source code → + + Learn more → + @@ -66,10 +67,10 @@ Hey you! Yeah, you! What are ya, a web developer or something? Think my website
-

Want to know more?

+

Ready to get started?

-

Interested in SessionZero but need to know more? Check out the about page for more in depth information!

-

Learn more →

+

SessionZero is currently in development, but you can visit the Git repo to get the latest development build or view the source code!

+

Get SessionZero →

diff --git a/styles.css b/styles.css index 93953b5..bca6783 100644 --- a/styles.css +++ b/styles.css @@ -119,7 +119,7 @@ h1 { padding: 0.75rem 1.5rem; border-radius: 4px; transition: background-color 0.2s ease; - min-width: 70%; + min-width: 40%; } .hero a:hover { @@ -258,7 +258,7 @@ a:hover { .learn-more-link { display: inline-block; - background-color: var(--accent-color); + background-color: var(--primary-color); color: var(--button-text) !important; padding: 0.75rem 1.5rem; border-radius: 4px; @@ -268,7 +268,7 @@ a:hover { } .learn-more-link:hover { - background-color: var(--primary-color); + background-color: var(--secondary-color); color: var(--button-text) !important; }