Skip to content

Commit

Permalink
add repo button
Browse files Browse the repository at this point in the history
  • Loading branch information
yazhuo committed Apr 9, 2024
1 parent c508314 commit 33354f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion material/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@
<button type="button" title="{{ page.next_page.title | e }}"
onclick="window.open('https://junchengyang.com/publication/nsdi24-SIEVE.pdf', '_blank')"
class="btn-yellow btn-xl-large btn-lg-large mx-2 mt-2 my-md-4 my-lg-4 my-xl-4 box-shadow">
To appear in NSDI'24
NSDI'24 Paper
</button>
<button type="button" title="{{ page.next_page.title | e }}"
onclick="window.open('https://github.com/cacheMon/NSDI24-SIEVE', '_blank')"
class="btn-yellow btn-xl-large btn-lg-large mx-2 mt-2 my-md-4 my-lg-4 my-xl-4 box-shadow">
Repo
</button>
</div>
</div>
Expand Down

0 comments on commit 33354f8

Please sign in to comment.