Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UCC
uccportal
Commits
73a8728b
Commit
73a8728b
authored
Jan 13, 2019
by
frekk
Browse files
add useful links to page footer
parent
3a4fdf09
Changes
2
Hide whitespace changes
Inline
Side-by-side
gms/memberdb/static/shared.css
View file @
73a8728b
...
...
@@ -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
{
...
...
gms/memberdb/templates/base.html
View file @
73a8728b
...
...
@@ -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>
•
<a
href=
"https://wiki.ucc.asn.au"
>
UCC wiki
</a>
•
<a
href=
"https://www.ucc.asn.au/aboutucc/contact.ucc"
>
contact us
</a>
•
<a
href=
"https://gitlab.ucc.asn.au/frekk/uccportal"
>
source code
</a>
</div>
</div>
{% endblock %}
<!-- END Footer -->
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment