From 093c74996027ab39fc5e692e85646d6b8cba2dcd 2017-08-17 17:14:41 From: Christopher Neugebauer Date: 2017-08-17 17:14:41 Subject: [PATCH] Fixes skipped heading levels --- diff --git a/pinaxcon/templates/static_pages/about/team.html b/pinaxcon/templates/static_pages/about/team.html index 5a4b569833d85e482e24d20389eb6f3ac2fd14da..ab5df84f73d90e1f083eb5e4ad0bbfb89881bff3 100644 --- a/pinaxcon/templates/static_pages/about/team.html +++ b/pinaxcon/templates/static_pages/about/team.html @@ -33,19 +33,19 @@ Our team of North Bay and Bay Area locals has years of experience building commu

Meet the Team

-

Christopher Neugebauer, Conference Chair

+

Christopher Neugebauer, Conference Chair

Christopher NeugebauerChristopher is a Python developer who lives in glorious Petaluma, California, though he's originally from the the city of Hobart in Tasmania, Australia. A serial conference organizer, he has been a core organiser of PyCon Australia for a number of years, was director of linux.conf.au 2017, and a good number of his open source contributions help power the website this conference runs on. He was made a fellow of the Python Software Foundation in 2013 in recognition for his contributions to building the Australian Python community. (@chrisjrn on Twitter)

-

Sam Kitajima-Kimbrel, Program Chair

+

Sam Kitajima-Kimbrel, Program Chair

Sam Kitajima-KimbrelSam is a Python developer and distributed-systems "enthusiast" hailing from Seattle by birth, New York by nurture, and the Bay Area by choice. Five years ago he attended his first PyCon US and hasn't been able to break the habit; after making the jump from audience to stage in 2014 and speaking regularly at events around the world, he was thrilled to join team when invited by Chris and Josh. Sam currently works at Nuna building healthcare data infrastructure for the U.S. Medicaid and Medicare programs and resides in Oakland with his husband Kameron. (@skimbrel on Twitter)

-

Andrew Godwin

+

Andrew Godwin

Andrew GodwinAndrew is a Django and Python developer who originally hails from London but moved to the Bay Area four years ago. He's been writing open source software for over a decade as well as working in various different parts of the technology industry, and currently works at Eventbrite. He regularly speaks at Python (and other) events around the world, and has a keen interest in building communities and inclusivity. (@andrewgodwin on Twitter)

-

Josh Simmons

+

Josh Simmons

Josh SimmonsJosh 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 & 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. (@joshsimmons on Twitter)

@@ -60,7 +60,7 @@ Our team of North Bay and Bay Area locals has years of experience building commu

Supporting Organizations

-

Software Freedom Conservancy

+

Software Freedom Conservancy

Conservancy is a public charity dedicated to the promotion and development of free and open source software, and is the fiscal sponsor of North Bay Python. Without Conservancy and the people behind it—namely Karen Sandler, Bradley Kuhn, Tony Sebro, and Brett Smith—none of this would be possible!

diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index 0edbccf486fb0af304624193b61ae1e773cd8fa4..6fee13679465a89e97b298f7ed42b07002eb7216 100644 --- a/pinaxcon/templates/static_pages/homepage.html +++ b/pinaxcon/templates/static_pages/homepage.html @@ -16,7 +16,7 @@

North Bay Python

-

A Python conference north of the Golden Gate

+

A Python conference north of the Golden Gate

diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 8657e530748607ed994dc19a6846ada34c46d4a8..b776b743cb56582f7c206910f67221589f6372cd 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -375,3 +375,7 @@ footer .footer-copy { margin-top: 22px; } } + +.homepage-subtitle { + font-size: $font-size-h3; +}