Changeset - 093c74996027
[Not reviewed]
0 3 0
Christopher Neugebauer - 7 years ago 2017-08-17 17:14:41
chrisjrn@gmail.com
Fixes skipped heading levels
3 files changed with 10 insertions and 6 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/about/team.html
Show inline comments
...
 
@@ -35,3 +35,3 @@ Our team of North Bay and Bay Area locals has years of experience building commu
 

	
 
<h4>Christopher Neugebauer, Conference Chair</h4>
 
<h3>Christopher Neugebauer, Conference Chair</h3>
 

	
...
 
@@ -39,3 +39,3 @@ Our team of North Bay and Bay Area locals has years of experience building commu
 

	
 
<h4>Sam Kitajima-Kimbrel, Program Chair</h4>
 
<h3>Sam Kitajima-Kimbrel, Program Chair</h3>
 

	
...
 
@@ -43,3 +43,3 @@ Our team of North Bay and Bay Area locals has years of experience building commu
 

	
 
<h4>Andrew Godwin</h4>
 
<h3>Andrew Godwin</h3>
 

	
...
 
@@ -47,3 +47,3 @@ Our team of North Bay and Bay Area locals has years of experience building commu
 

	
 
<h4>Josh Simmons</h4>
 
<h3>Josh Simmons</h3>
 
<p><img src="{% static "images/team/josh.jpg" %}" alt="Josh Simmons" class="team-headshot">Josh is a community organizer and web developer with a penchant for armchair philosophy who was born and raised in the North Bay. He spent 4.5 years building Web &amp; Interactive Media Professionals (WIMP), a local community with over 600 members, before moving on to do community management for O'Reilly Media. These days Josh works on the Google Open Source outreach team and serves as a board member and volunteer CFO for Open Source Initiative. (<a href="https://twitter.com/joshsimmons">@joshsimmons on Twitter</a>)</p>
...
 
@@ -62,3 +62,3 @@ Our team of North Bay and Bay Area locals has years of experience building commu
 
<h2>Supporting Organizations</h2>
 
<h4>Software Freedom Conservancy</h4>
 
<h3>Software Freedom Conservancy</h3>
 

	
pinaxcon/templates/static_pages/homepage.html
Show inline comments
...
 
@@ -18,3 +18,3 @@
 
        <h1>North Bay Python</h1>
 
        <h3>A Python conference north of the Golden Gate</h3>
 
        <h2 class="homepage-subtitle">A Python conference north of the Golden Gate</h2>
 
      </div>
static/scss/custom.scss
Show inline comments
...
 
@@ -377 +377,5 @@ footer .footer-copy {
 
}
 

	
 
.homepage-subtitle {
 
  font-size: $font-size-h3;
 
}
0 comments (0 inline, 0 general)