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
12c31e5e
Commit
12c31e5e
authored
Apr 11, 2016
by
Daniel W Bond
Browse files
footer tweaked and reformatted
parent
22bfa4b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
srctweb/website/templates/layouts/footer.html
View file @
12c31e5e
<div
class=
"container"
>
<div
class=
"row"
>
<small>
<div
class=
"row"
style=
"padding-top:5px"
>
<div
class=
"col-lg-12 text-center"
>
<a
href=
"https://creativecommons.org/licenses/by-nc/4.0/legalcode"
>
<i
class=
"fa fa-creative-commons fa-fw"
></i>
BY-NC 2014
</a>
Mason SRCT and
<a
href=
"https://git.gmu.edu/srct/srctweb/graphs/master"
>
contributors
</a>
.
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<a
href=
"https://getconnected.gmu.edu/organization/srct"
>
Student-Run Computing and Tech
</a>
is a
<a
href=
"https://si.gmu.edu/registered-student-organizations/"
>
registered student organization
</a>
at
<a
href=
"https://www.gmu.edu/"
>
George Mason University
</a>
.
</div>
<div
class=
"col-lg-12 text-center"
>
This
<a
href=
"{{ url_for('projects') }}"
>
project's
</a>
<a
href=
"https://git.gmu.edu/srct/srctweb/tree/master"
>
source
</a>
is
<a
href=
"https://www.gnu.org/philosophy/free-sw.html"
>
freely licensed
</a>
under
<a
href=
"https://www.gnu.org/licenses/gpl-3.0.html"
>
GNU GPL v3.0 or later
</a>
.
Read our
<a
href=
"https://git.gmu.edu/srct/srctweb/blob/master/README.md"
>
documentation
</a>
and
<a
href=
"https://git.gmu.edu/srct/srctweb/issues"
>
contribute
</a>
.
</div>
<div
class=
"col-lg-12 text-center"
>
<a
href=
"{{ url_for('constitution') }}"
>
Constitution
</a>
·
<a
href=
"https://wiki.srct.gmu.edu/"
>
Wiki
</a>
·
<a
href=
"{{ url_for('termsOfService') }}"
>
Terms
</a>
·
<a
href=
"{{ url_for('privacyPolicy') }}"
>
Privacy
</a>
·
<a
href=
"{{ url_for('contact') }}"
>
Contact
</a>
</div>
</div>
</small>
</div>
<!--
A <a href="{{ url_for('projects') }}">project</a> of
<a href="/">Mason SRCT</a>,
<a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">
...
...
@@ -13,7 +48,4 @@
Read <a href="http://wiki.srct.gmu.edu/SRCTweb">docs</a>
and <a href="https://www.gnu.org/licenses/gpl-3.0.html">contribute</a>
to <a href="http://git.gmu.edu/srct/srctweb">our code</a>.
</div>
</small>
</div>
</div>
-->
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