Skip to content

Commit

Permalink
add paper.html link to landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Oct 6, 2023
1 parent dc0eb83 commit 5275b0c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 5275b0c

Please sign in to comment.