File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff 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 & 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 >
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments