Skip to content

Commit 3410ed6

Browse files
committed
finish
1 parent 7f2a6ed commit 3410ed6

2 files changed

Lines changed: 41 additions & 3 deletions

File tree

index.html

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,23 @@
9090
<div class="columns is-centered">
9191
<div class="column has-text-centered">
9292
<h1 class="title is-1 publication-title">Global Contact-Rich Planning with Sparsity-Rich Semidefinite Relaxations</h1>
93-
<h1 class="title is-1 publication-title">
94-
<img src="static/images/rss-logo.png" alt="conference_logo" width="30" style="vertical-align: middle;">
93+
94+
<!-- <h2 class="title is-2 publication-title">
95+
<img src="static/images/rss-logo.png" width="3">
9596
<span style="font-size: 30px; color: rgb(115, 24, 24); font-weight: bold;">
9697
Robotics: Science and Systems (RSS) 2025
9798
</span>
98-
</h1>
99+
</h2> -->
100+
101+
<!-- announcement block -->
102+
<h2 class="title is-3 has-text-weight-bold rss-banner is-justify-content-center is-align-items-center">
103+
<img src="static/images/rss-logo.png"
104+
alt="RSS logo"
105+
class="rss-logo">
106+
<span class="rss-text">
107+
Robotics: Science and Systems (RSS) 2025
108+
</span>
109+
</h2>
99110

100111
<div class="is-size-5 publication-authors">
101112
<span class="author-block"></span>

static/css/index.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,31 @@ picture img {
190190
height: auto;
191191
}
192192

193+
/* maroon that matches the screenshot */
194+
:root {
195+
--rss-maroon: #731818; /* tweak if you need it darker/lighter */
196+
}
197+
198+
/* whole banner */
199+
.rss-banner {
200+
display: flex; /* put logo and text on one line */
201+
align-items: center; /* vertical centering */
202+
justify-content: center; /* ⬅ NEW: centers logo + text as a unit */
203+
gap: 0.75rem; /* space between logo & text */
204+
color: var(--rss-maroon); /* maroon text */
205+
margin: 1rem 0; /* a bit of vertical breathing-room*/
206+
}
207+
208+
/* logo sizing */
209+
.rss-logo {
210+
width: 40px; /* looks about right; change if you need */
211+
height: auto; /* keep aspect ratio */
212+
}
213+
214+
/* make sure long titles wrap nicely without breaking flex */
215+
.rss-text {
216+
line-height: 1.25;
217+
}
218+
219+
193220

0 commit comments

Comments
 (0)