Skip to content

Commit a7488ff

Browse files
committed
add coming soon label
1 parent 0fac836 commit a7488ff

2 files changed

Lines changed: 29 additions & 22 deletions

File tree

index.html

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -66,38 +66,38 @@ <h1 class="title is-1 publication-title">DNT-RL: Soccer Behavior Learning in Par
6666
<div class="publication-links">
6767
<!-- PDF Link. -->
6868
<span class="link-block">
69-
<a href="TODO" class="external-link button is-normal is-rounded is-dark">
69+
<a href="TODO" class="external-link button is-normal is-rounded is-dark is-disabled">
7070
<span class="icon">
7171
<i class="fas fa-file-pdf"></i>
7272
</span>
73-
<span>Paper</span>
73+
<span>Paper (Coming soon)</span>
7474
</a>
7575
</span>
7676
<span class="link-block">
77-
<a href="TODO" class="external-link button is-normal is-rounded is-dark">
77+
<a href="TODO" class="external-link button is-normal is-rounded is-dark is-disabled">
7878
<span class="icon">
7979
<i class="ai ai-arxiv"></i>
8080
</span>
81-
<span>arXiv</span>
81+
<span>arXiv (Coming soon)</span>
8282
</a>
8383
</span>
8484
<!-- Video Link. TODO-->
8585
<span class="link-block">
86-
<a href="TODO" class="external-link button is-normal is-rounded is-dark">
86+
<a href="TODO" class="external-link button is-normal is-rounded is-dark is-disabled">
8787
<span class="icon">
8888
<i class="fab fa-youtube"></i>
8989
</span>
90-
<span>Video</span>
90+
<span>Video (Coming soon)</span>
9191
</a>
9292
</span>
9393
<!-- Code Link. -->
9494
<span class="link-block">
9595
<a href="https://github.com/IntelligentRoboticsLab/dnt-rl"
96-
class="external-link button is-normal is-rounded is-dark">
96+
class="external-link button is-normal is-rounded is-dark is-disabled">
9797
<span class="icon">
9898
<i class="fab fa-github"></i>
9999
</span>
100-
<span>Code</span>
100+
<span>Code (Coming soon)</span>
101101
</a>
102102
</span>
103103
<!-- Simulation Link. -->
@@ -126,22 +126,22 @@ <h1 class="title is-1 publication-title">DNT-RL: Soccer Behavior Learning in Par
126126
<h2 class="subtitle has-text-centered">
127127
<span class="dnerf">DNT-RL</span> learning a walk to point policy with 64 parallel agents.
128128
</h2>
129-
<h4>PAGE IS UNDERCONSTRUCTION</h4>
129+
<h4 class="has-text-centered"">PAGE IS UNDERCONSTRUCTION</h4>
130130
</div>
131131
</div>
132132
</section>
133133

134134

135-
<section class="hero is-light is-small">
136-
<div class="hero-body">
137-
<div class="container">
138-
<div id="results-carousel" class="carousel results-carousel">
139-
<div class="item item-steve">
140-
<video poster="" id="steve" autoplay controls muted loop playsinline height="100%">
141-
<source src="./static/videos/striker.webm" type="video/webm">
142-
</video>
143-
</div>
144-
<!-- <div class="item item-chair-tp">
135+
<section class=" hero is-light is-small">
136+
<div class="hero-body">
137+
<div class="container">
138+
<div id="results-carousel" class="carousel results-carousel">
139+
<div class="item item-steve">
140+
<video poster="" id="steve" autoplay controls muted loop playsinline height="100%">
141+
<source src="./static/videos/striker.webm" type="video/webm">
142+
</video>
143+
</div>
144+
<!-- <div class="item item-chair-tp">
145145
<video poster="" id="chair-tp" autoplay controls muted loop playsinline height="100%">
146146
<source src="./static/videos/chair-tp.mp4" type="video/mp4">
147147
</video>
@@ -176,9 +176,9 @@ <h4>PAGE IS UNDERCONSTRUCTION</h4>
176176
<source src="./static/videos/toby2.mp4" type="video/mp4">
177177
</video>
178178
</div> -->
179-
</div>
180-
</div>
181-
</div>
179+
</div>
180+
</div>
181+
</div>
182182
</section>
183183

184184

static/css/index.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ body {
7575
text-decoration: underline;
7676
}
7777

78+
79+
.is-disabled {
80+
pointer-events: none;
81+
opacity: 0.5;
82+
cursor: not-allowed;
83+
}
84+
7885
.author-block {
7986
display: inline-block;
8087
}

0 commit comments

Comments
 (0)