Changeset - 024ef59428cf
[Not reviewed]
0 2 0
Ben Sturmfels (bsturmfels) - 1 month ago 2024-07-19 11:39:45
ben@sturm.com.au
Improve home page video layout
2 files changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -84,7 +84,6 @@ input:focus {
 

	
 
video {
 
    max-width: 100%;
 
    margin: 1rem 0;
 
}
 

	
 
a.read-more {
conservancy/templates/frontpage.html
Show inline comments
...
 
@@ -50,12 +50,12 @@ strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">
 
<div class="mt3 mh2-ns mb4 flex-ns">
 
  <div class="w-70-ns mh2">
 
<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">
 
<video style="height: auto;" controls="" poster="/videos/sfc-introduction-video_poster.jpg">
 
<source src="/videos/sfc-introduction_1080p.mp4" />
 
<track src="/docs/sfc-introduction-vtt-captions.txt" kind="subtitles" srclang="en" label="English" />
 
<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>
 
</video></p>
 
</video>
 
 </section>
 

	
 
    <section class="mv3 ph2">
0 comments (0 inline, 0 general)