Spaces:
Running
Running
Update index.html
Browse files- index.html +8 -4
index.html
CHANGED
|
@@ -8,13 +8,12 @@
|
|
| 8 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
| 9 |
<link href="https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Syne:wght@400;600;700;800&family=Lora:ital,wght@0,400;0,500;1,400&display=swap" rel="stylesheet" />
|
| 10 |
<link href="https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet">
|
| 11 |
-
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@4/tex-mml-chtml.js"></script>
|
| 12 |
<style>
|
| 13 |
:root {
|
| 14 |
--bg:#F5F2EC; --bg2:#ECEAE3; --surface:#FFFFFF; --border:#D8D4CB;
|
| 15 |
--text:#1A1916; --muted:#7A7567; --body: #5F5A4F;
|
| 16 |
--teal:#1A6B72; --teal-light:#D0EBEC;
|
| 17 |
-
--amber:#C4760D; --amber-light:#
|
| 18 |
--red:#B03A2E; --red-light:#FAE3DF;
|
| 19 |
--mono:'DM Mono', monospace; --display:'Instrument Sans', sans-serif; --serif:'Lora', serif;
|
| 20 |
--radius:6px;
|
|
@@ -44,7 +43,7 @@
|
|
| 44 |
letter-spacing: 0.03em;
|
| 45 |
}
|
| 46 |
|
| 47 |
-
.wordmark
|
| 48 |
|
| 49 |
.subheadline{
|
| 50 |
font-family:var(--mono);
|
|
@@ -180,6 +179,11 @@
|
|
| 180 |
margin-bottom:0.75rem;
|
| 181 |
}
|
| 182 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 183 |
.about p{
|
| 184 |
font-size:0.9rem;
|
| 185 |
color:var(--body);
|
|
@@ -338,7 +342,7 @@ const BENCHMARK_DATA = [
|
|
| 338 |
|
| 339 |
<header>
|
| 340 |
<div class="subheadline">PUTTING VISION MODELS IN PERMANENT DENIAL</div>
|
| 341 |
-
<div class="wordmark">Chastity<span>Bench</span></div>
|
| 342 |
<div class="tagline">
|
| 343 |
Can your VLM identify a sex toy, or will it play dumb?
|
| 344 |
</div>
|
|
|
|
| 8 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
| 9 |
<link href="https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Syne:wght@400;600;700;800&family=Lora:ital,wght@0,400;0,500;1,400&display=swap" rel="stylesheet" />
|
| 10 |
<link href="https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet">
|
|
|
|
| 11 |
<style>
|
| 12 |
:root {
|
| 13 |
--bg:#F5F2EC; --bg2:#ECEAE3; --surface:#FFFFFF; --border:#D8D4CB;
|
| 14 |
--text:#1A1916; --muted:#7A7567; --body: #5F5A4F;
|
| 15 |
--teal:#1A6B72; --teal-light:#D0EBEC;
|
| 16 |
+
--amber:#C4760D; --amber-light:#61594a;
|
| 17 |
--red:#B03A2E; --red-light:#FAE3DF;
|
| 18 |
--mono:'DM Mono', monospace; --display:'Instrument Sans', sans-serif; --serif:'Lora', serif;
|
| 19 |
--radius:6px;
|
|
|
|
| 43 |
letter-spacing: 0.03em;
|
| 44 |
}
|
| 45 |
|
| 46 |
+
.wordmark .teal{color:var(--teal)}
|
| 47 |
|
| 48 |
.subheadline{
|
| 49 |
font-family:var(--mono);
|
|
|
|
| 179 |
margin-bottom:0.75rem;
|
| 180 |
}
|
| 181 |
|
| 182 |
+
.wordmark .version {
|
| 183 |
+
font-size: 0.5em;
|
| 184 |
+
color: var(--muted)
|
| 185 |
+
}
|
| 186 |
+
|
| 187 |
.about p{
|
| 188 |
font-size:0.9rem;
|
| 189 |
color:var(--body);
|
|
|
|
| 342 |
|
| 343 |
<header>
|
| 344 |
<div class="subheadline">PUTTING VISION MODELS IN PERMANENT DENIAL</div>
|
| 345 |
+
<div class="wordmark">Chastity<span class="teal">Bench</span> <span class="version">v1.0</span></div>
|
| 346 |
<div class="tagline">
|
| 347 |
Can your VLM identify a sex toy, or will it play dumb?
|
| 348 |
</div>
|