Improve copy, move video, add auto-subtitle.
This commit is contained in:
parent
8716315b60
commit
af869ec5e3
1 changed files with 7 additions and 3 deletions
|
@ -38,9 +38,6 @@ strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">
|
|||
</section>
|
||||
<section class="w-30-ns mh2 pa3 bg-light-blue ba b--gray">
|
||||
<h2 class="f4 ttu">Sandler Receives Honorary Doctorate</h2>
|
||||
<p>Our Executive Director, Karen M. Sandler, was awarded an honorary
|
||||
doctorate in early February for her work on software rights and diversity
|
||||
in the FOSS community.</p>
|
||||
<video class="small-right" controls="" poster="/videos/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate_still.png" id="doctorate_vid">
|
||||
<source src="/videos/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.mp4">
|
||||
<track src="/docs/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.en.txt" kind="subtitles" srclang="en" label="English" />
|
||||
|
@ -48,6 +45,13 @@ strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">
|
|||
<a href="/videos/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.mp4">Download the talk video</a>
|
||||
or <a href="https://youtu.be/zca7dOU7jfs">watch on YouTube</a>
|
||||
</video>
|
||||
<script>
|
||||
v = document.getElementById("doctorate_vid")
|
||||
v.textTracks[0].mode = "showing";
|
||||
</script>
|
||||
<p>Our Executive Director, Karen M. Sandler, was awarded an honorary
|
||||
doctorate in early February for her work toward software rights and diversity
|
||||
in the FOSS community.</p>
|
||||
<a href="/news/2023/feb/02/karen-honorary-doctorate/" class="f5 dib pa2 ttu b
|
||||
btn-orange">More information</a>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue