Changeset - 5a6564a762f6
[Not reviewed]
version_5
1 1 1
Dennis Fink - 10 years ago 2015-07-19 16:30:29
dennis.fink@c3l.lu
Fixed twitter image and removed some links from the footer
3 files changed with 1 insertions and 5 deletions:
0 comments (0 inline, 0 general)
ennstatus/static/images/Twitter.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
ennstatus/static/images/tw.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
ennstatus/templates/base.html
Show inline comments
 
@@ -66,39 +66,35 @@
 
            <li><a>Abuse</a></li>
 
            <li><a>Press</a></li>
 
          </ul>
 
        </li>
 
      </ul>
 
    </div>
 
  </div>
 
  {% endblock %}
 
  <div class="row" id="content">
 
  {% with messages = get_flashed_messages(with_categories=True) %}
 
    {% if messages %}
 
      <div class="col-md-12">
 
        {% for category, message in messages %}
 
          {{ base_macros.display_error(category, message) }}
 
        {% endfor %}
 
      </div>
 
    {% endif %}
 
  {% endwith %} 
 
  {% block content %}
 
  {% endblock %}
 
  </div>
 
  <footer>
 
    <hr style="margin-bottom: 0.5%;">
 
    <div class="col-md-12 text-center">
 
      <a class="pull-left" href="https://twitter.com/FrennVunDerEnn/" target="_blank"><img src="{{ url_for('static', filename='images/Twitter.png') }}" width="45" height="45"></img></a>
 
      <a href="https://bitbucket.org/fvde/ennstatus-relaunched" target="_blank"><img src="{{ url_for('static', filename='images/BitBucket_Logo.png') }}"></img></a>
 
      <a class="pull-left" href="https://twitter.com/FrennVunDerEnn/"><img src="{{ url_for("static", filename="images/tw.png") }}" width="45" /></a>
 
      <a class="pull-right" rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png" /></a>
 
    </div>
 
    <div class="col-md-12 text-center" style="margin-top: 0.5%; margin-bottom: 0.5%;">
 
      <a href="{{ url_for('root.disclaimer') }}">Disclaimer</a>
 
    </div>
 
  </footer>
 
</div>
 

	
 
{% block scripts %}
 
  {{ super() }}
 
{% endblock %} 
 

	
 
{% endblock %}
0 comments (0 inline, 0 general)