Spaces:
Running
Running
Update better_offer.html
Browse files- better_offer.html +45 -0
better_offer.html
CHANGED
|
@@ -1,3 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<html>
|
| 2 |
<head>
|
| 3 |
<meta name="color-scheme" content="light">
|
|
|
|
| 1 |
+
<div id="classifier-page">
|
| 2 |
+
<style>
|
| 3 |
+
/* Force light mode inside this block only */
|
| 4 |
+
#classifier-page,
|
| 5 |
+
#classifier-page * {
|
| 6 |
+
background: #ffffff !important;
|
| 7 |
+
color: #0f172a !important;
|
| 8 |
+
font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
|
| 9 |
+
}
|
| 10 |
+
|
| 11 |
+
#classifier-page {
|
| 12 |
+
max-width: 900px !important;
|
| 13 |
+
margin: 24px auto !important;
|
| 14 |
+
padding: 28px 20px !important;
|
| 15 |
+
border-radius: 12px !important;
|
| 16 |
+
box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
/* Pills */
|
| 20 |
+
#classifier-page .pill {
|
| 21 |
+
display: inline-block !important;
|
| 22 |
+
padding: 6px 10px !important;
|
| 23 |
+
border-radius: 999px !important;
|
| 24 |
+
font-size: 12px !important;
|
| 25 |
+
font-weight: 500 !important;
|
| 26 |
+
margin: 2px !important;
|
| 27 |
+
}
|
| 28 |
+
#classifier-page .pill-blue { background:#eef2ff !important; color:#3730a3 !important; }
|
| 29 |
+
#classifier-page .pill-cyan { background:#ecfeff !important; color:#155e75 !important; }
|
| 30 |
+
#classifier-page .pill-green { background:#f0fdf4 !important; color:#166534 !important; }
|
| 31 |
+
#classifier-page .pill-orange { background:#fff7ed !important; color:#9a3412 !important; }
|
| 32 |
+
</style>
|
| 33 |
+
|
| 34 |
+
<h1>mtDNA Location Classifier</h1>
|
| 35 |
+
<p><strong>AI + Human Intelligence, working together.</strong></p>
|
| 36 |
+
|
| 37 |
+
<div>
|
| 38 |
+
<span class="pill pill-blue">84% country accuracy</span>
|
| 39 |
+
<span class="pill pill-cyan">92% modern/ancient accuracy</span>
|
| 40 |
+
<span class="pill pill-green">Source-backed explanations</span>
|
| 41 |
+
<span class="pill pill-orange">Report → free credit</span>
|
| 42 |
+
</div>
|
| 43 |
+
</div>
|
| 44 |
+
|
| 45 |
+
|
| 46 |
<html>
|
| 47 |
<head>
|
| 48 |
<meta name="color-scheme" content="light">
|