Skip to content

Commit 87a95c7

Browse files
committed
--
1 parent 38cbd5e commit 87a95c7

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

index.htm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@
127127
<a href="https://arxiv.org/abs/2412.00639" class="btn publication-btn" target="_blank">
128128
📄 Read Publication (Preprint)
129129
</a>
130+
<a href="https://www.youtube.com/watch?v=n-SXX_ry9-0" class="btn youtube-btn" target="_blank">
131+
▶️ Watch on YouTube
132+
</a>
130133
</div>
131134
<p class="install-instructions">
132135
📖 <strong>Detailed installation instructions:</strong>

style.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,13 @@ h1, h3{
174174

175175
.install-link:hover {
176176
text-decoration: underline;
177-
}
177+
}
178+
179+
.youtube-btn {
180+
background-color: #ff0000;
181+
color: white;
182+
}
183+
184+
.youtube-btn:hover {
185+
background-color: #cc0000;
186+
}

0 commit comments

Comments
 (0)