Mercurial > sat_legacy_website
comparison templates/sat_website/base.html @ 33:73c6333fd124
change overview.html, move the previous content to principles.html
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 27 Jan 2015 08:07:15 +0100 |
parents | b45621706d83 |
children | 62c23067e86e |
comparison
equal
deleted
inserted
replaced
32:876ae5e23690 | 33:73c6333fd124 |
---|---|
27 <head> | 27 <head> |
28 <meta charset="utf-8"> | 28 <meta charset="utf-8"> |
29 <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 29 <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
30 <meta name="viewport" content="width=device-width, initial-scale=1"> | 30 <meta name="viewport" content="width=device-width, initial-scale=1"> |
31 <link rel="stylesheet" href="{% static "bootstrap/css/bootstrap.min.css" %}"> | 31 <link rel="stylesheet" href="{% static "bootstrap/css/bootstrap.min.css" %}"> |
32 <link rel="stylesheet" href="{% static "bootstrap/css/bootstrap-theme.min.css" %}"> | |
32 <link rel="stylesheet" href="{% static "css/sat_website.css" %}"> | 33 <link rel="stylesheet" href="{% static "css/sat_website.css" %}"> |
33 <link rel="icon" type="image/png" href="{% static "images/sat_logo_32.png" %}"> | 34 <link rel="icon" type="image/png" href="{% static "images/sat_logo_32.png" %}"> |
34 <title>{% block title %}{% trans "Salut à Toi: the multi-frontends, multi-purposes communication tool" %}{% endblock %}</title> | 35 <title>{% block title %}{% trans "Salut à Toi: the multi-frontends, multi-purposes communication tool" %}{% endblock %}</title> |
35 </head> | 36 </head> |
36 <body> | 37 <body role="document"> |
37 <nav class="navbar navbar-inverse navbar-fixed-top"> | 38 <nav class="navbar navbar-inverse navbar-fixed-top"> |
38 <div class="container"> | 39 <div class="container"> |
39 <div class="navbar-header" id="navbar-header"> | 40 <div class="navbar-header" id="navbar-header"> |
40 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> | 41 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> |
41 <span class="sr-only">Toggle navigation</span> | 42 <span class="sr-only">Toggle navigation</span> |