Add CCS and add video to sustainer page.
This commit is contained in:
parent
60147dba8b
commit
d0045a9e7d
2 changed files with 6 additions and 2 deletions
|
@ -47,7 +47,7 @@ strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">
|
|||
<div class="w-70-ns mh2">
|
||||
<section class="mh0 pa3 bg-light-blue ba b--gray">
|
||||
<p>
|
||||
<video controls="" poster="/img/sfc_holiday_card_2021.jpg">
|
||||
<video style="width: 50%; height: auto;" controls="" poster="/img/sfc_holiday_card_2021.jpg">
|
||||
<source src="/img/sfc_holiday_card_video_done_smaller.mp4">
|
||||
<a href="/img/sfc_holiday_card_video_done_smaller.mp4"><img src="/img/sfc_holiday_card_2021.jpg" alt="Happy Holidays from Software Freedom Conservancy!"></a>
|
||||
</video>
|
||||
|
|
|
@ -42,7 +42,11 @@
|
|||
|
||||
<hr style="clear: both;"/>
|
||||
<br>
|
||||
<p style="text-align:center;"><a href="/img/sfc_holiday_card_video_done_smaller.mp4"><img src="/img/sfc_holiday_card_2021.jpg" width="500"/></a> </p>
|
||||
<p style="text-align:center;">
|
||||
<video style="width: 50%; height: auto;" controls="" poster="/img/sfc_holiday_card_2021.jpg">
|
||||
<source src="/img/sfc_holiday_card_video_done_smaller.mp4">
|
||||
<a href="/img/sfc_holiday_card_video_done_smaller.mp4"><img src="/img/sfc_holiday_card_2021.jpg" alt="Happy Holidays from Software Freedom Conservancy!"></a>
|
||||
</video></p>
|
||||
<br>
|
||||
<p>Sustainers help us do our work in a strategic, long-term way. We could not
|
||||
do this without the support and financial contributions of individuals like
|
||||
|
|
Loading…
Reference in a new issue