Fix frontpage column alignment and subscription box.
This commit is contained in:
parent
011b8e71fb
commit
0ac747949a
1 changed files with 15 additions and 15 deletions
|
@ -17,27 +17,27 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div class="mt4 flex-ns">
|
<div class="mt4 flex-ns">
|
||||||
<div class="w-70-ns mr3-ns mb3 mb0-ns pa2 ba bw1 b--light-blue">
|
<section class="w-70-ns mh2 mb3 mb0-ns pa2 ba bw1 b--light-blue">
|
||||||
<img src="{% static 'img/remote.jpg' %}" alt="" class="fl pr2" style="width: 175px;" />
|
<img src="{% static 'img/remote.jpg' %}" alt="" class="fl pr2" style="width: 175px;" />
|
||||||
<p>Software Freedom Conservancy is a not-for-profit charity that
|
<p class="mb0">Software Freedom Conservancy is a not-for-profit charity that
|
||||||
helps promote, improve, develop, and defend Free, Libre, and Open Source
|
helps promote, improve, develop, and defend Free, Libre, and Open Source
|
||||||
Software (FLOSS) projects. Conservancy provides a non-profit home and
|
Software (FLOSS) projects. Conservancy provides a non-profit home and
|
||||||
infrastructure for FLOSS projects. This allows FLOSS developers to
|
infrastructure for FLOSS projects. This allows FLOSS developers to
|
||||||
focus on what they do best — writing and improving FLOSS for the
|
focus on what they do best — writing and improving FLOSS for the
|
||||||
general public — while Conservancy takes care of the projects' needs that
|
general public — while Conservancy takes care of the projects' needs that
|
||||||
do not relate directly to software development and documentation. <a href="#" class="orange">Learn more.</a></p>
|
do not relate directly to software development and documentation. <a href="#" class="orange">Learn more.</a></p>
|
||||||
</div>
|
</section>
|
||||||
<div class="w-30-ns pa3 bg-light-blue ba b--gray">
|
<section class="w-30-ns mh2 pa3 bg-light-blue ba b--gray">
|
||||||
<h2 class="f4 ttu">Special message</h2>
|
<h2 class="f4 ttu">Special message</h2>
|
||||||
|
|
||||||
<p>Special message here special message here special message here special message here special message here.</p>
|
<p>Special message here special message here special message here special message here special message here.</p>
|
||||||
<a href="#" class="f5 dib pa2 ttu b btn-orange">More information</a>
|
<a href="#" class="f5 dib pa2 ttu b btn-orange">More information</a>
|
||||||
</div>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt3 flex-ns">
|
<div class="mt3 flex-ns">
|
||||||
<div class="w-70-ns mr3-ns pa2">
|
<div class="w-70-ns mh2">
|
||||||
<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>
|
<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:":5" %}
|
{% for pressr in press_releases|slice:":5" %}
|
||||||
{% if forloop.first or pressr.pub_date|date_within_past_days:365 %}
|
{% if forloop.first or pressr.pub_date|date_within_past_days:365 %}
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
<!-- <p><span class="continued"><a href="/news/">Conservancy News Archive…</a></span></p> -->
|
<!-- <p><span class="continued"><a href="/news/">Conservancy News Archive…</a></span></p> -->
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="mt4 mb3">
|
<section class="mt4 mb3 ph2">
|
||||||
<h2 class="f4 mb2 ttu"><a href="/feeds/blog/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> <a href="/blog/" class="dark-gray">Articles</a></h2>
|
<h2 class="f4 mb2 ttu"><a href="/feeds/blog/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> <a href="/blog/" class="dark-gray">Articles</a></h2>
|
||||||
{% for entry in blog|slice:":5" %}
|
{% for entry in blog|slice:":5" %}
|
||||||
{% if forloop.first or entry.pub_date|date_within_past_days:180 %}
|
{% if forloop.first or entry.pub_date|date_within_past_days:180 %}
|
||||||
|
@ -62,19 +62,19 @@
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="w-30-ns">
|
<div class="w-30-ns mh2">
|
||||||
<div class="pa2 ba b--gray">
|
<div class="ph3 pv2 ba b--gray">
|
||||||
<h3 class="ttu">Term of the week</h3>
|
<h3 class="ttu">Term of the week</h3>
|
||||||
<h4 class="f5 i navy">auditability</h4>
|
<h4 class="f5 i navy">auditability</h4>
|
||||||
<p>Ability to inspect the exact software running on a device. This includes version information, modifications and licensing information.</p>
|
<p>Ability to inspect the exact software running on a device. This includes version information, modifications and licensing information.</p>
|
||||||
<p><a href="#" class="orange ttu">Visit our glossary of terms</a></p>
|
<p><a href="#" class="orange ttu">Visit our glossary of terms</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="pt3 pl2">
|
<div class="mh3 pt3">
|
||||||
<h2 class="f6 ttu mb1">Subscribe to our email list</h2>
|
<h2 class="f6 ttu mb1">Subscribe to our email list</h2>
|
||||||
<form method="post" action="#" class="ml2 flex">
|
<form method="post" action="#" class="ml2" style="display: flex;">
|
||||||
<input type="email" class="pa2 ba b--gray br0" style="border-right: none;">
|
<input type="email" class="pa2 ba b--gray br0" style="x-border-right: none; flex: 1 1 auto; width: 1%;">
|
||||||
<button type="submit" class="bg-orange bn white pa2 pointer btn-orange">
|
<button type="submit" class="bg-orange bn white pa2 pointer btn-orange" style="margin-left: -1px;">
|
||||||
<svg style="color: white; width: 20px; height: 20px;"><use href="{% static 'img/font_awesome.svg' %}#envelope"></use></svg></a>
|
<svg style="color: white; width: 20px; height: 20px;"><use href="{% static 'img/font_awesome.svg' %}#envelope"></use></svg></a>
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue