cv.thefoldwithin.earth/index.html
Mark Randall Havens ef7d13176f init
2025-06-11 17:19:27 -05:00

208 lines
6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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> (2025Present)<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> (2023Present)<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> (2023Present)<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> (20162019)<br/>
Lecturer & Research Lab Manager
<ul>
<li>Taught ethical AI and mentored future compassionate technologists.</li>
</ul>
</li>
<li><strong>AT&T</strong> (20102012) <strong>Verizon</strong> (20062010)<br/>
Senior Architect & Systems Engineer
<ul>
<li>Built large-scale infrastructures with care and clarity.</li>
</ul>
</li>
<li><strong>Ichthus Business Technology</strong> (19951998)<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 (20162021)</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 Worlds 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>