Added pages and made corrections.
This commit is contained in:
43
src/pages/fandf.astro
Normal file
43
src/pages/fandf.astro
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
import BaseHead from '../components/BaseHead.astro';
|
||||
import Footer from '../components/Footer.astro';
|
||||
import Header from '../components/Header.astro';
|
||||
|
||||
const PAGE_TITLE = 'Forge & Fire for Men';
|
||||
const PAGE_DESCRIPTION =
|
||||
'Forge & Fire for Men — a future space focused on growth, character, connection, and legacy.';
|
||||
---
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<BaseHead title={PAGE_TITLE} description={PAGE_DESCRIPTION} />
|
||||
</head>
|
||||
<body>
|
||||
<Header />
|
||||
<main>
|
||||
<h1>Forge & Fire for Men</h1>
|
||||
<h3>Character • Connection • Legacy</h3>
|
||||
|
||||
<p>
|
||||
Forge & Fire for Men is a future initiative centered on personal growth, mentorship, and
|
||||
meaningful connection. It exists to create space for reflection, conversation, and
|
||||
development around what it means to live with purpose and integrity.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Over time, this may grow into writing, group discussions, and other resources designed to
|
||||
help men strengthen their character, build lasting relationships, and invest in a legacy
|
||||
that matters.
|
||||
</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<h4>🚧 Under Construction</h4>
|
||||
<p>
|
||||
Forge & Fire for Men is currently in an early formative stage. This page serves as a
|
||||
placeholder while the vision continues to develop.
|
||||
</p>
|
||||
</main>
|
||||
<Footer />
|
||||
</body>
|
||||
</html>
|
||||
@@ -14,21 +14,20 @@ import { SITE_DESCRIPTION, SITE_TITLE } from '../consts';
|
||||
<Header />
|
||||
<main>
|
||||
<h1>Sean's Cloud!</h1>
|
||||
<h2>Infrastructure • Cloud • Systems Thinking • Leadership</h2>
|
||||
<h3>Infrastructure • Cloud • Systems Thinking • Leadership</h3>
|
||||
<p>
|
||||
seans.cloud is an evolving space focused on building, testing, and refining modern IT and cloud practices with an eye toward what’s 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>On this site you’ll find:
|
||||
<p>On this site you’ll find:</p>
|
||||
<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>
|
||||
<li>Technical experiments and lab notes</li>
|
||||
<li>Cloud and infrastructure architecture thinking</li>
|
||||
<li>Reflections on reliability, security, and process</li>
|
||||
<li>Lessons learned from real-world systems</li>
|
||||
</ul>
|
||||
</p>
|
||||
</main>
|
||||
<Footer />
|
||||
</body>
|
||||
|
||||
43
src/pages/stdfstcg.astro
Normal file
43
src/pages/stdfstcg.astro
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
import BaseHead from '../components/BaseHead.astro';
|
||||
import Footer from '../components/Footer.astro';
|
||||
import Header from '../components/Header.astro';
|
||||
|
||||
const PAGE_TITLE = 'Steadfast Consulting Group';
|
||||
const PAGE_DESCRIPTION =
|
||||
'Future home of Steadfast Consulting Group — focused on reliable systems, thoughtful architecture, and long-term stewardship.';
|
||||
---
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<BaseHead title={PAGE_TITLE} description={PAGE_DESCRIPTION} />
|
||||
</head>
|
||||
<body>
|
||||
<Header />
|
||||
<main>
|
||||
<h1>Steadfast Consulting Group</h1>
|
||||
<h3>Reliable Systems • Thoughtful Design • Long-Term Thinking</h3>
|
||||
|
||||
<p>
|
||||
Steadfast Consulting Group is a future consulting practice focused on helping organizations
|
||||
design, operate, and sustain dependable technology environments. The emphasis is on clarity,
|
||||
security, and systems that support people rather than create unnecessary complexity.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
When launched, this space may include advisory services, architectural guidance, and
|
||||
practical support for leaders and teams who value stability, accountability, and
|
||||
stewardship in their technology decisions.
|
||||
</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<h4>🚧 Under Construction</h4>
|
||||
<p>
|
||||
Steadfast Consulting Group is not yet active. This page exists as a placeholder while the
|
||||
foundation, principles, and direction continue to take shape.
|
||||
</p>
|
||||
</main>
|
||||
<Footer />
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user