@@ -19,10 +19,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
1919 flow of text entry.
2020 </p >
2121 <div class =" demo-media" >
22- <video controls width =" 600" poster =" /images/dasher-poster.jpg" >
23- <source src =" /videos/intro.mp4" type =" video/mp4" >
24- Your browser does not support the video tag.
25- </video >
22+ <img src =" /videos/newdasher.gif" alt =" Animated GIF of Dasher in action" width =" 250" height =" 230" loading =" lazy" />
2623 </div >
2724 </section >
2825
@@ -54,39 +51,63 @@ import BaseLayout from '../layouts/BaseLayout.astro';
5451
5552 <section class =" demo-section" >
5653 <h2 >See It In Action</h2 >
54+ <p >
55+ The original project videos are now available on YouTube.
56+ Start with the full playlist, then use the featured demos below.
57+ </p >
58+ <p >
59+ <a href =" https://www.youtube.com/playlist?list=PLG22wrzFpavafCF-5u9jh6kS-UAIGkPbw" target =" _blank" rel =" noopener noreferrer" class =" btn-secondary" >Open YouTube Playlist</a >
60+ </p >
5761
5862 <div class =" video-list" >
5963 <div class =" video-item" >
60- <h3 >Introduction to Dasher </h3 >
61- <p >A complete overview of how Dasher works and its key features .</p >
64+ <h3 >Eye-Tracking Demo (Nov 2001) </h3 >
65+ <p >Classic eye-tracking demonstration from the original project videos .</p >
6266 <div class =" video-player" >
63- <video controls poster =" /images/dasher-poster.jpg" >
64- <source src =" /videos/intro.mp4" type =" video/mp4" >
65- Your browser does not support the video tag.
66- </video >
67+ <iframe
68+ src =" https://www.youtube.com/embed/-96VfRFS7tw"
69+ title =" Eye-tracking demo (Nov 2001)"
70+ loading =" lazy"
71+ allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
72+ referrerpolicy =" strict-origin-when-cross-origin"
73+ allowfullscreen >
74+ </iframe >
6775 </div >
6876 </div >
6977
7078 <div class =" video-item" >
71- <h3 >Eye-Tracking Demonstration </h3 >
72- <p >See how Dasher enables text entry using only eye movements .</p >
79+ <h3 >Control Mode </h3 >
80+ <p >Enhanced eye-tracking mode demonstrating control mode behavior .</p >
7381 <div class =" video-player" >
74- <video controls poster =" /images/dasher-poster.jpg" >
75- <source src =" /videos/eye-tracking.mp4" type =" video/mp4" >
76- Your browser does not support the video tag.
77- </video >
82+ <iframe
83+ src =" https://www.youtube.com/embed/KwpGpCSK2Pk"
84+ title =" Dasher control mode demo"
85+ loading =" lazy"
86+ allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
87+ referrerpolicy =" strict-origin-when-cross-origin"
88+ allowfullscreen >
89+ </iframe >
7890 </div >
7991 </div >
8092
8193 <div class =" video-item" >
82- <h3 >Advanced Techniques </h3 >
83- <p >Learn tips and tricks for faster text entry with Dasher .</p >
94+ <h3 >Dasher Eyetracker and BreathDasher </h3 >
95+ <p >Additional legacy demos now hosted on YouTube .</p >
8496 <div class =" video-player" >
85- <video controls poster =" /images/dasher-poster.jpg" >
86- <source src =" /videos/advanced.mp4" type =" video/mp4" >
87- Your browser does not support the video tag.
88- </video >
97+ <iframe
98+ src =" https://www.youtube.com/embed/qW2-Qvj_p7k"
99+ title =" Dasher Eyetracker demo"
100+ loading =" lazy"
101+ allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
102+ referrerpolicy =" strict-origin-when-cross-origin"
103+ allowfullscreen >
104+ </iframe >
89105 </div >
106+ <p >
107+ More videos:
108+ <a href =" https://youtu.be/Bz3OJXokFDs" target =" _blank" rel =" noopener noreferrer" >EyeDasher 4800</a >,
109+ <a href =" https://youtu.be/_tMIotLU7Co" target =" _blank" rel =" noopener noreferrer" >BreathDasher</a >.
110+ </p >
90111 </div >
91112 </div >
92113 </section >
0 commit comments