Skip to content

Commit 784a61c

Browse files
Make "16-Jan-2026 - Agent Framework Dev Day" section collapsible
Co-authored-by: codingoutloud <522806+codingoutloud@users.noreply.github.com>
1 parent 32f1fc8 commit 784a61c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ <h2 class="hero__title">Agent Framework Dev Project</h2>
6666
<!-- Memories -->
6767
<section class="card" aria-labelledby="memories-heading">
6868
<p class="card__label">Memories</p>
69-
<h2 id="memories-heading" class="card__title">16-Jan-2026 - Agent Framework Dev Day</h2>
69+
<details>
70+
<summary>
71+
<h2 id="memories-heading" class="card__title">16-Jan-2026 - Agent Framework Dev Day</h2>
72+
</summary>
7073
<p class="card__body">
7174
We burned more than <strong>3 million inference tokens</strong> during the day at Microsoft in Burlington!
7275
</p>
@@ -95,6 +98,7 @@ <h2 id="memories-heading" class="card__title">16-Jan-2026 - Agent Framework Dev
9598
<blockquote class="card__body">
9699
<p>“One of the best days spent with community of likeminded friends and professionals!!”</p>
97100
</blockquote>
101+
</details>
98102
</section>
99103

100104
<!-- Event Details -->

0 commit comments

Comments
 (0)