Commit 68bc48bbd87e31d0fc51c758d7ec9fce294a76c2

Authored by Lucas Kanashiro
1 parent 82e30644

Update Views for "Novo Portal do Software Publico"

src/static/img/fav.ico 0 → 100644
No preview for this file type
src/static/img/logo.png

1.84 KB | W: | H:

9.66 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
src/templates/base.html
... ... @@ -14,7 +14,7 @@
14 14  
15 15 <title>{% block title %}Colab{% endblock %} - Colab</title>
16 16  
17   - <link rel="shortcut icon" type="image/x-icon" href="{{ STATIC_URL }}img/interlegis.ico">
  17 + <link rel="shortcut icon" type="image/x-icon" href="{{ STATIC_URL }}img/fav.ico">
18 18  
19 19 <link rel="stylesheet" href="{{ STATIC_URL }}third-party/bootstrap/css/bootstrap.min.css" type="text/css" media="screen, projection" />
20 20  
... ...
src/templates/includes/big_header.html
... ... @@ -6,4 +6,4 @@
6 6 </div>
7 7 </div>
8 8  
9   -<h3 class="text-center hidden-xs hidden-sm">{% trans "INTERLEGIS COMMUNITIES" %}</h3>
  9 +<h3 class="text-center hidden-xs hidden-sm">{% trans "PORTAL DO SOFTWARE PÚBLICO BRASILEIRO" %}</h3>
... ...
src/templates/open-data.html
... ... @@ -3,7 +3,7 @@
3 3  
4 4 {% block main-content %}
5 5 <div class="col-lg-12">
6   - <h2>{% trans "OpenData - Communities Interlegis" %}</h2>
  6 + <h2>{% trans "OpenData - Portal do Software Público Brasileiro" %}</h2>
7 7 <p>{% trans "If you are interested in any other data that is not provided by this API, please contact us via the ticketing system (you must be registered in order to create a ticket)." %}</p>
8 8  
9 9 <h3>{% trans "Retrieving data via API" %}</h3>
... ...