Skip to content

Commit

Permalink
deploy: 5275b0c
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Oct 6, 2023
1 parent cb161f6 commit 8d1debe
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,15 @@ <h1 class="text-body-emphasis">trace4d</h1>

<div class="mb-5">
<a href="https://github.com/LinqLover/trace4d" class="btn btn-secondary px-3" target="_blank">Browse GitHub repository</a>
<a href="https://linqlover.github.io/trace4d/paper.pdf" class="btn btn-secondary px-3" target="_blank">Read paper (preprint)</a>
<div class="btn-group">
<a href="https://linqlover.github.io/trace4d/paper.pdf" class="btn btn-secondary px-3" target="_blank">Read paper (preprint)</a>
<button type="button" class="btn btn-secondary dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-expanded="false">
<span class="visually-hidden">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://linqlover.github.io/trace4d/paper.html" target="_blank">Read paper (HTML)</a></li>
</ul>
</div>
</div>

<div class="col-md-12 mb-5">
Expand Down

0 comments on commit 8d1debe

Please sign in to comment.