Skip to content

Commit 664e5ca

Browse files
committed
Refine RSS 2026 on-site event lead
1 parent 469f894 commit 664e5ca

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

public/rss2026/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="keywords" content="RSS 2026, OpenDriveLab, robotics, humanoid robots, whole-body intelligence, robot learning">
1212
<link rel="icon" href="../images/rss2026/odl-d.png">
1313
<link rel="preload" as="image" href="../images/rss2026/rss2026-venue-hero.jpg">
14-
<link rel="stylesheet" href="./styles.css?v=20260625-6">
14+
<link rel="stylesheet" href="./styles.css?v=20260625-7">
1515
</head>
1616
<body>
1717
<a class="skip-link" href="#conference">Skip to content</a>
@@ -137,7 +137,7 @@ <h3><a href="https://opendrivelab.com/EgoHumanoid/">EgoHumanoid</a></h3>
137137
<div class="section__inner section-head-row section-head-row--compact">
138138
<div class="section-heading">
139139
<p class="kicker">On-Site Event</p>
140-
<h2 id="events-title">Talks, demos, interviews, and community meetups in Sydney.</h2>
140+
<h2 class="event-lead" id="events-title">A focused on-site program distilling RSS 2026 into frontier insights, live systems, and meaningful community exchange.</h2>
141141
</div>
142142
</div>
143143

public/rss2026/styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,15 @@ h4 {
499499
max-width: 980px;
500500
}
501501

502+
.section-heading .event-lead {
503+
max-width: 900px;
504+
margin-top: 18px;
505+
color: rgba(15, 23, 25, 0.64);
506+
font-size: clamp(1.2rem, 1.85vw, 1.5rem);
507+
font-weight: 650;
508+
line-height: 1.36;
509+
}
510+
502511
.metric-grid,
503512
.event-grid,
504513
.media-grid,

0 commit comments

Comments
 (0)