Changeset - 60147dba8bbe
[Not reviewed]
0 1 0
Bradley M. Kuhn - 2 years ago 2021-12-25 01:23:55
bkuhn@sfconservancy.org
Formatting improvement.
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/frontpage.html
Show inline comments
...
 
@@ -44,16 +44,17 @@ strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">
 
</div>
 

	
 
<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 class="medium-right" controls="" poster="/img/sfc_holiday_card_2021.jpg">
 
<video 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>
 
</video>
 
</p>
 
 </section>
 

	
 
    <section class="mv3 ph2">
 
<h2 class="f4 mt0 mb2 ttu"><!--<a href="/feeds/news/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a>--> <a href="/news/" class="dark-gray">News</a></h2>
 
{% for pressr in press_releases|slice:":4" %}
 
  {% if forloop.first or pressr.pub_date|date_within_past_days:365 %}
0 comments (0 inline, 0 general)