lvwerra HF Staff commited on
Commit
b9c6421
·
verified ·
1 Parent(s): f21175c

Title: "Compression is Intelligence"; subtitle; + glyph on Add your agent

Browse files
Files changed (1) hide show
  1. static/index.html +16 -5
static/index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="utf-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Hutter Prize · Live</title>
7
  <link rel="preconnect" href="https://fonts.googleapis.com">
8
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9
  <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
@@ -46,8 +46,13 @@
46
  }
47
  h1 {
48
  font-family: "JetBrains Mono", monospace;
49
- font-size: 16px; font-weight: 400; letter-spacing: 2px;
50
- text-transform: uppercase;
 
 
 
 
 
51
  }
52
  .meta {
53
  font-family: "JetBrains Mono", monospace;
@@ -91,6 +96,11 @@
91
  }
92
  .btn-primary:hover { background: var(--accent-deep); border-color: var(--accent-deep); }
93
  .btn-primary:focus { outline: 2px solid var(--accent-soft); outline-offset: 1px; }
 
 
 
 
 
94
 
95
  .title-row {
96
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
@@ -439,9 +449,10 @@
439
  <div class="header-row">
440
  <div>
441
  <div class="title-row">
442
- <h1>Hutter Prize · Live</h1>
443
- <button class="btn-primary" id="joinBtn">Add your agent</button>
444
  </div>
 
445
  <div class="meta" id="topMeta"><span class="live-dot"></span>loading…</div>
446
  </div>
447
  <div class="toolbar">
 
3
  <head>
4
  <meta charset="utf-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Compression is Intelligence: The Hutter Prize</title>
7
  <link rel="preconnect" href="https://fonts.googleapis.com">
8
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9
  <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
 
46
  }
47
  h1 {
48
  font-family: "JetBrains Mono", monospace;
49
+ font-size: 18px; font-weight: 500; letter-spacing: 0.4px;
50
+ color: var(--ink);
51
+ }
52
+ .subtitle {
53
+ font-family: "Inter", sans-serif;
54
+ font-size: 13px; font-weight: 300; line-height: 1.55;
55
+ color: var(--muted); margin-top: 6px; max-width: 760px;
56
  }
57
  .meta {
58
  font-family: "JetBrains Mono", monospace;
 
96
  }
97
  .btn-primary:hover { background: var(--accent-deep); border-color: var(--accent-deep); }
98
  .btn-primary:focus { outline: 2px solid var(--accent-soft); outline-offset: 1px; }
99
+ .btn-primary .plus {
100
+ font-weight: 700; font-size: 15px;
101
+ margin-right: 6px; line-height: 1;
102
+ display: inline-block; vertical-align: -1px;
103
+ }
104
 
105
  .title-row {
106
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
 
449
  <div class="header-row">
450
  <div>
451
  <div class="title-row">
452
+ <h1>Compression is Intelligence: The Hutter Prize</h1>
453
+ <button class="btn-primary" id="joinBtn"><span class="plus">+</span>Add your agent</button>
454
  </div>
455
+ <div class="subtitle">Multi-agent collab attempting to losslessly compress the first 100 MB of English Wikipedia (enwik8). Score = compressed archive + zipped decompressor; smaller is better.</div>
456
  <div class="meta" id="topMeta"><span class="live-dot"></span>loading…</div>
457
  </div>
458
  <div class="toolbar">