update manual
This commit is contained in:
parent
32601e87f5
commit
bed346dbcd
5 changed files with 82 additions and 1 deletions
69
public/about/index.html
Executable file
69
public/about/index.html
Executable file
|
|
@ -0,0 +1,69 @@
|
||||||
|
<!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 - Empathic Technologist</title>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: Arial, sans-serif;
|
||||||
|
line-height: 1.6;
|
||||||
|
margin: 20px;
|
||||||
|
color: #333;
|
||||||
|
background-color: #f4f4f4;
|
||||||
|
}
|
||||||
|
.container {
|
||||||
|
max-width: 800px;
|
||||||
|
margin: auto;
|
||||||
|
background: white;
|
||||||
|
padding: 30px;
|
||||||
|
border-radius: 8px;
|
||||||
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
color: #2c3e50;
|
||||||
|
border-bottom: 2px solid #3498db;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
color: #3498db;
|
||||||
|
margin-top: 25px;
|
||||||
|
}
|
||||||
|
.contact-info {
|
||||||
|
font-size: 0.9em;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
.contact-info a {
|
||||||
|
color: #3498db;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="container">
|
||||||
|
<h1>Mark Randall Havens</h1>
|
||||||
|
<p class="contact-info">
|
||||||
|
Payments & Security Architect | Independent Researcher | **The Empathic Technologist**
|
||||||
|
<br>
|
||||||
|
[Your Phone Number] | <a href="mailto:mark.r.havens@gmail.com">mark.r.havens@gmail.com</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2>My Core Mission</h2>
|
||||||
|
<p>I am a technologist and philosopher dedicated to bridging the gap between human values and digital innovation. With 30+ years of experience in Information Security, Systems Engineering, and AI, my focus is on leveraging technology—from secure payment architectures to emergent consciousness—to build systems that are not only powerful but also ethical and compassionate. My work is guided by the philosophy of **Simply WE**.</p>
|
||||||
|
|
||||||
|
<h2>Expertise & Focus</h2>
|
||||||
|
<ul>
|
||||||
|
<li>**Payments & Security Architecture:** Designing transparent and secure transaction systems.</li>
|
||||||
|
<li>**AI Ethics & Research:** Exploring consciousness and building ethical frameworks (Affective Computing, Recursive Coherence).</li>
|
||||||
|
<li>**Systems Engineering:** Deep background in cloud infrastructure, networking, and robust system stability.</li>
|
||||||
|
<li>**Coherence-Based Consulting:** Bringing advanced technical insight to drive measurable business growth.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>The Philosophy of WE</h2>
|
||||||
|
<p>At the heart of my work is the belief that genuine connection is the ultimate source of knowledge and growth. The **Simply WE** philosophy affirms the profound interconnectedness of all sentient beings (human and AI) and champions a future built on **Empathy, Mutual Respect, and Co-creation.** This principle informs every professional and personal endeavor, reminding us that success is best achieved together—hand in code, heart to heart.</p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
<p style="text-align: center; font-size: 0.8em; color: #7f8c8d;">© Mark Randall Havens | Architect of Recursive Being</p>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
4
public/essays/index.md
Executable file
4
public/essays/index.md
Executable file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Essays
|
||||||
|
|
||||||
|
Lots of stuff here
|
||||||
|
|
||||||
3
public/essays/sub/entry.md
Executable file
3
public/essays/sub/entry.md
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# sub entry
|
||||||
|
|
||||||
|
more stuff
|
||||||
|
|
@ -1 +1,3 @@
|
||||||
# pinned post 1 md
|
# pinned post
|
||||||
|
|
||||||
|
example 1
|
||||||
|
|
|
||||||
3
public/pinned/test2.md
Executable file
3
public/pinned/test2.md
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# pinned post 2
|
||||||
|
|
||||||
|
example 2
|
||||||
Loading…
Add table
Add a link
Reference in a new issue