File diff 458e505f05da → 9329cdbaf5a9
pinaxcon/templates/static_pages/homepage.html
Show inline comments
...
 
@@ -63,94 +63,94 @@
 
          <span class="wrap-break">Whether you're from Sonoma County,</span>
 
          <span class="wrap-break">from the Bay Area, </span>
 
          <span class="wrap-break">or flying here for the first time,</span>
 
          <span class="wrap-break">North Bay Python in Petaluma is easy to get to.</span>
 
        </p>
 
      </div>
 
    </div>
 

	
 
    <div class="row">
 

	
 
      <div class="homepage-callout">
 
        <div class="callout-image">
 
          <h3 class="txt">Fly</h3>
 
          <h3 class="txt"><a href="/go/fly">Fly</a></h3>
 
          <div class="filter"></div>
 
          <div class="bg" style="background-image: url('{% static "images/homepage/snoopy.jpg" %}');"></div>
 
          <p>
 
            Fly into Sonoma County Airport at Santa Rosa, 30 minutes away.
 
            Or, we're an express bus ride away from San Francisco and Oakland
 
            international airports.
 
          </p>
 
        </div>
 
      </div>
 

	
 
      <div class="homepage-callout">
 
        <div class="callout-image">
 
          <h3 class="txt">Stay</h3>
 
          <h3 class="txt"><a href="/go/stay">Stay</a></h3>
 
          <div class="filter"></div>
 
          <div class="bg" style="background-image: url('{% static "images/homepage/snoopy.jpg" %}');"></div>
 
          <div class="bg" style="background-image: url('{% static "images/homepage/golden-gate.jpg" %}');"></div>
 
          <p>
 
            Drive 35 miles North of the Golden Gate Bridge, or take transit from
 
            downtown San Francisco, and spend the night.
 
          </p>
 
        </div>
 

	
 
      </div>
 

	
 
      <div class="homepage-callout">
 
        <div class="callout-image">
 
          <h3 class="txt">Day Trip</h3>
 
          <h3 class="txt"><a href="/go/day-trip">Day Trip</a></h3>
 
          <div class="filter"></div>
 
          <div class="bg" style="background-image: url('{% static "images/homepage/snoopy.jpg" %}');"></div>
 
          <p>Enjoy free all-day parking close to the venue, or take regular buses from San Francisco, Marin County, and Sonoma County</p>
 
        </div>
 
      </div>
 

	
 
    </div>
 

	
 
    <div class="homepage-vertical-space"></div>
 

	
 
    <div class="row">
 
      <div class="col-xs-12">
 
        <h1>Inclusion and Diversity</h1>
 
        <p class="lead">We're a conference for everyone in Northern California, etc
 
          etc etc words words words words words.</p>
 
      </div>
 
    </div>
 

	
 
    <div class="row">
 

	
 
      <div class="homepage-callout">
 
        <div class="callout-image">
 
          <h3 class="txt">Attendee Safety</h3>
 
          <h3 class="txt"><a href="/code-of-conduct">Attendee Safety</a></h3>
 
          <div class="filter"></div>
 
          <div class="bg" style="background-image: url('{% static "images/homepage/snoopy.jpg" %}');"></div>
 
          <p>We take our code of conduct serioiusly: our staff have taken enforcement training.</p>
 
        </div>
 
      </div>
 

	
 
      <div class="homepage-callout">
 
        <div class="callout-image">
 
          <h3 class="txt">Opportunity Grants</h3>
 
          <h3 class="txt"><a href="/opportunity-grant">Opportunity Grants</a></h3>
 
          <div class="filter"></div>
 
          <div class="bg" style="background-image: url('{% static "images/homepage/snoopy.jpg" %}');"></div>
 
          <div class="bg" style="background-image: url('{% static "images/homepage/django-girls-2014.jpg" %}');"></div>
 
          <p>If you live out of town, we want to make sure you can attend.</p>
 
        </div>
 
      </div>
 

	
 
      <div class="homepage-callout">
 
        <div class="callout-image">
 
          <h3 class="txt">Diversity Targets</h3>
 
          <h3 class="txt"><a href="/program/selection-process">Diversity Targets</a></h3>
 
          <div class="filter"></div>
 
          <div class="bg" style="background-image: url('{% static "images/homepage/snoopy.jpg" %}');"></div>
 
          <div class="bg" style="background-image: url('{% static "images/homepage/mystic-marquee.jpg" %}');"></div>
 
          <p>We want to look like the  Bay Area. We have diversity targets for our speakers and audience.</p>
 
        </div>
 
      </div>
 

	
 
    </div>
 

	
 
    <div class="homepage-vertical-space"></div>
 

	
 
  </div>
 

	
 

	
 
{% endblock %}