Skip to content

Commit 2ed16be

Browse files
committed
Update RoboNaldo teaser and affiliation logos
1 parent c8478cf commit 2ed16be

4 files changed

Lines changed: 35 additions & 10 deletions

File tree

public/RoboNaldo/index.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
</header>
4545

4646
<section class="hero" id="top">
47-
<video class="hero-bg" autoplay muted loop playsinline preload="auto" poster="https://ik.imagekit.io/lwzdfij3h/posters/roboNaldo-web-teaser.webp">
48-
<source src="https://ik.imagekit.io/lwzdfij3h/videos/roboNaldo-web-teaser.mp4" type="video/mp4">
47+
<video class="hero-bg" autoplay muted loop playsinline preload="auto" poster="https://ik.imagekit.io/lwzdfij3h/videos/robonaldo-web-teaser-poster.jpg">
48+
<source src="https://ik.imagekit.io/lwzdfij3h/videos/robonaldo-teaser.mp4" type="video/mp4">
4949
</video>
5050
<div class="hero-overlay"></div>
5151
<div class="hero-content">
@@ -119,11 +119,17 @@ <h1 class="paper-title">
119119
<span><sup>3</sup>Archon Robotics</span>
120120
</div>
121121
<div class="affiliation-logos" aria-label="Affiliated institutions">
122+
<a href="https://opendrivelab.com/" target="_blank" rel="noopener" aria-label="OpenDriveLab">
123+
<img class="logo-odl-text" src="/assets/icon/OpenDriveLab.png" alt="OpenDriveLab">
124+
</a>
122125
<a href="https://www.hku.hk/" target="_blank" rel="noopener" aria-label="The University of Hong Kong">
123-
<img src="/assets/brand/hku.png" alt="The University of Hong Kong">
126+
<img class="logo-hku-text" src="/assets/brand/hku-logo-wine.png" alt="The University of Hong Kong">
124127
</a>
125128
<a href="https://www.cuhk.edu.hk/" target="_blank" rel="noopener" aria-label="The Chinese University of Hong Kong">
126-
<img src="/assets/brand/cuhk.png" alt="The Chinese University of Hong Kong">
129+
<img class="logo-cuhk-text" src="/assets/brand/cuhk.png" alt="The Chinese University of Hong Kong">
130+
</a>
131+
<a href="https://www.archonrobotics.ai/" target="_blank" rel="noopener" aria-label="Archon Robotics">
132+
<img class="logo-archon-text" src="/assets/brand/archon-text-transparent.svg" alt="Archon Robotics">
127133
</a>
128134
</div>
129135
<div class="affiliations author-notes">

public/RoboNaldo/static/css/index.css

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -396,29 +396,37 @@ img { display: block; max-width: 100%; }
396396
.affiliations sup { color: var(--accent-deep); }
397397
.affiliation-logos {
398398
display: flex;
399-
flex-wrap: wrap;
399+
flex-wrap: nowrap;
400400
justify-content: center;
401401
align-items: center;
402-
gap: 2.2rem;
402+
gap: clamp(1.1rem, 2.2vw, 2rem);
403403
margin: 1.2rem auto 0;
404+
max-width: 980px;
404405
}
405406
.affiliation-logos a {
406407
display: inline-flex;
407408
align-items: center;
409+
justify-content: center;
410+
flex: 0 1 auto;
411+
min-width: 0;
408412
opacity: 0.85;
409413
transition: opacity 0.2s ease, transform 0.2s ease;
410414
}
411415
.affiliation-logos a:hover { opacity: 1; transform: translateY(-1px); }
412416
.affiliation-logos img {
413-
height: 44px;
417+
height: 30px;
414418
width: auto;
415-
max-width: 180px;
419+
max-width: min(190px, 22vw);
416420
object-fit: contain;
417421
display: block;
418422
}
423+
.affiliation-logos .logo-hku-text { height: 34px; max-width: min(180px, 22vw); }
424+
.affiliation-logos .logo-cuhk-text { max-width: min(168px, 20vw); }
425+
.affiliation-logos .logo-archon-text { max-width: min(190px, 22vw); }
419426
@media (max-width: 640px) {
420-
.affiliation-logos { gap: 1.4rem; }
421-
.affiliation-logos img { height: 34px; }
427+
.affiliation-logos { gap: 0.75rem; }
428+
.affiliation-logos img { height: 20px; max-width: 24vw; }
429+
.affiliation-logos .logo-hku-text { height: 23px; }
422430
}
423431
.cta-row {
424432
display: inline-flex;
Lines changed: 11 additions & 0 deletions
Loading
158 KB
Loading

0 commit comments

Comments
 (0)