Changeset - bc1ed0a9d133
[Not reviewed]
0 1 0
Bradley M. Kuhn - 15 months ago 2023-02-09 20:39:17
bkuhn@sfconservancy.org
A bit more width for the video, remove <p>

Ok, that was too small, try this.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/frontpage.html
Show inline comments
...
 
@@ -29,31 +29,31 @@
 
<div class="mt3 mh2-ns pt2 flex-ns">
 
  <section class="w-70-ns mh2 mb3 mb0-ns pa2 ba bw1 b--light-blue overflow-auto">
 
<!--    <img src="{% static 'img/FIXME-NEED-AN-IMAGE.jpg' %}" alt="" class="fl pr2" style="width: 175px;" /> -->
 
    <p class="mb0" style="font-size: 18px">Software Freedom Conservancy is a nonprofit organization
 
centered around ethical technology. Our mission is to ensure the right to
 
repair, improve and reinstall software. We promote and defend these rights
 
through fostering free and open source software (FOSS) projects, driving
 
initiatives that actively make technology more inclusive, and advancing policy
 
strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">Learn more.</a></p>
 
  </section>
 
  <section class="w-30-ns mh2 pa3 bg-light-blue ba b--gray">
 
    <h2 class="f4 ttu">Sandler Receives Honorary Doctorate</h2>
 
<p><video style="width: 30%; height: auto;" controls="" poster="/videos/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate_still.png" id="doctorate_vid">
 
<video style="width: 75%; height: auto;" 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" />
 
  <track src="/docs/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.nl.txt" kind="subtitles" srclang="nl" label="Dutch (NL)" />
 
  <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></p>
 
</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>
 
</div>
 

	
0 comments (0 inline, 0 general)