Added to the Home page.

This commit is contained in:
scadmin
2025-12-14 20:28:16 +00:00
parent 2991855918
commit baf61ddbac
2 changed files with 9 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ const today = new Date();
---
<footer>
&copy; {today.getFullYear()} Your name here. All rights reserved.
&copy; {today.getFullYear()} Seans.Cloud by Sean Wilkinson. All rights reserved.
<div class="social-links">
<a href="https://m.webtoo.ls/@astro" target="_blank">
<span class="sr-only">Follow Astro on Mastodon</span>

View File

@@ -14,29 +14,20 @@ import { SITE_DESCRIPTION, SITE_TITLE } from '../consts';
<Header />
<main>
<h1>Sean's Cloud!</h1>
<h2>Infrastructure • Cloud • Systems Thinking • Leadership</h2>
<p>
seans.cloud is an evolving space focused on building, testing, and refining modern IT and cloud practices with an eye toward whats next. It serves as a foundation for future projects in cloud architecture, automation, security, and operational excellence—along with the leadership thinking that supports sustainable systems.
</p>
<p>
As this site grows, it will become a place to share practical insights, real-world experiments, and lessons learned from working with infrastructure at scale. Future content may include technical guides, architecture patterns, tooling evaluations, and perspectives on how technology, process, and people intersect to create resilient organizations.
</p>
<p>Here are a few ideas on how to get started with the template:</p>
<ul>
<li>Edit this page in <code>src/pages/index.astro</code></li>
<li>Edit the site header items in <code>src/components/Header.astro</code></li>
<li>Add your name to the footer in <code>src/components/Footer.astro</code></li>
<li>Check out the included blog posts in <code>src/content/blog/</code></li>
<li>Customize the blog post page layout in <code>src/layouts/BlogPost.astro</code></li>
</ul>
<p>
Have fun! If you get stuck, remember to
<a href="https://docs.astro.build/">read the docs</a>
or <a href="https://astro.build/chat">join us on Discord</a> to ask questions.
</p>
<p>
Looking for a blog template with a bit more personality? Check out
<a href="https://github.com/Charca/astro-blog-template">astro-blog-template</a>
by <a href="https://twitter.com/Charca">Maxi Ferreira</a>.
<p>On this site youll find:
<ul>
<li>Technical experiments and lab notes</l>
<li>Cloud and infrastructure architecture thinking</l>
<li>Reflections on reliability, security, and process</l>
<li>Lessons learned from real-world systems</l></p>
</ul>
</p>
</main>
<Footer />