Spaces:
Running
Running
Update better_offer.html
Browse files- better_offer.html +51 -36
better_offer.html
CHANGED
|
@@ -1,37 +1,52 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
<
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
color
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
<div style="display:flex; gap:8px; flex-wrap:wrap; margin:12px 0 24px;">
|
| 37 |
<span style="background:#eef2ff; color:#3730a3; padding:6px 10px; border-radius:999px; font-size:12px;">84% country accuracy (n=4,934)</span>
|
|
@@ -175,5 +190,5 @@
|
|
| 175 |
Rebuild trust in genomic metadata—one mtDNA sample at a time—through transparency, citations, and a tight feedback loop with researchers.
|
| 176 |
</p>
|
| 177 |
</div>
|
| 178 |
-
|
| 179 |
-
</
|
|
|
|
| 1 |
+
|
| 2 |
+
<html>
|
| 3 |
+
<head>
|
| 4 |
+
<meta name="color-scheme" content="light">
|
| 5 |
+
<style>
|
| 6 |
+
html, body {
|
| 7 |
+
background: #ffffff !important;
|
| 8 |
+
color: #0f172a !important;
|
| 9 |
+
margin: 0;
|
| 10 |
+
padding: 0;
|
| 11 |
+
}
|
| 12 |
+
* {
|
| 13 |
+
color-scheme: only light;
|
| 14 |
+
}
|
| 15 |
+
|
| 16 |
+
/* Force text color inside your page */
|
| 17 |
+
#classifier-page,
|
| 18 |
+
#classifier-page h1,
|
| 19 |
+
#classifier-page h2,
|
| 20 |
+
#classifier-page h3,
|
| 21 |
+
#classifier-page p,
|
| 22 |
+
#classifier-page li,
|
| 23 |
+
#classifier-page span,
|
| 24 |
+
#classifier-page em,
|
| 25 |
+
#classifier-page strong,
|
| 26 |
+
#classifier-page td,
|
| 27 |
+
#classifier-page th {
|
| 28 |
+
color: #0f172a !important;
|
| 29 |
+
background: #ffffff !important;
|
| 30 |
+
}
|
| 31 |
+
</style>
|
| 32 |
+
</head>
|
| 33 |
+
|
| 34 |
+
<body>
|
| 35 |
+
<div id="classifier-page" style="font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
|
| 36 |
+
line-height:1.6;
|
| 37 |
+
background-color:#ffffff;
|
| 38 |
+
max-width:900px;
|
| 39 |
+
margin:24px auto;
|
| 40 |
+
padding:28px 20px;
|
| 41 |
+
border-radius:12px;
|
| 42 |
+
box-shadow:0 2px 8px rgba(0,0,0,0.05);">
|
| 43 |
+
|
| 44 |
+
<!-- Header -->
|
| 45 |
+
<h1 style="margin:0 0 8px; font-size:32px;">mtDNA Location Classifier</h1>
|
| 46 |
+
<p style="margin:0 0 16px; font-size:18px; color:#334155;">
|
| 47 |
+
<strong>AI + Human Intelligence, working together.</strong><br>
|
| 48 |
+
The tool suggests structured labels fast — you decide which ones to trust and refine.
|
| 49 |
+
</p>
|
| 50 |
|
| 51 |
<div style="display:flex; gap:8px; flex-wrap:wrap; margin:12px 0 24px;">
|
| 52 |
<span style="background:#eef2ff; color:#3730a3; padding:6px 10px; border-radius:999px; font-size:12px;">84% country accuracy (n=4,934)</span>
|
|
|
|
| 190 |
Rebuild trust in genomic metadata—one mtDNA sample at a time—through transparency, citations, and a tight feedback loop with researchers.
|
| 191 |
</p>
|
| 192 |
</div>
|
| 193 |
+
</body>
|
| 194 |
+
</html>
|