Skip to content

Commit 94a3ab0

Browse files
committed
Add venue information to hero section and style adjustments for clarity
1 parent d69f1d8 commit 94a3ab0

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ <h3 class="nav-title">links</h3>
8686
<section id="abstract" class="hero-section">
8787
<h1>Jaseci: An Open-Source AI-Native Language and Runtime Stack</h1>
8888
<p class="subtitle"><span class="gradient-text">Mar 22 (Sunday) Morning Session · ASPLOS'26 @ Pittsburgh</span></p>
89+
<p class="hero-venue">Warhol Room</p>
8990
<a href="https://www.jaseci.org/" class="jaseci-cta" target="_blank" rel="noopener">
9091
Visit Jaseci.org — Docs, tutorials &amp; community
9192
<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M5.22 14.78a.75.75 0 001.06 0l7.22-7.22v5.69a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75h-7.5a.75.75 0 000 1.5h5.69l-7.22 7.22a.75.75 0 000 1.06z" clip-rule="evenodd"/></svg>

styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,13 @@ section:last-child { border-bottom: none; }
239239
margin-bottom: 32px;
240240
}
241241

242+
.hero-venue {
243+
font-size: 0.95rem;
244+
color: var(--text-light);
245+
margin-bottom: 32px;
246+
margin-top: -8px;
247+
}
248+
242249
.gradient-text {
243250
background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
244251
background-clip: text;

0 commit comments

Comments
 (0)