diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-05-31 10:59:07 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-05-31 10:59:07 +0800 |
| commit | 6679d4df1fc99a2a6aabf211803df1212f62f684 (patch) | |
| tree | 47dc518cc17ab9b5a892e964efe4d9cb2dad85df /www/projects | |
| parent | e944308db6de30153fdb86a67d6c913186fe8d89 (diff) | |
projects now just redirects to /video/
Diffstat (limited to 'www/projects')
| -rw-r--r-- | www/projects/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/projects/index.html b/www/projects/index.html index 2f788f4..cd1d0d1 100644 --- a/www/projects/index.html +++ b/www/projects/index.html @@ -313,7 +313,7 @@ <span class="heading">Videography<span class="desktop"> Projects</span></span>
<div class="flex-container flex-container-normal flex-container-dynamicwrap gap wide" style="margin-top: 1rem;">
<div class="flex video-higlight-card shadow-filter">
- <button onclick="loadVideo('/assets/videos/stringsoffreedom.mp4', 'Strings of Freedom', 'stringsoffreedom');">⏵</button>
+ <a href="/video/stringsoffreedom/" class="video-play-cover">⏵</a>
<img src="/assets/images/video-hero/stringsoffreedom.png" alt="">
<div class="img">
<h1>Strings of Freedom</h1>
@@ -322,7 +322,7 @@ </div>
</div>
<div class="flex video-higlight-card shadow-filter">
- <button onclick="loadVideo('/assets/videos/minds.mp4', 'MINDS Charity Car Wash Promotional Video', 'minds');">⏵</button>
+ <a href="/video/minds/" class="video-play-cover">⏵</a>
<img src="/assets/images/video-hero/minds.png" alt="">
<div class="img">
<h1>MINDS Charity Car Wash Promotional</h1>
@@ -334,7 +334,7 @@ <div class="flex video-gallery-card narrow">
<div>
<img src="/assets/images/video-hero/stringsoffreedom.png" alt="">
- <button onclick="loadVideo('/assets/videos/stringsoffreedom.mp4', 'Strings of Freedom', 'stringsoffreedom');">⏵</button>
+ <a href="/video/stringsoffreedom/" class="video-play-cover">⏵</a>
</div>
<div class="video-gallery-card-text video-gallery-card-text-accent flex-container flex-container-column flex-start gap">
<a href="/video/stringsoffreedom/" class="link">Strings of Freedom</a>
@@ -344,7 +344,7 @@ <div class="flex video-gallery-card narrow">
<div>
<img src="/assets/images/video-hero/minds.png" alt="">
- <button onclick="loadVideo('/assets/videos/minds.mp4', 'MINDS Charity Car Wash Promotional Video', 'minds');">⏵</button>
+ <a href="/video/minds/" class="video-play-cover">⏵</a>
</div>
<div class="video-gallery-card-text video-gallery-card-text-accent flex-container flex-container-column flex-start gap">
<a href="/video/minds/" class="link">MINDS Charity Car Wash Promotional</a>
@@ -354,7 +354,7 @@ <div class="flex video-gallery-card">
<div>
<img src="/assets/images/video-hero/paperverse.png" alt="">
- <button onclick="loadVideo('/assets/videos/paperverse.mp4', 'Paperverse Hub, a videography competition entry', 'paperverse');">⏵</button>
+ <a href="/video/paperverse/" class="video-play-cover">⏵</a>
</div>
<div class="video-gallery-card-text flex-container flex-container-normal flex-container-dynamicwrap flex-spacebetween flex-center-content">
<a href="/video/paperverse/" class="link">Paperverse Hub</a>
@@ -364,7 +364,7 @@ <div class="flex video-gallery-card">
<div>
<img src="/assets/images/video-hero/eid2026.png" alt="">
- <button onclick="loadVideo('/assets/videos/eid2026.mp4', 'A message for this Eid', 'eid2026');">⏵</button>
+ <a href="/video/eid2026" class="video-play-cover">⏵</a>
</div>
<div class="video-gallery-card-text flex-container flex-container-normal flex-container-dynamicwrap flex-spacebetween flex-center-content gap">
<a href="/video/eid2026/" class="link">A message for this Eid</a>
@@ -374,7 +374,7 @@ <div class="flex video-gallery-card">
<div>
<img src="/assets/images/video-hero/via3rp.png" alt="">
- <button onclick="loadVideo('/assets/videos/VIA.mp4', 'Secondary 3 Class VIA Project', 's3via');">⏵</button>
+ <a href="/video/s3via/" class="video-play-cover">⏵</a>
</div>
<div class="video-gallery-card-text flex-container flex-container-normal flex-container-dynamicwrap flex-spacebetween flex-center-content gap">
<a href="/video/s3via/" class="link">Secondary 3 VIA Project</a>
|
