Changeset - 42eba3606c76
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 2 years ago 2021-10-13 12:48:50
ben@sturm.com.au
Fix frontpage column alignment and subscription box.
1 file changed with 15 insertions and 15 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/frontpage.html
Show inline comments
...
 
@@ -19,5 +19,5 @@
 
<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;" />
 
    <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
...
 
@@ -28,4 +28,4 @@
 
      do not relate directly to software development and documentation. <a href="#" class="orange">Learn more.</a></p>
 
  </div>
 
  <div class="w-30-ns pa3 bg-light-blue ba b--gray">
 
  </section>
 
  <section class="w-30-ns mh2 pa3 bg-light-blue ba b--gray">
 
    <h2 class="f4 ttu">Special message</h2>
...
 
@@ -34,3 +34,3 @@
 
    <a href="#" class="f5 dib pa2 ttu b btn-orange">More information</a>
 
  </div>
 
  </section>
 
</div>
...
 
@@ -38,4 +38,4 @@
 
<div class="mt3 flex-ns">
 
  <div class="w-70-ns mr3-ns pa2">
 
    <section>
 
  <div class="w-70-ns mh2">
 
    <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>
...
 
@@ -51,3 +51,3 @@
 

	
 
<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>
...
 
@@ -64,4 +64,4 @@
 

	
 
<div class="w-30-ns">
 
  <div class="pa2 ba b--gray">
 
<div class="w-30-ns mh2">
 
  <div class="ph3 pv2 ba b--gray">
 
    <h3 class="ttu">Term of the week</h3>
...
 
@@ -72,7 +72,7 @@
 

	
 
  <div class="pt3 pl2">
 
  <div class="mh3 pt3">
 
    <h2 class="f6 ttu mb1">Subscribe to our email list</h2>
 
    <form method="post" action="#" class="ml2 flex">
 
      <input type="email" class="pa2 ba b--gray br0" style="border-right: none;">
 
      <button type="submit" class="bg-orange bn white pa2 pointer btn-orange">
 
    <form method="post" action="#" class="ml2" style="display: flex;">
 
      <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" style="margin-left: -1px;">
 
        <svg style="color: white; width: 20px; height: 20px;"><use href="{% static 'img/font_awesome.svg' %}#envelope"></use></svg></a>
...
 
@@ -89,3 +89,3 @@
 
      {% include 'socials_partial.html' %}
 
</div>
 
    </div>
 

	
0 comments (0 inline, 0 general)