Changeset - e2ac56eb0059
[Not reviewed]
Merge
0 3 0
Josh Simmons - 7 years ago 2017-08-18 15:18:14
joshuasimmons@google.com
Merge pull request #66 from northbaypython/copy

stop nav from spilling onto two lines
2 files changed with 9 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/about/team.html
Show inline comments
...
 
@@ -49,7 +49,7 @@ Our team of North Bay and Bay Area locals has years of experience building commu
 
<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>
 

	
 

	
 
<h2>Advisors</h2>
 
<h2>Advisors<a name="advisors"></a></h2>
 

	
 
<p>We acknowledge that our small team has limited perspective, and that to build a truly inclusive event, we need to seek the perspectives of a diverse range of people. We thank the following people and organizations for providing us with advice along the way.</p>
 

	
static/scss/custom.scss
Show inline comments
...
 
@@ -364,6 +364,13 @@ footer .footer-copy {
 
  .navbar-nav.pull-right {
 
    float: left !important;
 
  }
 

	
 
}
 

	
 
@media (max-width: 992px) and (min-width: 768px) {
 
  .nav > li > a {
 
    padding: 15px 9px;
 
  }
 
}
 

	
 
@media (max-width: 550px) {
...
 
@@ -382,4 +389,5 @@ footer .footer-copy {
 

	
 
.navbar-toggle {
 
  background-color: $gray-lighter;
 
  font-size: 10px;
 
}
0 comments (0 inline, 0 general)