Skip to content

Commit 0c72dae

Browse files
authored
Update index.html
Signed-off-by: Koorosh Aslansefat <[email protected]>
1 parent 506f600 commit 0c72dae

File tree

1 file changed

+11
-66
lines changed

1 file changed

+11
-66
lines changed

index.html

+11-66
Original file line numberDiff line numberDiff line change
@@ -189,65 +189,6 @@ <h2 class="subtitle has-text-centered">
189189
</div>
190190
</section>
191191

192-
193-
<section class="hero is-light is-small">
194-
<div class="hero-body">
195-
<div class="container">
196-
<div id="results-carousel" class="carousel results-carousel">
197-
<div class="item item-steve">
198-
<video poster="" id="steve" autoplay controls muted loop playsinline height="100%">
199-
<source src="./static/videos/steve.mp4"
200-
type="video/mp4">
201-
</video>
202-
</div>
203-
<div class="item item-chair-tp">
204-
<video poster="" id="chair-tp" autoplay controls muted loop playsinline height="100%">
205-
<source src="./static/videos/chair-tp.mp4"
206-
type="video/mp4">
207-
</video>
208-
</div>
209-
<div class="item item-shiba">
210-
<video poster="" id="shiba" autoplay controls muted loop playsinline height="100%">
211-
<source src="./static/videos/shiba.mp4"
212-
type="video/mp4">
213-
</video>
214-
</div>
215-
<div class="item item-fullbody">
216-
<video poster="" id="fullbody" autoplay controls muted loop playsinline height="100%">
217-
<source src="./static/videos/fullbody.mp4"
218-
type="video/mp4">
219-
</video>
220-
</div>
221-
<div class="item item-blueshirt">
222-
<video poster="" id="blueshirt" autoplay controls muted loop playsinline height="100%">
223-
<source src="./static/videos/blueshirt.mp4"
224-
type="video/mp4">
225-
</video>
226-
</div>
227-
<div class="item item-mask">
228-
<video poster="" id="mask" autoplay controls muted loop playsinline height="100%">
229-
<source src="./static/videos/mask.mp4"
230-
type="video/mp4">
231-
</video>
232-
</div>
233-
<div class="item item-coffee">
234-
<video poster="" id="coffee" autoplay controls muted loop playsinline height="100%">
235-
<source src="./static/videos/coffee.mp4"
236-
type="video/mp4">
237-
</video>
238-
</div>
239-
<div class="item item-toby">
240-
<video poster="" id="toby" autoplay controls muted loop playsinline height="100%">
241-
<source src="./static/videos/toby2.mp4"
242-
type="video/mp4">
243-
</video>
244-
</div>
245-
</div>
246-
</div>
247-
</div>
248-
</section>
249-
250-
251192
<section class="section">
252193
<div class="container is-max-desktop">
253194
<!-- Abstract. -->
@@ -263,8 +204,6 @@ <h2 class="title is-3">Abstract</h2>
263204
</div>
264205
<!--/ Abstract. -->
265206

266-
267-
268207
<section class="section" id="BibTeX">
269208
<div class="container is-max-desktop content">
270209
<h2 class="title">BibTeX</h2>
@@ -279,11 +218,17 @@ <h2 class="title">BibTeX</h2>
279218
</div>
280219
</section>
281220

282-
<nav>
283-
<ul>
284-
<li><a href="./PointCloud.html">Point Cloud Explainability</a></li>
285-
</ul>
286-
</nav>
221+
<!-- Button to Forward to Another Page with a Logo -->
222+
<section class="section">
223+
<div class="container has-text-centered">
224+
<a href="https://dependable-intelligent-systems-lab.github.io/xwhy/PointCloud.html" class="button is-primary is-large">
225+
<span class="icon">
226+
<img src="./static/images/pointcloud_logo.png" alt="Point Cloud Logo" style="height: 24px; width: auto;">
227+
</span>
228+
<span>Explore Point Cloud Explainability</span>
229+
</a>
230+
</div>
231+
</section>
287232

288233

289234
<footer class="footer">

0 commit comments

Comments
 (0)