Fix broken video links
This commit is contained in:
parent
aa26e2f7f0
commit
3ef31ebe43
2 changed files with 9 additions and 9 deletions
|
@ -52,9 +52,9 @@ strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">
|
||||||
<div class="w-70-ns mh2">
|
<div class="w-70-ns mh2">
|
||||||
<section class="mh0 pa3 bg-light-blue ba b--gray">
|
<section class="mh0 pa3 bg-light-blue ba b--gray">
|
||||||
<p><video style="width: 95%; height: auto;" controls="" poster="/videos/sfc-introduction-video_poster.jpg">
|
<p><video style="width: 95%; height: auto;" controls="" poster="/videos/sfc-introduction-video_poster.jpg">
|
||||||
<source src="{% static 'videos/sfc-introduction_1080p.mp4' %}" />
|
<source src="/videos/sfc-introduction_1080p.mp4" />
|
||||||
<track src="{% static 'docs/sfc-introduction-vtt-captions.txt' %}" kind="subtitles" srclang="en" label="English" />
|
<track src="/docs/sfc-introduction-vtt-captions.txt" kind="subtitles" srclang="en" label="English" />
|
||||||
<a href="/videos/sfc-introduction_1080p.mp4"><img src="{% static 'videos/sfc-introduction-video_poster.jpg' %}" alt="Software Freedom Conservancy introduction video"></a><br/>
|
<a href="/videos/sfc-introduction_1080p.mp4"><img src="/videos/sfc-introduction-video_poster.jpg" alt="Software Freedom Conservancy introduction video"></a><br/>
|
||||||
<a href="https://youtu.be/yCCxMfW0LTM">(watch on Youtube)</a>
|
<a href="https://youtu.be/yCCxMfW0LTM">(watch on Youtube)</a>
|
||||||
</video></p>
|
</video></p>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -58,9 +58,9 @@
|
||||||
a Sustainer:
|
a Sustainer:
|
||||||
<p style="text-align:center;">
|
<p style="text-align:center;">
|
||||||
<video style="width: 50%; height: auto;" controls="" poster="/videos/sfc-introduction-video_poster.jpg">
|
<video style="width: 50%; height: auto;" controls="" poster="/videos/sfc-introduction-video_poster.jpg">
|
||||||
<source src="{% static 'videos/sfc-introduction_1080p.mp4' %}" />
|
<source src="/videos/sfc-introduction_1080p.mp4" />
|
||||||
<track src="{% static 'docs/sfc-introduction-vtt-captions.txt' %}" kind="subtitles" srclang="en" label="English" />
|
<track src="/docs/sfc-introduction-vtt-captions.txt" kind="subtitles" srclang="en" label="English" />
|
||||||
<a href="/videos/sfc-introduction_1080p.mp4"><img src="{% static 'videos/sfc-introduction-video_poster.jpg' %}"
|
<a href="/videos/sfc-introduction_1080p.mp4"><img src="/videos/sfc-introduction-video_poster.jpg"
|
||||||
alt="Software Freedom Conservancy introduction video"></a><br/>
|
alt="Software Freedom Conservancy introduction video"></a><br/>
|
||||||
<a href="https://youtu.be/yCCxMfW0LTM">(watch on Youtube)</a>
|
<a href="https://youtu.be/yCCxMfW0LTM">(watch on Youtube)</a>
|
||||||
</video></p>
|
</video></p>
|
||||||
|
@ -180,9 +180,9 @@ In November she spoke at <a href="https://www.sfscon.it/talks/the-history-of-and
|
||||||
|
|
||||||
<div class="picture-small right">
|
<div class="picture-small right">
|
||||||
<video class="small-right" controls="" poster="/videos/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate_still.png" id="doctorate_vid">
|
<video class="small-right" controls="" poster="/videos/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate_still.png" id="doctorate_vid">
|
||||||
<source src="{% static 'videos/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.mp4' %}">
|
<source src="/videos/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.mp4">
|
||||||
<track src="{% static 'docs/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.en.txt' %}" kind="subtitles" srclang="en" label="English" />
|
<track src="/docs/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.en.txt" kind="subtitles" srclang="en" label="English" />
|
||||||
<track src="{% static 'docs/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.nl.txt' %}" kind="subtitles" srclang="nl" label="Dutch (NL)" />
|
<track src="/docs/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.nl.txt" kind="subtitles" srclang="nl" label="Dutch (NL)" />
|
||||||
</video>
|
</video>
|
||||||
<p><a href="/videos/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.mp4">Download Karen's talk</a>
|
<p><a href="/videos/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.mp4">Download Karen's talk</a>
|
||||||
or <a href="https://youtu.be/zca7dOU7jfs">watch on YouTube</a></p>
|
or <a href="https://youtu.be/zca7dOU7jfs">watch on YouTube</a></p>
|
||||||
|
|
Loading…
Reference in a new issue