Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>EthosBridge</title> | |
<style> | |
body { | |
font-family: sans-serif; | |
display: flex; | |
flex-direction: column; | |
justify-content: center; | |
align-items: center; | |
height: 100vh; | |
margin: 0; | |
background: #f5f5f5; | |
text-align: center; | |
} | |
h1 { | |
font-size: 2em; | |
margin-bottom: 0.5em; | |
} | |
p { | |
max-width: 600px; | |
margin: 1em; | |
font-size: 1em; | |
color: #333; | |
} | |
a { | |
font-size: 1.2em; | |
padding: 1em 2em; | |
background: #004080; | |
color: white; | |
text-decoration: none; | |
border-radius: 6px; | |
margin-top: 1.5em; | |
display: inline-block; | |
} | |
a:hover { | |
background: #002855; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>EthosBridge: Where Technology Tone Is Behavior, Not Performance</h1> | |
<p> | |
This framework replaces emotional simulation in tech systems with a logic-based tone architecture. | |
It removes affective pretense and replaces it with consistent, transparent interaction design. | |
Built to prevent user manipulation and ensure cognitive safety. | |
</p> | |
<a href="EthosBridge Framework.pdf" target="_blank">📄 Open the EthosBridge Framework Document</a> | |
</body> | |
</html> | |