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
Renfred Harper
srctweb
Commits
1645d59e
Commit
1645d59e
authored
Feb 20, 2014
by
Daniel W Bond
Browse files
final addition of real links
parent
7f6d5f59
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
1645d59e
...
...
@@ -43,9 +43,9 @@ Note-- this should also be on the wiki
*
Logo in navbar
*
Set up the documents with ability to download pdfs and latex files
*
Logo image download permalinks
*
Use real links, not the direct file locations (yes, I know that's going to be really annoying to fix-- sorry)
*
add piwik opt out link
*
set some stuff up, e.g. with the people page, so adding new individuals doesn't involve touching the template
*
higher quality photo for the front page, carosel through pictures
Further Requirements
*
Figure out intellectual property with GMU
...
...
srctweb/website/templates/layouts/footer.html
View file @
1645d59e
...
...
@@ -4,15 +4,15 @@
<div
class=
"col-lg-12 text-center"
>
A
<a
href=
"http://srct.gmu.edu/projects"
>
project
</a>
of
<a
href=
"https://www.gmu.edu"
>
Mason
</a>
<a
href=
"
http://srct.gmu.edu
"
>
SRCT
</a>
. Read
<a
href=
"
/
"
>
SRCT
</a>
. Read
<a
href=
"http://wiki.srct.gmu.edu/wiki/index.php/SRCTweb"
>
documentation
</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>
.
Our
<a
href=
"
/documents/
usage
_p
olicy"
>
Usage Policy
</a>
,
<a
href=
"
/documents/terms_of_s
ervice"
>
Terms of Service
</a>
,
<a
href=
"
/documents/
privacy
_p
olicy"
>
Privacy Policy
</a>
, and
<a
href=
"
/documents/
constitution"
>
Constitution
</a>
.
<a
href=
"
/
contact"
>
Contact
</a>
Us.
Our
<a
href=
"
{{ url_for('
usage
P
olicy
')}}
"
>
Usage Policy
</a>
,
<a
href=
"
{{ url_for('termsOfS
ervice
')}}
"
>
Terms of Service
</a>
,
<a
href=
"
{{ url_for('
privacy
P
olicy
')}}
"
>
Privacy Policy
</a>
, and
<a
href=
"
{{ url_for('
constitution
')}}
"
>
Constitution
</a>
.
<a
href=
"
{{ url_for('
contact
')}}
"
>
Contact
</a>
Us.
<a
href=
"https://creativecommons.org/licenses/by-sa/4.0/legalcode"
>
CC-BY-SA
</a>
2014 Mason SRCT.
</div>
...
...
srctweb/website/templates/layouts/navbar.html
View file @
1645d59e
...
...
@@ -12,24 +12,24 @@
<div
class=
"collapse navbar-collapse navbar-ex1-collapse"
>
<ul
class=
"nav navbar-nav"
>
<li><a
href=
"
/
projects"
>
Projects
</a></li>
<li><a
href=
"
/
people"
>
People
</a></li>
<li><a
href=
"
/
events"
>
Events
</a></li>
<li><a
href=
"
/
meetings"
>
Meetings
</a></li>
<li><a
href=
"
/
calendar"
>
Calendar
</a>
<li><a
href=
"
{{ url_for('
projects
')}}
"
>
Projects
</a></li>
<li><a
href=
"
{{ url_for('
people
')}}
"
>
People
</a></li>
<li><a
href=
"
{{ url_for('
events
')}}
"
>
Events
</a></li>
<li><a
href=
"
{{ url_for('
meetings
')}}
"
>
Meetings
</a></li>
<li><a
href=
"
{{ url_for('
calendar
')}}
"
>
Calendar
</a>
<li
class=
"dropdown"
>
<a
id=
"drop1"
href=
"#"
role=
"button"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
Documents
<b
class=
"caret"
></b></a>
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"drop1"
>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"
/documents/
constitution"
>
Constitution
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"
/documents/
usage
_p
olicy"
>
Usage Policy
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"
/documents/terms_of_s
ervice"
>
Terms of Service
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"
/documents/
privacy
_p
olicy"
>
Privacy Policy
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"
/documents/
intellectual
_p
roperty"
>
Intellectual Property
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"
/documents/
software
_f
reedom"
>
Software Freedom
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"
/documents/
logos"
>
Logos
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"
{{ url_for('
constitution
')}}
"
>
Constitution
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"
{{ url_for('
usage
P
olicy
')}}
"
>
Usage Policy
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"
{{ url_for('termsOfS
ervice
')}}
"
>
Terms of Service
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"
{{ url_for('
privacy
P
olicy
')}}
"
>
Privacy Policy
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"
{{ url_for('
intellectual
P
roperty
')}}
"
>
Intellectual Property
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"
{{ url_for('
software
F
reedom
')}}
"
>
Software Freedom
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"
{{ url_for('
logos
')}}
"
>
Logos
</a></li>
</ul>
</li>
<li><a
href=
"
/
contact"
>
Contact
</a>
<li><a
href=
"
{{ url_for('
contact
')}}
"
>
Contact
</a>
</ul>
</div>
<!--/.nav-collapse -->
</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