23 lines
991 B
HTML
23 lines
991 B
HTML
|
{% extends "base_press.html" %}
|
||
|
{% block subtitle %}Press - {% endblock %}
|
||
|
{% block submenuselection %}Press{% endblock %}
|
||
|
{% block content %}
|
||
|
<h1 id="PressInformation">Press Information</h1>
|
||
|
|
||
|
<p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
|
||
|
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
||
|
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
||
|
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
|
||
|
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
|
||
|
non proident, sunt in culpa qui officia deserunt mollit anim id est
|
||
|
laborum."</p>
|
||
|
|
||
|
<h2 id="support">Donate to Support This Work</h2>
|
||
|
|
||
|
<p>Finally, Conservancy welcomes <a href="#donate-box"
|
||
|
class="donate-now">donations</a> in support of our GPL Compliance Projects,
|
||
|
and we encourage you to become a <a href="/sustainer/">an official
|
||
|
Supporter of Software Freedom Conservancy</a>. </p>
|
||
|
</div>
|
||
|
{% endblock %}
|