Skip to content

Commit 310079b

Browse files
committed
Styling
1 parent b896b57 commit 310079b

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.DS_Store

6 KB
Binary file not shown.

index.markdown

+16-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,23 @@
55
layout: home
66
---
77

8-
<div style="width: 16em">
9-
<a style="display: block; border: 1px solid grey; padding: 0.5em; float: left" onclick="https://arxiv.org/abs/2408.08653">Paper (arXiv)</a>
8+
<style>
9+
h1, h2, h3, h4, h5, h6 {
10+
font-weight: 400;
11+
margin: 1em 0;
12+
}
13+
</style>
14+
15+
<div style="display: flex; justify-content: center; gap: 1em; margin: 1em auto;">
16+
<a href="https://arxiv.org/abs/2408.08653" target="_blank"
17+
style="display: inline-block; border: 2px solid #ccc; padding: 0.5em;
18+
text-decoration: none; color: #333; border-radius: 4px; font-weight: bold; background-color: #f9f9f9;
19+
transition: all 0.3s ease;">Paper (arXiv)</a>
1020

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

1427
<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>

0 commit comments

Comments
 (0)