Changeset - bb7fac8c2dc1
[Not reviewed]
version_5
3 2 3
Dennis Fink - 10 years ago 2015-08-30 15:44:40
dennis.fink@c3l.lu
Moved FVDE logos to own subdirectory
5 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
ennstatus/static/images/logo/FVDE_Logo_LQ.png
Show inline comments
 
file renamed from ennstatus/static/images/FVDE_Logo_LQ.png to ennstatus/static/images/logo/FVDE_Logo_LQ.png
Show images
ennstatus/static/images/logo/FVDE_logo_resize.png
Show inline comments
 
file renamed from ennstatus/static/images/FVDE_logo_resize.png to ennstatus/static/images/logo/FVDE_logo_resize.png
Show images
ennstatus/static/images/logo/FVDE_logo_thumbnail.png
Show inline comments
 
file renamed from ennstatus/static/images/FVDE_logo_thumbnail.png to ennstatus/static/images/logo/FVDE_logo_thumbnail.png
 
binary diff not shown
Show images
ennstatus/templates/base.html
Show inline comments
 
@@ -21,25 +21,25 @@
 

	
 
{% block body %}
 
<a href="#content" class="sr-only">Skip to main content</a>
 
<div class="container">
 
  {% block navbar %}
 
  <div class="navbar navbar-default">
 
    <div class="navbar-header">
 
      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
 
        <span class="icon-bar"></span>
 
        <span class="icon-bar"></span>
 
        <span class="icon-bar"></span>
 
      </button>
 
      <img class="navbar-brand" src="{{ url_for('static', filename='images/FVDE_logo_thumbnail.png') }}"></img>
 
      <img class="navbar-brand" src="{{ url_for('static', filename='images/logo/FVDE_logo_thumbnail.png') }}"></img>
 
      <a class="navbar-brand" href="{{ url_for('root.index') }}">Enn.lu</a>
 
    </div>
 
    <div class="navbar-collapse collapse">
 
      <ul class="nav navbar-nav">
 
        <li class="dropdown">
 
          <a href="#" class="dropdown-toggle" data-toggle="dropdown">About <b class="caret"></b></a>
 
          <ul class="dropdown-menu">
 
            <li><a href="{{ url_for('root.about') }}">Who we are</a></li>
 
            <li><a>What we do?</a></li>
 
            <li><a href="{{ url_for('root.partners') }}">Our partners</a></li>
 
          </ul>
 
        </li>
ennstatus/templates/root/index.html
Show inline comments
 
{% extends "base.html" %}
 

	
 
{% set title = "Index" %}
 

	
 
{% block content %}
 
    <div class="col-md-4 text-center">
 
      <img class="img-rounded" alt="FVDE_Logo_LQ" src="{{ url_for('static', filename='images/FVDE_logo_resize.png') }}"></img>
 
      <img class="img-rounded" alt="FVDE_Logo" src="{{ url_for('static', filename='images/logo/FVDE_logo_resize.png') }}"></img>
 
    </div>
 
    <div class="col-md-8">
 
      <h2>Frënn vun der Ënn A.S.B.L.</h2>
 
      <blockquote>
 
        <p>"<em>I am a hacker, and this is my manifesto. You may stop this individual, but you can't stop us all... after all, we're all alike.</em>"</p>
 
        <small>The Mentor, <cite title="Source Title">Hacker Manifesto</cite></small>
 
      </blockquote>
 
      <p>
 
        We are a  bunch of hackers, running <a href="https://torproject.org/" target="_blank">Tor</a> nodes all over the world to ensure that <strong>privacy</strong>, 
 
      <strong>anonymity</strong> and <strong>freedom of speech</strong> endure.
 
      </p> 
 
			 
0 comments (0 inline, 0 general)