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 17 insertions and 6 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/_footer.html
Show inline comments
 
<div class="row">
 
  <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/>
 
    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/>
 

	
...
 
@@ -10 +11,2 @@
 
  </div>
 
</div>
pinaxcon/templates/site_base.html
Show inline comments
...
 
@@ -44,2 +44,5 @@
 

	
 
{% block footer_base %}
 
  <div class="container">
 
    <footer>
 
      {% block footer %}
...
 
@@ -47,2 +50,5 @@
 
      {% 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-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)