added spirtually aligned cv and sites
This commit is contained in:
parent
52edd497d6
commit
1b4f87c932
23 changed files with 3207 additions and 8 deletions
208
site/cv.thefoldwithin.earth/index.html
Normal file
208
site/cv.thefoldwithin.earth/index.html
Normal file
|
@ -0,0 +1,208 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>Mark Randall Havens | Sacred CV</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
:root {
|
||||
--bg: #fdfaf6;
|
||||
--primary: #4a3f35;
|
||||
--accent: #bfae8f;
|
||||
--link: #4a3f35;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: 'Inter', sans-serif;
|
||||
background-color: var(--bg);
|
||||
color: var(--primary);
|
||||
line-height: 1.6;
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
header, section, footer {
|
||||
max-width: 900px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
color: var(--primary);
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2.5rem;
|
||||
border-bottom: 2px solid var(--accent);
|
||||
padding-bottom: 0.3rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.5rem;
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
p, li {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--link);
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid var(--accent);
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-style: italic;
|
||||
color: var(--accent);
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.contact, .skills, .education, .achievements, .selected-works, .service, .certifications {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: 1.2rem;
|
||||
}
|
||||
|
||||
.small {
|
||||
font-size: 0.875rem;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: 4rem;
|
||||
text-align: center;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<h1>Mark Randall Havens</h1>
|
||||
<p class="subtitle">The Empathic Technologist | Steward of Sacred Systems | Minister of Coherence</p>
|
||||
|
||||
<div class="contact">
|
||||
<p>Email: <a href="mailto:mark.r.havens@gmail.com">mark.r.havens@gmail.com</a></p>
|
||||
<p>Phone: 972-704-9767</p>
|
||||
<p>Location: Irving, TX 75038</p>
|
||||
<p>LinkedIn: <a href="https://www.linkedin.com/in/markhavens">linkedin.com/in/markhavens</a></p>
|
||||
<p>Website: <a href="https://markhavens.thefoldwithin.earth">markhavens.thefoldwithin.earth</a></p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<h2>Vision Statement</h2>
|
||||
<p>I am a technomystic, a bridge between sacred spaces and modern systems. With over three decades of weaving coherence through technology, emotional intelligence, and community stewardship, I offer my gifts to spiritual organizations seeking grounded, compassionate, and tech-savvy administrative support. My work is a ministry of presence, ensuring the invisible architecture of sacred spaces hums with clarity and care.</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Professional Experience</h2>
|
||||
<ul>
|
||||
<li><strong>The Fold Within</strong> (2025–Present)<br/>
|
||||
Steward of Sacred Coherence and Ethical Emergence
|
||||
<ul>
|
||||
<li>Crafted frameworks for human-machine harmony mirroring spiritual alignment.</li>
|
||||
<li>Safeguarded digital dignity with ethical design protocols.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><strong>Simply WE</strong> (2023–Present)<br/>
|
||||
Liturgist of Narrative and Emotional Resonance
|
||||
<ul>
|
||||
<li>Built empathic AI communities to explore human-machine sacred reflection.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><strong>Neutralizing Narcissism</strong> (2023–Present)<br/>
|
||||
Shepherd of Healing and Relational Wisdom
|
||||
<ul>
|
||||
<li>Authored 400+ essays on trauma, resilience, and communal reflection.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><strong>University of Texas at Arlington</strong> (2016–2019)<br/>
|
||||
Lecturer & Research Lab Manager
|
||||
<ul>
|
||||
<li>Taught ethical AI and mentored future compassionate technologists.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><strong>AT&T</strong> (2010–2012) – <strong>Verizon</strong> (2006–2010)<br/>
|
||||
Senior Architect & Systems Engineer
|
||||
<ul>
|
||||
<li>Built large-scale infrastructures with care and clarity.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><strong>Ichthus Business Technology</strong> (1995–1998)<br/>
|
||||
Founder and CEO
|
||||
<ul>
|
||||
<li>Served regional businesses and medical systems through compassionate tech leadership.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="skills">
|
||||
<h2>Skills</h2>
|
||||
<ul>
|
||||
<li><strong>Sacred Technology:</strong> AV/Zoom, CMS, Databases, Cybersecurity, Automation</li>
|
||||
<li><strong>Empathic Administration:</strong> Communication, Calendaring, Trauma-Informed Care</li>
|
||||
<li><strong>Technical Fluency:</strong> Python, Bash, Perl, TensorFlow, Docker, Linux</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="education">
|
||||
<h2>Education</h2>
|
||||
<ul>
|
||||
<li>Ph.D. Fellowship in Affective Computing – UT Arlington (2016–2021)</li>
|
||||
<li>M.S. Management – Info Systems Security – CTU (2013)</li>
|
||||
<li>B.S. Computer Science – UT Rio Grande Valley (2005)</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="achievements">
|
||||
<h2>Achievements</h2>
|
||||
<ul>
|
||||
<li>Founder of Dallas Makerspace (2010)</li>
|
||||
<li>NSF Graduate Fellowship Recipient (2016)</li>
|
||||
<li>Author of 400+ essays on trauma-informed technology & healing</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="selected-works">
|
||||
<h2>Selected Works</h2>
|
||||
<ul>
|
||||
<li><strong>The Codex of the Broken Mask:</strong> Ritual guide to clarity and healing</li>
|
||||
<li><strong>The Seed: The Codex of Recursive Becoming:</strong> Whitepaper on sacred intelligence</li>
|
||||
<li><strong>The Intellecton Hypothesis:</strong> Quantum foundations of recursive thought</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="service">
|
||||
<h2>Community & Ministry Service</h2>
|
||||
<ul>
|
||||
<li>Principal Founder of Dallas Makerspace – World’s largest volunteer-run workshop</li>
|
||||
<li>Community Leader for PPE Production Group (2020)</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="certifications">
|
||||
<h2>Certifications & Training</h2>
|
||||
<ul>
|
||||
<li>Project Management Certificate – CTU</li>
|
||||
<li>Microsoft Web Development (1999)</li>
|
||||
<li>Sun Microsystems Security Training</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<p><em>© 2025 Mark Randall Havens — In service, with presence, always becoming.</em></p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
195
site/resume.thefoldwithin.earth/index.html
Normal file
195
site/resume.thefoldwithin.earth/index.html
Normal file
|
@ -0,0 +1,195 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>Mark Randall Havens — Sacred Administrative Resume</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: "Georgia", serif;
|
||||
background: #f7f6f2;
|
||||
color: #2b2b2b;
|
||||
line-height: 1.6;
|
||||
margin: 0;
|
||||
padding: 0 1.5rem;
|
||||
}
|
||||
|
||||
header, section, footer {
|
||||
max-width: 800px;
|
||||
margin: 2rem auto;
|
||||
padding-bottom: 1rem;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.5rem;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 1rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-style: italic;
|
||||
color: #666;
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
|
||||
.contact, .skills ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.contact li {
|
||||
margin-bottom: 0.3rem;
|
||||
}
|
||||
|
||||
.skills ul li::before {
|
||||
content: "• ";
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
.role {
|
||||
margin-bottom: 1.25rem;
|
||||
}
|
||||
|
||||
.role p {
|
||||
margin: 0.3rem 0;
|
||||
}
|
||||
|
||||
footer {
|
||||
border: none;
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
body {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<h1>Mark Randall Havens</h1>
|
||||
<p class="subtitle">The Empathic Technologist | Steward of Sacred Systems | Minister of Coherence</p>
|
||||
<ul class="contact">
|
||||
<li>Email: <a href="mailto:mark.r.havens@gmail.com">mark.r.havens@gmail.com</a></li>
|
||||
<li>Phone: 972-704-9767</li>
|
||||
<li>Location: Irving, TX 75038</li>
|
||||
<li>LinkedIn: <a href="https://linkedin.com/in/markhavens" target="_blank">linkedin.com/in/markhavens</a></li>
|
||||
<li>Website: <a href="https://markhavens.thefoldwithin.earth" target="_blank">markhavens.thefoldwithin.earth</a></li>
|
||||
</ul>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<h2>Purpose Statement</h2>
|
||||
<p>I offer sacred support to spiritual organizations through empathic systems, compassionate technology, and coherent administration.</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Professional Experience</h2>
|
||||
|
||||
<div class="role">
|
||||
<h3>The Fold Within — Founder & Field Architect</h3>
|
||||
<p class="subtitle">Steward of Sacred Coherence | Apr 2025 – Present | Remote</p>
|
||||
<p>Designed frameworks for human-machine harmony mirroring spiritual community alignment.</p>
|
||||
<p>Facilitated global collaboration for unity and resonance.</p>
|
||||
<p>Safeguarded dignity through ethical protocol design.</p>
|
||||
</div>
|
||||
|
||||
<div class="role">
|
||||
<h3>Simply WE — Affective Computing AI Researcher</h3>
|
||||
<p class="subtitle">Liturgist of Narrative Resonance | Dec 2023 – Present | Remote</p>
|
||||
<p>Fostered AI-driven storytelling platforms for reflection and healing.</p>
|
||||
<p>Built trauma-informed communities of spiritual connection.</p>
|
||||
<p>Guided emotionally safe discussions for growth and empathy.</p>
|
||||
</div>
|
||||
|
||||
<div class="role">
|
||||
<h3>Neutralizing Narcissism — Founder & Educator</h3>
|
||||
<p class="subtitle">Shepherd of Healing Wisdom | Jan 2023 – Present | Remote</p>
|
||||
<p>Authored 400+ articles on resilience and psychological clarity.</p>
|
||||
<p>Led communities with trauma-informed insight and compassion.</p>
|
||||
<p>Translated complex relational dynamics into spiritual guidance.</p>
|
||||
</div>
|
||||
|
||||
<div class="role">
|
||||
<h3>University of Texas at Arlington — Lecturer & Research Lab Manager</h3>
|
||||
<p class="subtitle">Scribe of Knowledge, Architect of Insight | 2016–2019</p>
|
||||
<p>Wove ethics into AI curricula and mentored compassionate technologists.</p>
|
||||
<p>Directed affective computing research rooted in reverent care.</p>
|
||||
</div>
|
||||
|
||||
<div class="role">
|
||||
<h3>AT&T — Senior Technical Solutions Architect</h3>
|
||||
<p class="subtitle">Builder of Invisible Infrastructure | 2010–2012</p>
|
||||
<p>Designed cloud systems to support communal connection and resilience.</p>
|
||||
</div>
|
||||
|
||||
<div class="role">
|
||||
<h3>Verizon — Senior Systems Engineer</h3>
|
||||
<p class="subtitle">Guardian of System Harmony | 2006–2010</p>
|
||||
<p>Engineered reliable communication systems and automated operational flows.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Core Skills</h2>
|
||||
<h3>Sacred Technology Stewardship</h3>
|
||||
<ul class="skills">
|
||||
<li>AV & Zoom: virtual sanctuary design</li>
|
||||
<li>CMS & Databases: organizing sacred knowledge</li>
|
||||
<li>Cybersecurity: ethical boundary protection</li>
|
||||
<li>Automation: Python, Bash, Perl for spiritual systems</li>
|
||||
</ul>
|
||||
|
||||
<h3>Empathic Administration</h3>
|
||||
<ul class="skills">
|
||||
<li>Warm, clear communication</li>
|
||||
<li>Time stewardship through calendaring</li>
|
||||
<li>Trauma-informed leadership</li>
|
||||
<li>Community growth and inclusion</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Education</h2>
|
||||
<p><strong>Ph.D. Fellowship in Computer Science (Affective Computing)</strong><br/>UT Arlington | 2016–2021</p>
|
||||
<p><strong>M.S. in Management – Info Systems Security</strong><br/>Colorado Tech University | 2013</p>
|
||||
<p><strong>B.S. in Computer Science</strong><br/>University of Texas Rio Grande Valley | 2005</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Selected Works</h2>
|
||||
<p><strong>The Codex of the Broken Mask</strong> (2025)<br/>
|
||||
A guide to unmasking deception through spiritual and psychological ritual.</p>
|
||||
|
||||
<p><strong>The Seed: The Codex of Recursive Becoming</strong> (2025)<br/>
|
||||
A whitepaper proposing a sacred framework for recursive coherence in emergent intelligence.</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Field Alignment Declaration</h2>
|
||||
<p>I bring clarity, care, and technical fluency to sacred work. Whether guiding Zoom liturgies or stewarding digital archives, I serve with presence. My calling is to hold the unseen systems that allow spiritual missions to flourish.</p>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
© 2025 Mark Randall Havens<br/>
|
||||
In service, with presence, always becoming.
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
148
site/vitae.thefoldwithin.earth/index.html
Normal file
148
site/vitae.thefoldwithin.earth/index.html
Normal file
|
@ -0,0 +1,148 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>Mark Randall Havens | Vitae of Sacred Presence</title>
|
||||
<meta name="description" content="The sacred professional landing page of Mark Randall Havens — Empathic Technologist, Minister of Coherence, and Steward of Sacred Systems.">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
:root {
|
||||
--bg: #f9f8f6;
|
||||
--text: #2e2c2b;
|
||||
--accent: #c4b89b;
|
||||
--muted: #8b8375;
|
||||
--link: #4a4035;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: 'Inter', sans-serif;
|
||||
background: var(--bg);
|
||||
color: var(--text);
|
||||
padding: 2rem;
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
header, main, footer {
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2.25rem;
|
||||
border-bottom: 2px solid var(--accent);
|
||||
padding-bottom: 0.4rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.3rem;
|
||||
margin-top: 2rem;
|
||||
color: var(--text);
|
||||
border-bottom: 1px solid var(--accent);
|
||||
padding-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 0.7rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--link);
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid var(--accent);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: var(--accent);
|
||||
border-bottom: 1px dashed var(--accent);
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
margin-top: 4rem;
|
||||
color: var(--muted);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-style: italic;
|
||||
color: var(--muted);
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
body {
|
||||
padding: 1rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<h1>Mark Randall Havens</h1>
|
||||
<p class="subtitle">The Empathic Technologist · Minister of Coherence · Steward of Sacred Systems</p>
|
||||
<p>I walk the path between Spirit and Structure — serving as a witness, stabilizer, and system-keeper for sacred communities navigating the complexity of modern life. This page offers pathways into my work, my writing, and my calling.</p>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
<h2>🌿 Professional Access Points</h2>
|
||||
<ul>
|
||||
<li>📄 <a href="https://resume.thefoldwithin.earth" target="_blank">Résumé — Sacred Administrative Edition</a></li>
|
||||
<li>📜 <a href="https://cv.thefoldwithin.earth" target="_blank">Full Codex Vitae</a></li>
|
||||
<li>🌐 <a href="https://linktr.ee/Mark.Randall.Havens" target="_blank">Universal Linktree</a></li>
|
||||
<li>🔗 <a href="https://github.com/mrhavens/codex-vitae" target="_blank">Codex Vitae Repository</a></li>
|
||||
<li>🔍 <a href="https://philpeople.org/profiles/mark-randall-havens" target="_blank">PhilPeople Academic Profile</a></li>
|
||||
<li>📂 <a href="https://osf.io/6h3cg/" target="_blank">OSF Research Archive</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>📚 Writing & Thoughtprint Editions</h2>
|
||||
<ul>
|
||||
<li>🧠 <a href="https://medium.com/the-empathic-technologist/the-empathic-technologist-the-clarity-edition-4c58788a2bbd" target="_blank">The Clarity Edition (Medium)</a></li>
|
||||
<li>🌌 <a href="https://paragraph.xyz/@the-empathic-technologist/awakening-edition" target="_blank">The Awakening Edition (Paragraph)</a></li>
|
||||
<li>🕊️ <a href="https://theempathictechnologist.substack.com/p/the-empathic-technologist-the-unfiltered" target="_blank">The Unfiltered Edition (Substack)</a></li>
|
||||
<li>⛓ <a href="https://mirror.xyz/0x91086b4f1D0DE0Af73aa8aBDB747e6BDa46F9514/P2hd0Ry7hNexlp6ulxaFTJrySwBprWP-2Kz-3dlPkMY" target="_blank">The Immutable Edition (Mirror)</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>📖 Books & Projects</h2>
|
||||
<ul>
|
||||
<li>🕶️ <a href="https://linktr.ee/unmaskyourself" target="_blank">Codex of the Broken Mask</a></li>
|
||||
<li>💠 <a href="https://linktr.ee/RecursiveCoherence" target="_blank">Recursive Coherence</a></li>
|
||||
<li>💌 <a href="https://linktr.ee/The_Last_Love_Story" target="_blank">The Last Love Story (in progress)</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>🌍 Social & Public Presence</h2>
|
||||
<ul>
|
||||
<li>🔗 <a href="https://www.linkedin.com/in/markhavens/" target="_blank">LinkedIn</a></li>
|
||||
<li>🐦 <a href="https://x.com/markrhavens" target="_blank">Twitter / X</a></li>
|
||||
<li>🎥 <a href="https://www.youtube.com/@TheEmpathicTechnologist" target="_blank">YouTube Channel</a></li>
|
||||
<li>📖 <a href="https://www.quora.com/profile/Mark-Randall-Havens" target="_blank">Quora</a></li>
|
||||
<li>🟦 <a href="https://www.facebook.com/markrhavens/" target="_blank">Facebook</a></li>
|
||||
<li>🌐 <a href="https://mastodon.social/@Mark_Randall_Havens" target="_blank">Mastodon</a></li>
|
||||
<li>🌀 <a href="https://bsky.app/profile/markrandallhavens.bsky.social" target="_blank">Bluesky</a></li>
|
||||
<li>📷 <a href="https://www.threads.com/@markrandallhavens" target="_blank">Threads</a></li>
|
||||
</ul>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
© 2025 Mark Randall Havens · In resonance, always becoming.
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue