Skip to content

Commit bc330c8

Browse files
committed
logo and video
1 parent 32a565d commit bc330c8

File tree

6 files changed

+452
-1
lines changed

6 files changed

+452
-1
lines changed

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@
5252
<div class="container is-max-desktop">
5353
<div class="columns is-centered">
5454
<div class="column has-text-centered">
55-
<h1 class="title is-1 publication-title">Robot Control Stack:<br>A Lean Ecosystem for Robot Learning at Scale
55+
<h1 class="title">
56+
<img src="static/images/rcs_logo_line.svg" alt="Project Logo" style="height: 80px; vertical-align: middle;">
57+
<br><br>A Lean Ecosystem for Robot Learning at Scale
5658
</h1>
5759
<div class="is-size-5 publication-authors">
5860
<!-- Paper authors -->
@@ -186,6 +188,14 @@ <h2 class="title is-3">Abstract</h2>
186188
</div>
187189
</div>
188190
</section>
191+
<section class="section hero">
192+
<div class="columns is-centered has-text centered">
193+
<video autoplay loop muted playsinline width="640" height="360">
194+
<source src="static/videos/final_edit.mp4" type="video/mp4">
195+
Your browser does not support the video tag.
196+
</video>
197+
</div>
198+
</section>
189199
<!-- End paper abstract -->
190200

191201

static/images/favicon.ico

3.44 KB
Binary file not shown.

static/images/rcs_logo.svg

Lines changed: 128 additions & 0 deletions
Loading

static/images/rcs_logo_line.svg

Lines changed: 160 additions & 0 deletions
Loading

static/images/rcs_logo_multiline.svg

Lines changed: 153 additions & 0 deletions
Loading

static/videos/final_edit.mp4

2.78 MB
Binary file not shown.

0 commit comments

Comments
 (0)