Changeset - 4a7cbb6845e4
[Not reviewed]
0 2 0
Daniel Takamori (pono) - 23 months ago 2022-05-12 22:26:51
pono@sfconservancy.org
put intro video on first page and replace holiday card
2 files changed with 9 insertions and 8 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/frontpage.html
Show inline comments
...
 
@@ -37,28 +37,28 @@ 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">Vizio Lawsuit</h2>
 
    <p>Software Freedom Conservancy has filed a Motion for Remand in our lawsuit against Vizio for their flagrant GPL & LGPL violations</p>
 
    <a href="/blog/2021/dec/28/vizio-update-1/" class="f5 dib pa2 ttu b btn-orange">More information</a>
 
  </section>
 
</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>Have you been wondering about the Neo4j v. PureThink case that was
 
  recently discussed in the news and online fora?  You <a href="https://sfconservancy.org/blog/2022/mar/30/neo4j-v-purethink-open-source-affero-gpl/">can read
 
  our comprehensive analysis</a> on the case up until now, and what
 
  implications it may have for Affero GPLv3.</p>
 
<p><video style="width: 50%; height: auto;" controls="" poster="/videos/sfc-introduction-video_poster.jpg">
 
<source src="/videos/sfc-introduction_1080p.mp4">
 
<a href="/videos/sfc-introduction_1080p.mp4"><img src="/videos/sfc-introduction-video_poster.jpg" alt="Software Freedom Conservancy introduction video"></a>
 
</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 %}
 
    {% if not forloop.first %}<hr class="clear">{% endif %}
 
    {% include "news/pressrelease_partial.html" with pressr=pressr show="dateline" only %}
 
  {% endif %}
 
{% endfor %}
 

	
 
<!-- <p><span class="continued"><a href="/news/">Conservancy News Archive&hellip;</a></span></p> -->
www/conservancy/templates/supporter/index.html
Show inline comments
...
 
@@ -42,29 +42,30 @@
 

	
 
<hr style="clear: both;"/>
 
<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
 
  you. <a href="/sponsors/#sustainers">We list our Sustainers here</a>.</p>
 

	
 

	
 

	
 
<div class="expandable-section" id="2021-summary">
 
<br>
 
<p style="text-align:center;">
 
<video style="width: 75%; 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 style="width: 50%; height: auto;" controls="" poster="/videos/sfc-introduction-video_poster.jpg">
 
<source src="/videos/sfc-introduction_1080p.mp4">
 
<a href="/videos/sfc-introduction_1080p.mp4"><img src="/videos/sfc-introduction-video_poster.jpg" alt="Software Freedom Conservancy introduction video"></a>
 
</video></p>
 
<br>
 

	
 
  <br>
 

	
 
<p><h3>The wide range of work we engage in is supported by people like you. </h3></p>
 

	
 
<p>We are so proud that we're funded by individuals and stay unbeholden to corporate interests and pressures. We stand up for developers, consumers and those who have been historically excluded. We work to make technology truly fair for all. </p>
 

	
 
<p>Thank you for helping making this work possible:</p>
 

	
 
<ul>
 
  <li>Standing up for consumer rights in <a href="/copyleft-compliance/">copyleft compliance</a></li>
 
  <li>Supporting <a href="https://outreachy.org">Outreachy</a> with its increasing number of interns</li>
 
  <li>Bringing <a href="/vizio">legal action against prolific license violators</a></li>
 
  <li>Hiring team members to get projects <a href="https://reproducible-builds.org/news/">like Reproducible Builds</a> to continue pushing the forefront of software reproducibility</li>
0 comments (0 inline, 0 general)