Skip to content

Commit

Permalink
Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
xavriley committed Nov 10, 2024
1 parent b896b57 commit 310079b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
19 changes: 16 additions & 3 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,23 @@
layout: home
---

<div style="width: 16em">
<a style="display: block; border: 1px solid grey; padding: 0.5em; float: left" onclick="https://arxiv.org/abs/2408.08653">Paper (arXiv)</a>
<style>
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
margin: 1em 0;
}
</style>

<div style="display: flex; justify-content: center; gap: 1em; margin: 1em auto;">
<a href="https://arxiv.org/abs/2408.08653" target="_blank"
style="display: inline-block; border: 2px solid #ccc; padding: 0.5em;
text-decoration: none; color: #333; border-radius: 4px; font-weight: bold; background-color: #f9f9f9;
transition: all 0.3s ease;">Paper (arXiv)</a>

<a style="display: block; border: 1px solid grey; padding: 0.5em; float: right" onclick="https://zenodo.org/records/13962272">Data (Zenodo)</a>
<a href="https://zenodo.org/records/13962272" target="_blank"
style="display: inline-block; border: 2px solid #ccc; padding: 0.5em;
text-decoration: none; color: #333; border-radius: 4px; font-weight: bold; background-color: #f9f9f9;
transition: all 0.3s ease;">Data (Zenodo)</a>
</div>

<iframe width="740" height="417" src="https://www.youtube.com/embed/xifkG2tTEwU?si=aU6kMtqM3HLdQETt" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
Expand Down

0 comments on commit 310079b

Please sign in to comment.