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
8666c65a
Commit
8666c65a
authored
Feb 02, 2014
by
Daniel W Bond
Browse files
documents navbar on all documents pages
parent
ea6d20eb
Changes
8
Hide whitespace changes
Inline
Side-by-side
srctweb/website/templates/documents.html
View file @
8666c65a
...
...
@@ -19,25 +19,25 @@ SRCT | Documents
</thead>
<tbody>
<tr>
<td><a
href=
"documents/constitution"
>
Constitution
</a></td>
<td><a
href=
"
/
documents/constitution"
>
Constitution
</a></td>
</tr>
<tr>
<td><a
href=
"documents/usage_policy"
>
Usage Policy
</a></td>
<td><a
href=
"
/
documents/usage_policy"
>
Usage Policy
</a></td>
</tr>
<tr>
<td><a
href=
"documents/terms_of_service"
>
Terms of Service
</a></td>
<td><a
href=
"
/
documents/terms_of_service"
>
Terms of Service
</a></td>
</tr>
<tr>
<td><a
href=
"documents/privacy_policy"
>
Privacy Policy
</a></td>
</tr>
<tr>
<td><a
href=
"documents/intellectual_property"
>
Intellectual Property
</a></td>
<td><a
href=
"
/
documents/intellectual_property"
>
Intellectual Property
</a></td>
</tr>
<tr>
<td><a
href=
"documents/software_freedom"
>
Software Freedom
</a></td>
<td><a
href=
"
/
documents/software_freedom"
>
Software Freedom
</a></td>
</tr>
<tr>
<td><a
href=
"documents/logos"
>
Logos
</a></td>
<td><a
href=
"
/
documents/logos"
>
Logos
</a></td>
</tr>
</tbody>
</table>
...
...
srctweb/website/templates/documents/constitution.html
View file @
8666c65a
...
...
@@ -12,4 +12,28 @@ SRCT | Docs | Constitution
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-sm-10"
>
</div>
<div
class=
"col-sm-2 hidden-xs"
>
<h4
id=
"nav-pills"
><strong>
Documents
</strong></h4>
<div
class=
"bs-example"
>
<ul
class=
"nav nav-pills"
>
<li
class=
"active"
><a
href=
"/documents/constitution"
>
Constitution
</a></li>
<li><a
href=
"/documents/usage_policy"
>
Usage Policy
</a></li>
<li><a
href=
"/documents/terms_of_service"
>
Terms of Service
</a></li>
<li><a
href=
"/documents/privacy_policy"
>
Privacy Policy
</a></li>
<li><a
href=
"/documents/intellectual_property"
>
Intellectual Property
</a></li>
<li><a
href=
"/documents/software_freedom"
>
Software Freedom
</a></li>
<li><a
href=
"/documents/logos"
>
Logos
</a></li>
</ul>
</div>
</div>
</div>
{% endblock %}
srctweb/website/templates/documents/intellectual_property.html
View file @
8666c65a
...
...
@@ -12,4 +12,28 @@ SRCT | Docs | Intellectual Property
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-sm-10"
>
</div>
<div
class=
"col-sm-2 hidden-xs"
>
<h4
id=
"nav-pills"
><strong>
Documents
</strong></h4>
<div
class=
"bs-example"
>
<ul
class=
"nav nav-pills"
>
<li><a
href=
"/documents/constitution"
>
Constitution
</a></li>
<li><a
href=
"/documents/usage_policy"
>
Usage Policy
</a></li>
<li><a
href=
"/documents/terms_of_service"
>
Terms of Service
</a></li>
<li><a
href=
"/documents/privacy_policy"
>
Privacy Policy
</a></li>
<li
class=
"active"
><a
href=
"/documents/intellectual_property"
>
Intellectual Property
</a></li>
<li><a
href=
"/documents/software_freedom"
>
Software Freedom
</a></li>
<li><a
href=
"/documents/logos"
>
Logos
</a></li>
</ul>
</div>
</div>
</div>
{% endblock %}
srctweb/website/templates/documents/logos.html
View file @
8666c65a
...
...
@@ -12,4 +12,28 @@ SRCT | Docs | Logos
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-sm-10"
>
</div>
<div
class=
"col-sm-2 hidden-xs"
>
<h4
id=
"nav-pills"
><strong>
Documents
</strong></h4>
<div
class=
"bs-example"
>
<ul
class=
"nav nav-pills"
>
<li><a
href=
"/documents/constitution"
>
Constitution
</a></li>
<li><a
href=
"/documents/usage_policy"
>
Usage Policy
</a></li>
<li><a
href=
"/documents/terms_of_service"
>
Terms of Service
</a></li>
<li><a
href=
"/documents/privacy_policy"
>
Privacy Policy
</a></li>
<li><a
href=
"/documents/intellectual_property"
>
Intellectual Property
</a></li>
<li><a
href=
"/documents/software_freedom"
>
Software Freedom
</a></li>
<li
class=
"active"
><a
href=
"/documents/logos"
>
Logos
</a></li>
</ul>
</div>
</div>
</div>
{% endblock %}
srctweb/website/templates/documents/privacy_policy.html
View file @
8666c65a
...
...
@@ -12,4 +12,28 @@ SRCT | Docs | Privacy Policy
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-sm-10"
>
</div>
<div
class=
"col-sm-2 hidden-xs"
>
<h4
id=
"nav-pills"
><strong>
Documents
</strong></h4>
<div
class=
"bs-example"
>
<ul
class=
"nav nav-pills"
>
<li><a
href=
"/documents/constitution"
>
Constitution
</a></li>
<li><a
href=
"/documents/usage_policy"
>
Usage Policy
</a></li>
<li><a
href=
"/documents/terms_of_service"
>
Terms of Service
</a></li>
<li
class=
"active"
><a
href=
"/documents/privacy_policy"
>
Privacy Policy
</a></li>
<li><a
href=
"/documents/intellectual_property"
>
Intellectual Property
</a></li>
<li><a
href=
"/documents/software_freedom"
>
Software Freedom
</a></li>
<li><a
href=
"/documents/logos"
>
Logos
</a></li>
</ul>
</div>
</div>
</div>
{% endblock %}
srctweb/website/templates/documents/software_freedom.html
View file @
8666c65a
...
...
@@ -53,9 +53,9 @@ SRCT | Docs | Software Freedom
<p>
We encourages every student to learn about programming through our
services, and believes that knowledge is of utmost importance in a time of
rapid, software-based societal changes. This learning, and by extension a
n
understanding of the technological shift we are currently
experiencing, is
possible only with free software.
</p>
rapid, software-based societal changes. This learning, and by extension a
full
understanding of the technological
and cultural
shift
s
we are currently
experiencing, is
possible only with free software.
</p>
</div>
...
...
@@ -64,13 +64,13 @@ SRCT | Docs | Software Freedom
<h4
id=
"nav-pills"
><strong>
Documents
</strong></h4>
<div
class=
"bs-example"
>
<ul
class=
"nav nav-pills"
>
<li><a
href=
"
#
"
>
Constitution
</a></li>
<li><a
href=
"
#
"
>
Usage Policy
</a></li>
<li><a
href=
"
#
"
>
Terms of Service
</a></li>
<li><a
href=
"
#
"
>
Privacy Policy
</a></li>
<li><a
href=
"
#
"
>
Intellectual Property
</a></li>
<li
class=
"active"
><a
href=
"
#
"
>
Software Freedom
</a></li>
<li><a
href=
"
#
"
>
Logos
</a></li>
<li><a
href=
"
/documents/constitution
"
>
Constitution
</a></li>
<li><a
href=
"
/documents/usage_policy
"
>
Usage Policy
</a></li>
<li><a
href=
"
/documents/terms_of_service
"
>
Terms of Service
</a></li>
<li><a
href=
"
/documents/privacy_policy
"
>
Privacy Policy
</a></li>
<li><a
href=
"
/documents/intellectual_property
"
>
Intellectual Property
</a></li>
<li
class=
"active"
><a
href=
"
/documents/software_freedom
"
>
Software Freedom
</a></li>
<li><a
href=
"
/documents/logos
"
>
Logos
</a></li>
</ul>
</div>
...
...
srctweb/website/templates/documents/terms_of_service.html
View file @
8666c65a
...
...
@@ -12,4 +12,28 @@ SRCT | Docs | Terms of Service
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-sm-10"
>
</div>
<div
class=
"col-sm-2 hidden-xs"
>
<h4
id=
"nav-pills"
><strong>
Documents
</strong></h4>
<div
class=
"bs-example"
>
<ul
class=
"nav nav-pills"
>
<li><a
href=
"/documents/constitution"
>
Constitution
</a></li>
<li><a
href=
"/documents/usage_policy"
>
Usage Policy
</a></li>
<li
class=
"active"
><a
href=
"/documents/terms_of_service"
>
Terms of Service
</a></li>
<li><a
href=
"/documents/privacy_policy"
>
Privacy Policy
</a></li>
<li><a
href=
"/documents/intellectual_property"
>
Intellectual Property
</a></li>
<li><a
href=
"/documents/software_freedom"
>
Software Freedom
</a></li>
<li><a
href=
"/documents/logos"
>
Logos
</a></li>
</ul>
</div>
</div>
</div>
{% endblock %}
srctweb/website/templates/documents/usage_policy.html
View file @
8666c65a
...
...
@@ -12,4 +12,28 @@ SRCT | Docs | Usage Policy
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-sm-10"
>
</div>
<div
class=
"col-sm-2 hidden-xs"
>
<h4
id=
"nav-pills"
><strong>
Documents
</strong></h4>
<div
class=
"bs-example"
>
<ul
class=
"nav nav-pills"
>
<li><a
href=
"/documents/constitution"
>
Constitution
</a></li>
<li
class=
"active"
><a
href=
"/documents/usage_policy"
>
Usage Policy
</a></li>
<li><a
href=
"/documents/terms_of_service"
>
Terms of Service
</a></li>
<li><a
href=
"/documents/privacy_policy"
>
Privacy Policy
</a></li>
<li><a
href=
"/documents/intellectual_property"
>
Intellectual Property
</a></li>
<li><a
href=
"/documents/software_freedom"
>
Software Freedom
</a></li>
<li><a
href=
"/documents/logos"
>
Logos
</a></li>
</ul>
</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