Skip to content

Commit 10eeaa5

Browse files
committed
Add venue information to hero section and style adjustments for clarity
1 parent 0ad9fbd commit 10eeaa5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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"><span class="venue-label">Venue</span> 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: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,20 @@ section:last-child { border-bottom: none; }
241241

242242
.hero-venue {
243243
font-size: 0.95rem;
244-
color: var(--text-light);
244+
color: var(--text-muted);
245245
margin-bottom: 32px;
246246
margin-top: -8px;
247247
}
248248

249+
.venue-label {
250+
font-size: 0.72rem;
251+
font-weight: 700;
252+
text-transform: uppercase;
253+
letter-spacing: 0.08em;
254+
color: var(--text-light);
255+
margin-right: 6px;
256+
}
257+
249258
.gradient-text {
250259
background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
251260
background-clip: text;

0 commit comments

Comments
 (0)