Skip to content

Commit a851729

Browse files
committed
broken video
1 parent 8e44eae commit a851729

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ By orchestrating gaze-driven pointer control, voice-command parsing, and concurr
1313
# Video
1414

1515
<p align="center">
16-
<iframe width="560" height="315" src="https://youtu.be/caxh22XqrdI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
16+
<iframe width="560" height="315" src="https://www.youtube.com/embed/caxh22XqrdI?si=ZeSqMQCshEeBoQOi" 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>
1717
</p>
1818

1919
---
@@ -55,6 +55,8 @@ EyeNav implements the following core features:
5555
```
5656
2. **Backend Setup**
5757

58+
Frtom the `backend/` folder
59+
5860
```bash
5961
python3 -m venv venv
6062
source venv/bin/activate

_layouts/default.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ <h1 class="title-logo" align="center" style="margin-bottom: 10px;">
2828
<p style="margin-bottom: 7px">{{ site.description | default: site.github.project_tagline }}</p>
2929

3030
{% if site.show_downloads %}
31-
<ul class="downloads" style="margin-bottom: 7px">
32-
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
33-
</ul>
31+
<a href="{{ site.github.repository_url }}"
32+
style="display: inline-block; padding: 10px 16px; background-color: #24292e; color: white; text-decoration: none; border-radius: 6px; font-weight: bold;">
33+
View on GitHub
34+
</a>
35+
3436
{% endif %}
3537

3638
<h3 style="margin-bottom: 7px">Team Members</h3>

0 commit comments

Comments
 (0)