Skip to content
Snippets Groups Projects
Commit 73a8728b authored by frekk's avatar frekk
Browse files

add useful links to page footer

parent 3a4fdf09
Branches
Tags
No related merge requests found
......@@ -40,13 +40,26 @@ body {
color: #777;
text-align: center;
overflow: hidden;
z-index: -1;
}
#footer p {
padding: 0;
margin: 12px 0 6px 0;
}
.linkslist a {
display: inline-block;
padding: 0;
margin: 6px 10px 12px 10px;
color: #555;
}
.linkslist a:visited {
color: #333;
}
/* MESSAGES & ERRORS */
ul.messagelist {
......
......@@ -3,7 +3,7 @@
<html>
<head>
<!-- MemberDB base template -->
<title>{% block title %}{% endblock %}</title>
<title>{% block title %}UCC MemberDB{% endblock %}</title>
<link rel="shortcut icon" type="image/png" href="{% static 'ucc-logo.png' %}"/>
<link rel="stylesheet" type="text/css" href="{% static "memberdb.css" %}">
{% block prestyle %}{% endblock %}
......@@ -23,7 +23,7 @@
{% block navbar %}
<nav>
{% block branding %}
<a class="logo" href="https://ucc.asn.au"></a>
<a class="logo" title="UCC logo"></a>
{% endblock %}
{# fancy automatic navbar thing from https://stackoverflow.com/questions/39639264 #}
......@@ -56,7 +56,7 @@
<!-- Content -->
<div id="content">
{% block pretitle %}{% endblock %}
{% block content_title %}{% endblock %}
{% block content_title %}<h1></h1>{% endblock %}
{% block content %}
{% endblock %}
<!-- sidebar -->
......@@ -72,6 +72,12 @@
The University Computer Club Inc.
ABN: 98 843 368 069
</p>
<div class="linkslist">
<a href="https://www.ucc.asn.au">main website</a>&#8226;
<a href="https://wiki.ucc.asn.au">UCC wiki</a>&#8226;
<a href="https://www.ucc.asn.au/aboutucc/contact.ucc">contact us</a>&#8226;
<a href="https://gitlab.ucc.asn.au/frekk/uccportal">source code</a>
</div>
</div>
{% endblock %}
<!-- END Footer -->
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment