Updating the links on home and about

This commit is contained in:
Chris Bell 2025-08-15 09:56:18 -05:00
parent aae62a02f2
commit c6f6ad293f
3 changed files with 17 additions and 14 deletions

View File

@ -89,12 +89,14 @@ Hey you! Yeah, you! What are ya, a web developer or something? Think my website
<h2>The Bottom Line</h2> <h2>The Bottom Line</h2>
<p>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.</p> <p>SessionZero is about freedom, flexibility, and community.</p>
</section>
<div class="cta-section"> <section class="pricing-preview">
<h3>Ready to Get Started?</h3> <h2>Ready to get started?</h2>
<p><a href="https://git.bellsworne.tech/Bellsworne/sessionzero" class="cta-button">Get SessionZero</a></p> <div class="pricing-content">
<p class="cta-subtitle"><em>Visit the Git repo to get the latest development build or view the source code!</em></p> <p>SessionZero is currently in development, but you can visit the Git repo to get the latest development build or view the source code!</p>
<p><a class="learn-more-link" href="https://git.bellsworne.tech/Bellsworne/sessionzero">Get SessionZero →</a></p>
</div> </div>
</section> </section>
</main> </main>

View File

@ -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 a free and open-source companion application for any tabletop RPG needs.
</p> </p>
<p><b>SessionZero is currently in development, but you can visit the Git repo to get the latest development build or view the source code!</b></p>
<a href="https://git.bellsworne.tech/Bellsworne/sessionzero">View the source code →</a> <a href="about.html">Learn more →</a>
</section> </section>
@ -66,10 +67,10 @@ Hey you! Yeah, you! What are ya, a web developer or something? Think my website
</section> </section>
<section class="pricing-preview"> <section class="pricing-preview">
<h2>Want to know more?</h2> <h2>Ready to get started?</h2>
<div class="pricing-content"> <div class="pricing-content">
<p>Interested in SessionZero but need to know more? Check out the about page for more in depth information!</p> <p>SessionZero is currently in development, but you can visit the Git repo to get the latest development build or view the source code!</p>
<p><a href="about.html" class="learn-more-link">Learn more</a></p> <p><a class="learn-more-link" href="https://git.bellsworne.tech/Bellsworne/sessionzero">Get SessionZero</a></p>
</div> </div>
</section> </section>
</main> </main>

View File

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