We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38cbd5e commit 87a95c7Copy full SHA for 87a95c7
2 files changed
index.htm
@@ -127,6 +127,9 @@
127
<a href="https://arxiv.org/abs/2412.00639" class="btn publication-btn" target="_blank">
128
📄 Read Publication (Preprint)
129
</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>
133
</div>
134
<p class="install-instructions">
135
📖 <strong>Detailed installation instructions:</strong>
style.css
@@ -174,4 +174,13 @@ h1, h3{
174
175
.install-link:hover {
176
text-decoration: underline;
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