codex-vitae/site/vitae.thefoldwithin.earth/index.html
2025-06-11 17:09:03 -05:00

148 lines
5 KiB
HTML

<!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>