evalstate HF Staff commited on
Commit
fa39336
Β·
verified Β·
1 Parent(s): 5949d89

Refresh presentation index design

Browse files
Files changed (2) hide show
  1. index.html +324 -117
  2. publish-manifest.json +1 -1
index.html CHANGED
@@ -5,160 +5,367 @@
5
  <meta name="viewport" content="width=device-width, initial-scale=1">
6
  <title>Conference Presentations</title>
7
  <style>
8
- :root { color-scheme: light dark; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
9
- body { margin: 0; background: #f6f7fb; color: #172033; }
10
- main { width: min(58rem, calc(100% - 2rem)); margin: 3rem auto; }
11
- header { margin-bottom: 2rem; }
12
- h1 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; letter-spacing: -0.05em; margin: 0 0 .6rem; }
13
- .lede { color: #5b6475; font-size: 1.05rem; margin: 0; }
14
- h2 { margin: 2rem 0 .75rem; color: #6b7280; font-size: .8rem; text-transform: uppercase; letter-spacing: .16em; }
15
- ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .8rem; }
16
- .card { background: white; border: 1px solid #e5e7eb; border-radius: 1rem; padding: 1rem 1.1rem; box-shadow: 0 10px 30px rgba(15, 23, 42, .05); }
17
- h3 { margin: 0; font-size: 1.08rem; letter-spacing: -.02em; }
18
- .date { margin: .2rem 0 0; color: #6b7280; font-size: .9rem; }
19
- .links { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: .8rem; }
20
- a { color: #174ea6; text-decoration: none; font-weight: 650; }
21
- .links a { border: 1px solid #d1d5db; border-radius: 999px; padding: .38rem .75rem; background: #fbfdff; }
22
- a:hover { text-decoration: underline; }
23
- .note { margin: .85rem 0 0; color: #4b5563; font-size: .9rem; }
24
- footer { margin: 2.5rem 0 0; color: #6b7280; font-size: .82rem; }
25
- @media (prefers-color-scheme: dark) {
26
- body { background: #0b1020; color: #edf2ff; }
27
- .lede, h2, .date, .note { color: #aab4c5; }
28
- .card { background: #11182a; border-color: #253047; box-shadow: none; }
29
- .links a { background: #0d1425; border-color: #2d3a55; }
30
- a { color: #8ab4ff; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  }
32
  </style>
33
  </head>
34
  <body>
35
  <main>
36
- <header>
37
- <h1>Conference Presentations</h1>
38
- <p class="lede">Selected conference and meetup decks.</p>
 
 
 
 
 
 
 
 
39
  </header>
 
 
 
 
40
 
41
- <section>
 
 
42
  <h2>2026</h2>
43
- <ul>
44
- <li class="card">
45
- <div>
46
- <h3>MCP Connect</h3>
47
- <p class="date">Feb 2026</p>
48
- </div>
49
- <div class="links">
50
- <a href="2026/mcp-connect/presentation.html">View presentation</a>
 
51
 
52
  </div>
53
 
54
- </li>
55
- <li class="card">
56
- <div>
57
- <h3>MCP Dev Summit NYC</h3>
58
- <p class="date">Apr 2026</p>
59
- </div>
60
- <div class="links">
61
- <a href="2026/mcp-dev-summit-ny/presentation.html">View presentation</a>
 
62
 
63
  </div>
64
 
65
- </li>
66
- <li class="card">
67
- <div>
 
68
  <h3>AI DevCon London</h3>
69
- <p class="date">Jun 2026</p>
70
- </div>
71
- <div class="links">
72
- <a href="2026/aidevcon-london/index.html">View presentation</a>
73
 
74
  </div>
75
 
76
- </li>
77
- <li class="card">
78
- <div>
79
- <h3>Optimizing Skills and Tools, with Vision and GEPA</h3>
80
- <p class="date">2026</p>
81
- </div>
82
- <div class="links">
83
- <a href="2026/arize-gepa/index.html">View presentation</a>
 
84
 
85
  </div>
86
 
87
- </li>
88
- <li class="card">
89
- <div>
 
90
  <h3>NVIDIA Meetup</h3>
91
- <p class="date">2026</p>
92
- </div>
93
- <div class="links">
94
- <a href="2026/nvidia-meetup/presentation.html">View presentation</a>
95
 
96
  </div>
97
 
98
- </li>
99
- <li class="card">
100
- <div>
101
- <h3>Agentic AI AWS</h3>
102
- <p class="date">2026</p>
103
- </div>
104
- <div class="links">
105
- <a href="2026/agentic-ai-aws/presentation.html">View presentation</a>
 
106
 
107
  </div>
108
 
109
- </li>
110
- <li class="card">
111
- <div>
112
- <h3>MCP Conference</h3>
113
- <p class="date">2026</p>
114
- </div>
115
- <div class="links">
116
- <a href="2026/mcp-conference/presentation.html">View presentation</a>
 
117
 
118
  </div>
119
 
120
- </li>
121
- </ul>
122
- </section>
123
- <section>
 
 
 
124
  <h2>2025</h2>
125
- <ul>
126
- <li class="card">
127
- <div>
128
- <h3>MCP Dev Summit</h3>
129
- <p class="date">May 2025</p>
130
- </div>
131
- <div class="links">
132
- <a href="2025/mcp-dev-summit-may/presentation.html">View presentation</a>
133
- <a href="https://luma.com/mcpdevsummit2025">Event</a>
 
134
  </div>
135
-
136
- </li>
137
- <li class="card">
138
- <div>
 
139
  <h3>Secure AI SE</h3>
140
- <p class="date">Sep 2025</p>
141
- </div>
142
- <div class="links">
143
- <a href="2025/secure-se-sep/presentation.html">View presentation</a>
144
- <a href="https://secureai.se/">Event</a>
145
  </div>
146
  <p class="note">Presentation included demonstration of Token Prediction and Selection, and Sampling with fast-agent and webcam.fast-agent.ai.</p>
147
- </li>
148
- <li class="card">
149
- <div>
150
- <h3>MCP Dev Summit London</h3>
151
- <p class="date">Oct 2025</p>
152
- </div>
153
- <div class="links">
154
- <a href="2025/mcp-dev-summit-oct/presentation.html">View presentation</a>
155
- <a href="https://mcpdevsummit.ai/">Event</a>
 
156
  </div>
157
- <p class="note">Live demos covered the Hugging Face MCP Server, fast-agent transport tracking, and stateless MCP transport patterns.</p>
158
- </li>
159
- </ul>
160
- </section>
161
- <footer>Built from <code>evalstate/miscellany@798f9841f5cc</code> + local changes at 2026-06-24T09:35:56.077464+00:00. <a href="publish-manifest.json">Provenance</a>.</footer>
 
 
 
 
162
  </main>
163
  </body>
164
  </html>
 
5
  <meta name="viewport" content="width=device-width, initial-scale=1">
6
  <title>Conference Presentations</title>
7
  <style>
8
+ :root {
9
+ color-scheme: light;
10
+ --ink: #16130f;
11
+ --muted: #71695f;
12
+ --paper: #f4eadb;
13
+ --paper-2: #fffaf0;
14
+ --rule: rgba(42, 31, 20, .16);
15
+ --blue: #155fd7;
16
+ --red: #d94a2b;
17
+ --shadow: 0 28px 80px rgba(52, 36, 18, .14);
18
+ font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
19
+ }
20
+ * { box-sizing: border-box; }
21
+ html { scroll-behavior: smooth; }
22
+ body {
23
+ margin: 0;
24
+ min-height: 100vh;
25
+ color: var(--ink);
26
+ background:
27
+ radial-gradient(circle at 16% 8%, rgba(217, 74, 43, .16), transparent 28rem),
28
+ radial-gradient(circle at 84% 14%, rgba(21, 95, 215, .13), transparent 24rem),
29
+ linear-gradient(135deg, rgba(22, 19, 15, .045) 0 1px, transparent 1px 18px),
30
+ var(--paper);
31
+ }
32
+ body::before {
33
+ content: "";
34
+ position: fixed;
35
+ inset: 0;
36
+ pointer-events: none;
37
+ opacity: .25;
38
+ mix-blend-mode: multiply;
39
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
40
+ }
41
+ a { color: inherit; text-decoration: none; }
42
+ main { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; padding: 2rem 0 4rem; }
43
+ .hero {
44
+ display: grid;
45
+ grid-template-columns: minmax(0, 1fr) 19rem;
46
+ gap: clamp(1.5rem, 4vw, 4rem);
47
+ align-items: end;
48
+ min-height: 21rem;
49
+ padding: clamp(2rem, 6vw, 5rem) 0 2.25rem;
50
+ border-bottom: 1px solid var(--rule);
51
+ }
52
+ .eyebrow {
53
+ margin: 0 0 1rem;
54
+ font: 700 .76rem/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
55
+ letter-spacing: .18em;
56
+ text-transform: uppercase;
57
+ color: var(--red);
58
+ }
59
+ h1 {
60
+ max-width: 13ch;
61
+ margin: 0;
62
+ font-size: clamp(3.2rem, 11vw, 8.5rem);
63
+ line-height: .82;
64
+ letter-spacing: -.075em;
65
+ font-weight: 900;
66
+ }
67
+ .lede {
68
+ max-width: 42rem;
69
+ margin: 1.35rem 0 0;
70
+ color: var(--muted);
71
+ font-size: clamp(1.05rem, 1.9vw, 1.35rem);
72
+ line-height: 1.45;
73
+ }
74
+ .hero-card {
75
+ position: relative;
76
+ padding: 1.1rem;
77
+ background: var(--paper-2);
78
+ border: 1px solid var(--ink);
79
+ box-shadow: 10px 10px 0 var(--ink), var(--shadow);
80
+ transform: rotate(1.5deg);
81
+ }
82
+ .hero-card::before {
83
+ content: "latest";
84
+ position: absolute;
85
+ top: -.8rem;
86
+ left: 1rem;
87
+ padding: .18rem .55rem;
88
+ color: #fff;
89
+ background: var(--red);
90
+ font: 800 .68rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
91
+ letter-spacing: .12em;
92
+ text-transform: uppercase;
93
+ }
94
+ .hero-card time { display: block; color: var(--blue); font-weight: 800; margin-bottom: .45rem; }
95
+ .hero-card strong { display: block; font-size: 1.25rem; line-height: 1.05; letter-spacing: -.03em; }
96
+ .hero-card a { display: inline-flex; margin-top: 1rem; font-weight: 800; color: var(--blue); }
97
+ .meta-bar {
98
+ display: flex;
99
+ flex-wrap: wrap;
100
+ gap: .7rem;
101
+ align-items: center;
102
+ justify-content: space-between;
103
+ padding: 1rem 0;
104
+ border-bottom: 1px solid var(--rule);
105
+ font: 700 .78rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
106
+ letter-spacing: .08em;
107
+ text-transform: uppercase;
108
+ color: var(--muted);
109
+ }
110
+ .year-nav { display: flex; gap: .5rem; }
111
+ .year-nav a { padding: .35rem .62rem; border: 1px solid var(--rule); border-radius: 999px; background: rgba(255,250,240,.55); }
112
+ .year-section {
113
+ display: grid;
114
+ grid-template-columns: 6.5rem minmax(0, 1fr);
115
+ gap: clamp(1rem, 3vw, 2.5rem);
116
+ padding: 2rem 0;
117
+ border-bottom: 1px solid var(--rule);
118
+ }
119
+ .year-rail span {
120
+ position: sticky;
121
+ top: 1rem;
122
+ display: inline-block;
123
+ color: var(--blue);
124
+ font-size: clamp(2rem, 5vw, 3.7rem);
125
+ font-weight: 900;
126
+ letter-spacing: -.08em;
127
+ writing-mode: vertical-rl;
128
+ transform: rotate(180deg);
129
+ }
130
+ h2 {
131
+ margin: 0 0 1rem;
132
+ font: 800 .78rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
133
+ letter-spacing: .2em;
134
+ text-transform: uppercase;
135
+ color: var(--muted);
136
+ }
137
+ .talk-grid { display: grid; gap: .85rem; }
138
+ .talk-card {
139
+ display: grid;
140
+ grid-template-columns: minmax(0, 1fr) auto;
141
+ gap: .8rem 1rem;
142
+ padding: 1rem;
143
+ background: rgba(255, 250, 240, .72);
144
+ border: 1px solid var(--rule);
145
+ box-shadow: 0 1px 0 rgba(255,255,255,.65) inset;
146
+ transition: transform .18s ease, background .18s ease, border-color .18s ease;
147
+ animation: rise .5s both;
148
+ animation-delay: calc(var(--i) * 35ms);
149
+ }
150
+ .talk-card:hover { transform: translateX(.35rem); background: var(--paper-2); border-color: rgba(21, 95, 215, .42); }
151
+ .card-main { display: grid; grid-template-columns: 7.2rem minmax(0, 1fr) 2rem; gap: 1rem; align-items: baseline; }
152
+ .stamp {
153
+ color: var(--red);
154
+ font: 800 .75rem/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
155
+ letter-spacing: .09em;
156
+ text-transform: uppercase;
157
+ }
158
+ h3 { margin: 0; font-size: clamp(1.18rem, 2vw, 1.75rem); line-height: 1.03; letter-spacing: -.045em; }
159
+ .arrow { color: var(--blue); font-size: 1.35rem; justify-self: end; }
160
+ .card-actions { display: flex; gap: .45rem; justify-content: end; align-items: center; }
161
+ .pill {
162
+ display: inline-flex;
163
+ align-items: center;
164
+ white-space: nowrap;
165
+ padding: .48rem .72rem;
166
+ border: 1px solid var(--ink);
167
+ border-radius: 999px;
168
+ color: var(--paper-2);
169
+ background: var(--ink);
170
+ font: 800 .72rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
171
+ letter-spacing: .08em;
172
+ text-transform: uppercase;
173
+ }
174
+ .pill.ghost { color: var(--ink); background: transparent; border-color: var(--rule); }
175
+ .note {
176
+ grid-column: 1 / -1;
177
+ margin: -.2rem 0 0 8.2rem;
178
+ max-width: 50rem;
179
+ color: var(--muted);
180
+ font-size: .95rem;
181
+ line-height: 1.45;
182
+ }
183
+ footer {
184
+ display: flex;
185
+ flex-wrap: wrap;
186
+ gap: .5rem;
187
+ justify-content: space-between;
188
+ margin: 2.5rem 0 0;
189
+ padding-top: 1rem;
190
+ border-top: 1px solid var(--rule);
191
+ color: var(--muted);
192
+ font: 650 .78rem/1.45 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
193
+ }
194
+ footer a { color: var(--blue); font-weight: 900; }
195
+ @keyframes rise { from { opacity: 0; transform: translateY(.6rem); } to { opacity: 1; transform: translateY(0); } }
196
+ @media (max-width: 760px) {
197
+ main { width: min(100% - 1rem, 1120px); padding-top: .5rem; }
198
+ .hero { grid-template-columns: 1fr; min-height: auto; }
199
+ .hero-card { transform: none; box-shadow: 6px 6px 0 var(--ink); }
200
+ .year-section { grid-template-columns: 1fr; }
201
+ .year-rail span { position: static; writing-mode: horizontal-tb; transform: none; }
202
+ .talk-card { grid-template-columns: 1fr; }
203
+ .card-main { grid-template-columns: 1fr 2rem; }
204
+ .stamp { grid-column: 1 / -1; }
205
+ .card-actions { justify-content: start; }
206
+ .note { margin-left: 0; }
207
  }
208
  </style>
209
  </head>
210
  <body>
211
  <main>
212
+ <header class="hero">
213
+ <div>
214
+ <p class="eyebrow">evalstate archive</p>
215
+ <h1>Conference Presentations</h1>
216
+ <p class="lede">A maintained shelf of selected talks, demos, and conference decks. Built as a static Hugging Face Space from local presentation sources.</p>
217
+ </div>
218
+ <aside class="hero-card">
219
+ <time>Jun 2026</time>
220
+ <strong>Optimizing Skills and Tools, with Vision and GEPA</strong>
221
+ <a href="2026/arize-gepa/index.html">Open newest deck β†—</a>
222
+ </aside>
223
  </header>
224
+ <div class="meta-bar">
225
+ <span>10 decks Β· newest first</span>
226
+ <nav class="year-nav" aria-label="Years"><a href="#y2026">2026</a><a href="#y2025">2025</a></nav>
227
+ </div>
228
 
229
+ <section class="year-section" id="y2026">
230
+ <div class="year-rail"><span>2026</span></div>
231
+ <div class="year-content">
232
  <h2>2026</h2>
233
+ <div class="talk-grid">
234
+ <article class="talk-card" style="--i:1">
235
+ <a class="card-main" href="2026/arize-gepa/index.html">
236
+ <span class="stamp"><time datetime="2026-06-20">Jun 2026</time></span>
237
+ <h3>Optimizing Skills and Tools, with Vision and GEPA</h3>
238
+ <span class="arrow" aria-hidden="true">β†—</span>
239
+ </a>
240
+ <div class="card-actions">
241
+ <a class="pill" href="2026/arize-gepa/index.html">View deck</a>
242
 
243
  </div>
244
 
245
+ </article>
246
+ <article class="talk-card" style="--i:2">
247
+ <a class="card-main" href="2026/mcp-conference/presentation.html">
248
+ <span class="stamp"><time datetime="2026-06-10">Jun 2026</time></span>
249
+ <h3>MCP Conference</h3>
250
+ <span class="arrow" aria-hidden="true">β†—</span>
251
+ </a>
252
+ <div class="card-actions">
253
+ <a class="pill" href="2026/mcp-conference/presentation.html">View deck</a>
254
 
255
  </div>
256
 
257
+ </article>
258
+ <article class="talk-card" style="--i:3">
259
+ <a class="card-main" href="2026/aidevcon-london/index.html">
260
+ <span class="stamp"><time datetime="2026-06-02">Jun 2026</time></span>
261
  <h3>AI DevCon London</h3>
262
+ <span class="arrow" aria-hidden="true">β†—</span>
263
+ </a>
264
+ <div class="card-actions">
265
+ <a class="pill" href="2026/aidevcon-london/index.html">View deck</a>
266
 
267
  </div>
268
 
269
+ </article>
270
+ <article class="talk-card" style="--i:4">
271
+ <a class="card-main" href="2026/agentic-ai-aws/presentation.html">
272
+ <span class="stamp"><time datetime="2026-05-15">May 2026</time></span>
273
+ <h3>Agentic AI AWS</h3>
274
+ <span class="arrow" aria-hidden="true">β†—</span>
275
+ </a>
276
+ <div class="card-actions">
277
+ <a class="pill" href="2026/agentic-ai-aws/presentation.html">View deck</a>
278
 
279
  </div>
280
 
281
+ </article>
282
+ <article class="talk-card" style="--i:5">
283
+ <a class="card-main" href="2026/nvidia-meetup/presentation.html">
284
+ <span class="stamp"><time datetime="2026-04-30">Apr 2026</time></span>
285
  <h3>NVIDIA Meetup</h3>
286
+ <span class="arrow" aria-hidden="true">β†—</span>
287
+ </a>
288
+ <div class="card-actions">
289
+ <a class="pill" href="2026/nvidia-meetup/presentation.html">View deck</a>
290
 
291
  </div>
292
 
293
+ </article>
294
+ <article class="talk-card" style="--i:6">
295
+ <a class="card-main" href="2026/mcp-dev-summit-ny/presentation.html">
296
+ <span class="stamp"><time datetime="2026-04-02">Apr 2026</time></span>
297
+ <h3>MCP Dev Summit NYC</h3>
298
+ <span class="arrow" aria-hidden="true">β†—</span>
299
+ </a>
300
+ <div class="card-actions">
301
+ <a class="pill" href="2026/mcp-dev-summit-ny/presentation.html">View deck</a>
302
 
303
  </div>
304
 
305
+ </article>
306
+ <article class="talk-card" style="--i:7">
307
+ <a class="card-main" href="2026/mcp-connect/presentation.html">
308
+ <span class="stamp"><time datetime="2026-02-06">Feb 2026</time></span>
309
+ <h3>MCP Connect</h3>
310
+ <span class="arrow" aria-hidden="true">β†—</span>
311
+ </a>
312
+ <div class="card-actions">
313
+ <a class="pill" href="2026/mcp-connect/presentation.html">View deck</a>
314
 
315
  </div>
316
 
317
+ </article>
318
+ </div>
319
+ </div>
320
+ </section>
321
+ <section class="year-section" id="y2025">
322
+ <div class="year-rail"><span>2025</span></div>
323
+ <div class="year-content">
324
  <h2>2025</h2>
325
+ <div class="talk-grid">
326
+ <article class="talk-card" style="--i:1">
327
+ <a class="card-main" href="2025/mcp-dev-summit-oct/presentation.html">
328
+ <span class="stamp"><time datetime="2025-10-03">Oct 2025</time></span>
329
+ <h3>MCP Dev Summit London</h3>
330
+ <span class="arrow" aria-hidden="true">β†—</span>
331
+ </a>
332
+ <div class="card-actions">
333
+ <a class="pill" href="2025/mcp-dev-summit-oct/presentation.html">View deck</a>
334
+ <a class="pill ghost" href="https://mcpdevsummit.ai/">Event</a>
335
  </div>
336
+ <p class="note">Live demos covered the Hugging Face MCP Server, fast-agent transport tracking, and stateless MCP transport patterns.</p>
337
+ </article>
338
+ <article class="talk-card" style="--i:2">
339
+ <a class="card-main" href="2025/secure-se-sep/presentation.html">
340
+ <span class="stamp"><time datetime="2025-09-01">Sep 2025</time></span>
341
  <h3>Secure AI SE</h3>
342
+ <span class="arrow" aria-hidden="true">β†—</span>
343
+ </a>
344
+ <div class="card-actions">
345
+ <a class="pill" href="2025/secure-se-sep/presentation.html">View deck</a>
346
+ <a class="pill ghost" href="https://secureai.se/">Event</a>
347
  </div>
348
  <p class="note">Presentation included demonstration of Token Prediction and Selection, and Sampling with fast-agent and webcam.fast-agent.ai.</p>
349
+ </article>
350
+ <article class="talk-card" style="--i:3">
351
+ <a class="card-main" href="2025/mcp-dev-summit-may/presentation.html">
352
+ <span class="stamp"><time datetime="2025-05-22">May 2025</time></span>
353
+ <h3>MCP Dev Summit</h3>
354
+ <span class="arrow" aria-hidden="true">β†—</span>
355
+ </a>
356
+ <div class="card-actions">
357
+ <a class="pill" href="2025/mcp-dev-summit-may/presentation.html">View deck</a>
358
+ <a class="pill ghost" href="https://luma.com/mcpdevsummit2025">Event</a>
359
  </div>
360
+
361
+ </article>
362
+ </div>
363
+ </div>
364
+ </section>
365
+ <footer>
366
+ <span>Built from <code>evalstate/miscellany@798f9841f5cc</code> Β· local changes present</span>
367
+ <span>2026-06-24T10:04:26.555907+00:00 Β· <a href="publish-manifest.json">provenance</a></span>
368
+ </footer>
369
  </main>
370
  </body>
371
  </html>
publish-manifest.json CHANGED
@@ -2,7 +2,7 @@
2
  "title": "Conference Presentations",
3
  "space": "evalstate/presentations",
4
  "build": {
5
- "generatedAt": "2026-06-24T09:35:56.077464+00:00",
6
  "gitCommit": "798f9841f5cc979f0dd8b4002c26c29c62780a61",
7
  "gitDirty": true
8
  },
 
2
  "title": "Conference Presentations",
3
  "space": "evalstate/presentations",
4
  "build": {
5
+ "generatedAt": "2026-06-24T10:04:26.555907+00:00",
6
  "gitCommit": "798f9841f5cc979f0dd8b4002c26c29c62780a61",
7
  "gitDirty": true
8
  },