Changeset - a6d0e30f3ba2
[Not reviewed]
0 5 0
Christopher Neugebauer - 7 years ago 2017-08-13 02:11:38
chrisjrn@gmail.com
Makes some things bigger, and such
5 files changed with 25 insertions and 14 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/_footer.html
Show inline comments
 
<div class="pull-left">
 
    North Bay Python is a member project of the <a href="https://sfconservancy.org" title="Software Freedom Conservancy">Software Freedom Conservancy</a>, a 501(c)(3) charity.<br/>
 
<div class="row">
 
  <div class="pull-left">
 
    North Bay Python is a member project of <a href="https://sfconservancy.org" title="Software Freedom Conservancy">Software Freedom Conservancy</a>, a 501(c)(3) charity.<br/>
 

	
 
    <a href="https://facebook.com/northbaypython" title="North Bay Python on Facebook">Facebook</a> | <a href="https://twitter.com/northbaypython" title="North Bay Python on Twitter">Twitter</a> | <a href="https://lanyrd.com/2017/nbpy" title="North Bay Python on Lanyrd">Lanyrd</a> | <a href="/code-of-conduct" title="North Bay Python Code of Conduct">Code of Conduct</a> | <a href="/terms-and-conditions" title="North Bay Python Terms and Conditions">Terms and Conditions</a> | <a href="/about/colophon" title="North Bay Python Colophon">Colophon</a>
 
</div>
 
  </div>
 

	
 
<div class="pull-right">
 
    Site powered by <a href="https://github.com/chrisjrn/symposion/" title="Symposion Git Repository"><b>Symposion</b></a>
 
    and <a href="https://github.com/chrisjrn/registrasion/" title="Registrasion Git Repository"><b>Registrasion</b></a>.
 
  <div class="pull-right">
 
      Site powered by <a href="https://github.com/chrisjrn/symposion/" title="Symposion Git Repository"><b>Symposion</b></a>
 
      and <a href="https://github.com/chrisjrn/registrasion/" title="Registrasion Git Repository"><b>Registrasion</b></a>.
 
  </div>
 
</div>
pinaxcon/templates/site_base.html
Show inline comments
...
 
@@ -44,4 +44,10 @@
 

	
 
{% block footer %}
 
    {% include "_footer.html" %}
 
{% block footer_base %}
 
  <div class="container">
 
    <footer>
 
      {% block footer %}
 
          {% include "_footer.html" %}
 
      {% endblock %}
 
    </footer>
 
  </div>
 
{% endblock %}
pinaxcon/templates/static_pages/homepage.html
Show inline comments
...
 
@@ -53,3 +53,3 @@
 
      <div class="bottom-align" style="width: 100%">
 
        <div class="btn-group col-md-6">
 
        <div class="btn-group col-md-4">
 
          <a class="btn btn-lg btn-primary" href="/about/north-bay-python">Find out more</a>
...
 
@@ -57,3 +57,3 @@
 

	
 
        <div class="col-md-6 text-right">
 
        <div class="col-md-8 text-right">
 
          Image credit: <a href="https://www.instagram.com/p/BU-G5dGAkHt">Mystic Theatre</a>, &copy; 2017 Christopher Neugebauer (CC-BY-SA)</div>
...
 
@@ -82,3 +82,3 @@
 
      <div class="bottom-align" style="width: 100%">
 
        <div class="btn-group col-md-6">
 
        <div class="btn-group col-md-4">
 
          <a class="btn btn-lg btn-primary" href="/code-of-conduct">View our code of conduct</a>
...
 
@@ -86,3 +86,3 @@
 

	
 
        <div class="col-md-6 text-right">
 
        <div class="col-md-8 text-right">
 
          Image credit: <a href="https://www.flickr.com/photos/richard_jones/14638274749">DjangoGirls Brisbane 2014</a>, &copy; 2014 Richard Jones (CC-BY)</div>
static/scss/custom.scss
Show inline comments
...
 
@@ -25,5 +25,8 @@ section {
 
}
 

	
 
footer {
 
    padding-bottom: 20px;
 
  padding-top: 20px;
 
  padding-bottom: 20px;
 
}
 

	
 
p.login-signup {
static/scss/variables.scss
Show inline comments
...
 
@@ -10,3 +10,3 @@ $font-family-serif:       Georgia, "Times New Roman", Times, serif;
 
$font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace;
 
$font-size-base:          15px;
 
$font-size-base:          16px;
 
$headings-line-height: 1.0;
0 comments (0 inline, 0 general)