Add virst iteration of a logo and favicon

This commit is contained in:
Michael Hall 2018-04-03 22:49:02 -04:00
parent 5bef56366a
commit a0eed6c3f7
7 changed files with 10 additions and 2 deletions

View file

@ -1,6 +1,9 @@
body {
padding-top: 5rem;
}
.navbar {
padding: 0rem 1rem !important;
}
.footer {
padding-top: 1em;
padding-bottom: 1em;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View file

@ -8,6 +8,7 @@
<meta name="author" content="">
<title>{% block title %}Get Together{% block add_to_title %}{% endblock %}{% endblock %}</title>
<link rel="icon" href="{% static 'img/iconv1_64.png' %}">
{% block meta %}{% endblock %}
@ -38,7 +39,7 @@
<body>
<nav class="navbar navbar-toggleable-md navbar-inverse bg-inverse fixed-top">
<a class="navbar-brand" href="/">GetTogether</a>
<a class="navbar-brand" href="/"><img src="{% static 'img/logo_b_v1.png' %}"/></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>

View file

@ -1,7 +1,7 @@
{% extends "get_together/base.html" %}
{% load markup static tz %}
{% block add_to_totle %} | {{event.name}}{% endblock %}
{% block add_to_title %} | {{event.name}}{% endblock %}
{% block meta %}
<meta property="og:url" content="{{event.get_full_url}}" />

View file

@ -1,6 +1,8 @@
{% extends "get_together/base.html" %}
{% load markup %}
{% block add_to_title %} | {{org.name}}{% endblock %}
{% block styles %}
<style>
.gt-profile {

View file

@ -1,6 +1,8 @@
{% extends "get_together/base.html" %}
{% load markup tz %}
{% block add_to_title %} | {{team.name}}{% endblock %}
{% block styles %}
<style>
.gt-profile {