Skip to content

Commit 8d2c788

Browse files
committed
updated buttons
1 parent f8d6f56 commit 8d2c788

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,16 @@ <h1 class="title is-1 publication-title">
296296
</a>
297297
</span>
298298

299+
<span class="link-block">
300+
<a href="YOUR_DATASET_URL" target="_blank"
301+
class="external-link button is-normal is-rounded is-dark">
302+
<span class="icon">
303+
<i class="fas fa-database"></i>
304+
</span>
305+
<span>Dataset</span>
306+
</a>
307+
</span>
308+
299309

300310
<!-- TODO: Replace with your GitHub repository URL -->
301311
<span class="link-block">
@@ -308,6 +318,15 @@ <h1 class="title is-1 publication-title">
308318
</a>
309319
</span>
310320

321+
<span class="link-block">
322+
<a href="#BibTeX" class="external-link button is-normal is-rounded is-dark">
323+
<span class="icon">
324+
<i class="fas fa-quote-left"></i>
325+
</span>
326+
<span>BibTeX</span>
327+
</a>
328+
</span>
329+
311330
</div>
312331
</div>
313332
</div>

0 commit comments

Comments
 (0)