Increase dashboard button visibility and remove edgy footer quotes

This commit is contained in:
Isshi0417 2026-07-09 05:36:07 +00:00
parent a6ee34dca5
commit 557dec7e44
2 changed files with 2 additions and 4 deletions

View File

@ -200,7 +200,6 @@
</main>
<footer class="main-footer">
<p class="ryan-quote">"A man chooses, a slave obeys."</p>
<p class="footer-sub">Sho Ishida | homelab-server cluster | Protected by Cloudflare</p>
</footer>
</div>

View File

@ -35,7 +35,7 @@
<div class="sunburst-logo"></div>
<h1 id="portfolio-title">Sho Ishida</h1>
<p class="subtitle">Systems Engineer | Infrastructure & Automation Portfolio</p>
<a href="/dashboard/" class="view-dashboard-btn" onmouseenter="this.style.backgroundColor='var(--gold-leaf)'; this.style.color='var(--ocean-dark)';" onmouseleave="this.style.backgroundColor='transparent'; this.style.color='var(--gold-leaf)';" style="display: inline-block; margin-top: 15px; font-family: 'Cinzel', serif; font-size: 0.8rem; font-weight: 700; color: var(--gold-leaf); text-decoration: none; border: 1px solid var(--gold-leaf); padding: 6px 18px; transition: all 0.3s ease; position: relative; z-index: 10;">GO TO HOMELAB DASHBOARD →</a>
<a href="/dashboard/" class="view-dashboard-btn" onmouseenter="this.style.backgroundColor='#fff'; this.style.borderColor='#fff'; this.style.boxShadow='0 6px 20px rgba(255, 255, 255, 0.45)';" onmouseleave="this.style.backgroundColor='var(--gold-leaf)'; this.style.borderColor='var(--gold-leaf)'; this.style.boxShadow='0 4px 15px rgba(204, 172, 107, 0.35)';" style="display: inline-block; margin-top: 15px; font-family: 'Cinzel', serif; font-size: 0.8rem; font-weight: 900; background-color: var(--gold-leaf); color: var(--ocean-dark); text-decoration: none; border: 1px solid var(--gold-leaf); padding: 7px 22px; transition: all 0.3s ease; position: relative; z-index: 10; box-shadow: 0 4px 15px rgba(204, 172, 107, 0.35); border-radius: 2px;">GO TO HOMELAB DASHBOARD →</a>
<div class="deco-divider-bottom"></div>
</header>
@ -291,9 +291,8 @@
</div>
</section>
<!-- Footer Andrew Ryan Quote -->
<!-- Footer -->
<footer class="main-footer">
<p class="ryan-quote">"We all make choices, but in the end our choices make us."</p>
<p class="footer-sub">Sho Ishida</p>
</footer>