Skip to content

Commit bf963bc

Browse files
understanding
1 parent a77c02d commit bf963bc

File tree

5 files changed

+40
-3
lines changed

5 files changed

+40
-3
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ p {
510510
/* Column headers (1,2,3,4) */
511511
.grid-headers {
512512
display: grid;
513-
grid-template-columns: repeat(4, 1fr);
513+
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
514514
text-align: center;
515515
font-weight: bold;
516516
margin-bottom: 1rem;

index.html

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
<a href="#" class="nav-logo">Nav-R1</a>
3535
<div class="nav-links">
3636
<a href="#overview">Overview</a>
37+
<a href="#real-nav">Real World Navigation</a>
38+
<a href="#real-und">Real World Understanding</a>
3739
<a href="#method">Method</a>
3840
<a href="#applications">Applications</a>
3941
<a href="#citation">Citation</a>
@@ -103,7 +105,7 @@ <h2>Overview</h2>
103105
</div>
104106

105107
<div class="video-container">
106-
<video controls autoplay muted loop>
108+
<video controls autoplay muted loop style="width:70%;">
107109
<source src="videos/overview.mp4" type="video/mp4">
108110
Your browser does not support the video tag.
109111
</video>
@@ -129,7 +131,7 @@ <h2>System Overview</h2>
129131
</div>
130132
</section> -->
131133

132-
<section class="section section-dark" id="overview">
134+
<section class="section section-dark" id="real-nav">
133135
<div class="container">
134136
<h2>Real World Navigation</h2>
135137

@@ -746,6 +748,41 @@ <h3>ObjectNav</h3>
746748
</div>
747749
</section>
748750

751+
<section class="section section-light" id="real-und">
752+
<div class="container">
753+
<h2>Real World Understanding</h2>
754+
755+
<h3>Embodied Dialogue</h3>
756+
757+
<div class="video-container">
758+
<video controls autoplay muted loop style="width:70%;">
759+
<source src="understanding/embodied_dialogue.mp4" type="video/mp4">
760+
</video>
761+
</div>
762+
763+
<h3>Embodied Reasoning</h3>
764+
765+
<div class="video-container">
766+
<video controls autoplay muted loop style="width:70%;">
767+
<source src="understanding/embodied_reasoning.mp4" type="video/mp4">
768+
</video>
769+
</div>
770+
771+
772+
<h3>Embodied Rlanning</h3>
773+
774+
<div class="video-container">
775+
<video controls autoplay muted loop style="width:70%;">
776+
<source src="understanding/embodied_planning.mp4" type="video/mp4">
777+
</video>
778+
</div>
779+
780+
781+
782+
783+
</div>
784+
</section>
785+
749786
<!-- Key Contributions Section -->
750787
<section class="section section-light">
751788
<div class="container">
20.4 MB
Binary file not shown.
37.3 MB
Binary file not shown.
41.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)