Changeset - ba22d2a9e492
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2019-09-30 15:53:41
brettcsmith@brettcsmith.org
homepage: Start homepage for CopyleftConf.
1 file changed with 16 insertions and 24 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/homepage.html
Show inline comments
...
 
@@ -12,30 +12,17 @@
 

	
 
{% block body %}
 

	
 
  <div class="homepage-block-bg website-background"></div>
 
  <div class="jumbotron homepage-block dark smaller">
 

	
 
    <div class="homepage-block-bg hphbg"></div>
 
    <div class="container homepage-block-content-cloudsep">
 
          <div class="logo large left" style="margin: 20px;">
 
            <div class="circle">
 
              <div class="fill" style="background-image: url('{% static "images/logo.svg" %}');"></div>
 
            </div>
 
          </div>
 
          <h1 class="homepage-title">North Bay<br/>
 
            Python
 
          </h1>
 
      <h2 class="homepage-subtitle">
 
        <span class="wrap-break">A one-track Python conference,</span> <span class="wrap-break">north of the Golden Gate.</span><br/>
 
        <span class="wrap-break">November 2 &amp; 3, 2019.</span>
 
        <span class="wrap-break">Mystic Theatre, Petaluma, California.</span>
 
      </h2>
 
    </div>
 
    <div class="homepage-block-bloop">
 
      <div class="grey-gradient main"></div>
 
      <div class="clouds main"></div>
 
    </div>
 
  </div>
 
<div class="chunkfive tight-headings text-center" style="padding: 1.5em;">
 
<h1>Second Annual International Copyleft Conference</h1>
 
<h2>February&nbsp;3, 2019 in Brussels, Belgium</h2>
 
</div>
 

	
 
<div class="center-block" style="max-width: 50em;">
 
<p>This will be the second annual International Copyleft Conference. Participants from throughout the
 
copyleft world — developers, strategists, enforcement organizations, scholars and critics — will be
 
welcomed for an in-depth, high bandwidth, and expert-level discussion about the day-to-day details of
 
using copyleft licensing, obstacles facing copyleft and the future of copyleft as a strategy to advance and
 
defend software freedom for users and developers around the world.</p>
 

	
 
  <div class="jumbotron homepage-block dark shallow">
 
    <div class="container homepage-block-footer">
...
 
@@ -225,5 +212,10 @@
 

	
 
  </div>
 

	
 
<p>This event will provide a friendly and safe place for discussion of all aspects of copyleft, including as a
 
key strategy for defending software freedom! Your sponsorship will help make this a sustainable annual
 
event, that can welcome students and scholars at a minimal cost. Any questions about financial, coffee
 
break or in-kind sponsorship options should be directed to <a href="mailto:contact@copyleftconf.org">contact@copyleftconf.org</a>.</p>
 
</div>
 

	
 
{% endblock %}
0 comments (0 inline, 0 general)