Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
srct.gmu.io
Commits
43131cd3
Commit
43131cd3
authored
Jan 04, 2014
by
Daniel W Bond
Browse files
added footer
parent
99da4c8a
Changes
4
Hide whitespace changes
Inline
Side-by-side
srctweb/website/templates/documents.html
View file @
43131cd3
...
...
@@ -29,4 +29,6 @@ SRCT | Documents
<td>
Logos
</td>
</tr>
</tbody>
</table>
{% endblock %}
srctweb/website/templates/layouts/base.html
View file @
43131cd3
...
...
@@ -2,20 +2,25 @@
<head>
<link
href=
"/static/css/bootstrap.min.css"
rel=
"stylesheet"
media=
"screen"
>
<link
href=
"/static/css/bootstrap-theme.min.css"
rel=
"stylesheet"
>
<link
href=
"/static/css/style.css"
rel=
"stylesheet"
>
<link
rel=
"icon"
href=
"/static/img/favicon.ico"
>
<meta
charset=
"utf-8"
>
<meta
name=
"description"
content=
"Mason SRCT is a student organization at George Mason University that establishes and maintains systems which provide specific services for Mason's community."
>
<title>
{% block title %}
{% endblock %}
</title>
<title>
{% block title %} {% endblock %}
</title>
</head>
<body>
<div
id=
"wrap"
>
{% include 'layouts/navbar.html' %}
<div
class=
"container"
>
{% block content %}
{% endblock %}
<div
class=
"container"
>
{% block content %}
{% endblock %}
</div>
</div>
<div
id=
"footer"
>
{% include 'layouts/footer.html' %}
</div>
</body>
...
...
srctweb/website/templates/people.html
View file @
43131cd3
...
...
@@ -10,6 +10,7 @@ SRCT | People
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
People
</strong></h1>
</div>
</div>
</div>
<legend>
Officers
</legend>
...
...
@@ -72,4 +73,5 @@ SRCT | People
</tr>
<tbody>
</table>
{% endblock %}
srctweb/website/templates/projects.html
View file @
43131cd3
...
...
@@ -165,6 +165,6 @@
systems and services.
</p>
</div>
<div>
<
/
div>
{% endblock %}
Write
Preview
Markdown
is supported
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