File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 "> 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 @@ -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;
You can’t perform that action at this time.
0 commit comments