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
f5c124fa
Commit
f5c124fa
authored
Feb 28, 2014
by
Daniel W Bond
Browse files
no more pills
parent
f3102b7b
Changes
8
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f5c124fa
...
...
@@ -46,14 +46,13 @@ BETA DONE:: DROP MIC
only review by peers
**Also Needs to Be Done**
*
fix the css so there's the nicer titles on all the pages
*
set some stuff up, e.g. with the people page, so adding new individuals doesn't involve touching the template
*
Figure out parallaxjs (use jquery) for front page
*
Figure out intellectual property with GMU
*
add piwik opt out link
*
Set up the documents with ability to download pdfs and latex files
*
finish writing privacy policy
*
Events links to hackmas
on
*
affix js for documents navigati
on
---
...
...
srctweb/website/templates/documents/constitution.html
View file @
f5c124fa
...
...
@@ -120,19 +120,17 @@ SRCT | Docs | Constitution
<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=
"{{ url_for('constitution') }}"
>
Constitution
</a></li>
<li><a
href=
"{{ url_for('usagePolicy') }}"
>
Usage Policy
</a></li>
<li><a
href=
"{{ url_for('termsOfService') }}"
>
Terms of Service
</a></li>
<li><a
href=
"{{ url_for('privacyPolicy') }}"
>
Privacy Policy
</a></li>
<li><a
href=
"{{ url_for('intellectualProperty') }}"
>
Intellectual Property
</a></li>
<li><a
href=
"{{ url_for('softwareFreedom') }}"
>
Software Freedom
</a></li>
<li><a
href=
"{{ url_for('logos') }}"
>
Logos
</a></li>
</ul>
</div>
<h4><strong>
Documents
</strong></h4>
<div
class=
"list-group"
>
<a
href=
"{{ url_for('constitution') }}"
class=
"list-group-item active"
>
Constitution
</a>
<a
href=
"{{ url_for('usagePolicy') }}"
class=
"list-group-item"
>
Usage Policy
</a>
<a
href=
"{{ url_for('termsOfService') }}"
class=
"list-group-item"
>
Terms of Service
</a>
<a
href=
"{{ url_for('privacyPolicy') }}"
class=
"list-group-item"
>
Privacy Policy
</a>
<a
href=
"{{ url_for('intellectualProperty') }}"
class=
"list-group-item"
>
Intellectual Property
</a>
<a
href=
"{{ url_for('softwareFreedom') }}"
class=
"list-group-item"
>
Software Freedom
</a>
<a
href=
"{{ url_for('logos') }}"
class=
"list-group-item"
>
Logos
</a>
</div>
</div>
</div>
...
...
srctweb/website/templates/documents/intellectual_property.html
View file @
f5c124fa
...
...
@@ -27,19 +27,17 @@ SRCT | Docs | Intellectual Property
<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=
"{{ url_for('constitution') }}"
>
Constitution
</a></li>
<li><a
href=
"{{ url_for('usagePolicy') }}"
>
Usage Policy
</a></li>
<li><a
href=
"{{ url_for('termsOfService') }}"
>
Terms of Service
</a></li>
<li><a
href=
"{{ url_for('privacyPolicy') }}"
>
Privacy Policy
</a></li>
<li
class=
"active"
><a
href=
"{{ url_for('intellectualProperty') }}"
>
Intellectual Property
</a></li>
<li><a
href=
"{{ url_for('softwareFreedom') }}"
>
Software Freedom
</a></li>
<li><a
href=
"{{ url_for('logos') }}"
>
Logos
</a></li>
</ul>
</div>
<h4><strong>
Documents
</strong></h4>
<div
class=
"list-group"
>
<a
href=
"{{ url_for('constitution') }}"
class=
"list-group-item"
>
Constitution
</a>
<a
href=
"{{ url_for('usagePolicy') }}"
class=
"list-group-item"
>
Usage Policy
</a>
<a
href=
"{{ url_for('termsOfService') }}"
class=
"list-group-item"
>
Terms of Service
</a>
<a
href=
"{{ url_for('privacyPolicy') }}"
class=
"list-group-item"
>
Privacy Policy
</a>
<a
href=
"{{ url_for('intellectualProperty') }}"
class=
"list-group-item active"
>
Intellectual Property
</a>
<a
href=
"{{ url_for('softwareFreedom') }}"
class=
"list-group-item"
>
Software Freedom
</a>
<a
href=
"{{ url_for('logos') }}"
class=
"list-group-item"
>
Logos
</a>
</div>
</div>
</div>
...
...
srctweb/website/templates/documents/logos.html
View file @
f5c124fa
...
...
@@ -38,22 +38,20 @@ SRCT | Docs | Logos
PNG (Small)
</a></strong></div>
</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=
"{{ url_for('constitution') }}"
>
Constitution
</a></li>
<li><a
href=
"{{ url_for('usagePolicy') }}"
>
Usage Policy
</a></li>
<li><a
href=
"{{ url_for('termsOfService') }}"
>
Terms of Service
</a></li>
<li><a
href=
"{{ url_for('privacyPolicy') }}"
>
Privacy Policy
</a></li>
<li><a
href=
"{{ url_for('intellectualProperty') }}"
>
Intellectual Property
</a></li>
<li><a
href=
"{{ url_for('softwareFreedom') }}"
>
Software Freedom
</a></li>
<li
class=
"active"
><a
href=
"{{ url_for('logos') }}"
>
Logos
</a></li>
</ul>
</div>
<h4><strong>
Documents
</strong></h4>
<div
class=
"list-group"
>
<a
href=
"{{ url_for('constitution') }}"
class=
"list-group-item"
>
Constitution
</a>
<a
href=
"{{ url_for('usagePolicy') }}"
class=
"list-group-item"
>
Usage Policy
</a>
<a
href=
"{{ url_for('termsOfService') }}"
class=
"list-group-item"
>
Terms of Service
</a>
<a
href=
"{{ url_for('privacyPolicy') }}"
class=
"list-group-item"
>
Privacy Policy
</a>
<a
href=
"{{ url_for('intellectualProperty') }}"
class=
"list-group-item"
>
Intellectual Property
</a>
<a
href=
"{{ url_for('softwareFreedom') }}"
class=
"list-group-item"
>
Software Freedom
</a>
<a
href=
"{{ url_for('logos') }}"
class=
"list-group-item active"
>
Logos
</a>
</div>
</div>
</div>
...
...
srctweb/website/templates/documents/privacy_policy.html
View file @
f5c124fa
...
...
@@ -57,19 +57,17 @@ SRCT | Docs | Privacy Policy
<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=
"{{ url_for('constitution') }}"
>
Constitution
</a></li>
<li><a
href=
"{{ url_for('usagePolicy') }}"
>
Usage Policy
</a></li>
<li><a
href=
"{{ url_for('termsOfService') }}"
>
Terms of Service
</a></li>
<li
class=
"active"
><a
href=
"{{ url_for('privacyPolicy') }}"
>
Privacy Policy
</a></li>
<li><a
href=
"{{ url_for('intellectualProperty') }}"
>
Intellectual Property
</a></li>
<li><a
href=
"{{ url_for('softwareFreedom') }}"
>
Software Freedom
</a></li>
<li><a
href=
"{{ url_for('logos') }}"
>
Logos
</a></li>
</ul>
</div>
<h4><strong>
Documents
</strong></h4>
<div
class=
"list-group"
>
<a
href=
"{{ url_for('constitution') }}"
class=
"list-group-item"
>
Constitution
</a>
<a
href=
"{{ url_for('usagePolicy') }}"
class=
"list-group-item"
>
Usage Policy
</a>
<a
href=
"{{ url_for('termsOfService') }}"
class=
"list-group-item"
>
Terms of Service
</a>
<a
href=
"{{ url_for('privacyPolicy') }}"
class=
"list-group-item active"
>
Privacy Policy
</a>
<a
href=
"{{ url_for('intellectualProperty') }}"
class=
"list-group-item"
>
Intellectual Property
</a>
<a
href=
"{{ url_for('softwareFreedom') }}"
class=
"list-group-item"
>
Software Freedom
</a>
<a
href=
"{{ url_for('logos') }}"
class=
"list-group-item"
>
Logos
</a>
</div>
</div>
</div>
...
...
srctweb/website/templates/documents/software_freedom.html
View file @
f5c124fa
...
...
@@ -64,19 +64,17 @@ SRCT | Docs | Software Freedom
<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=
"{{ url_for('constitution') }}"
>
Constitution
</a></li>
<li><a
href=
"{{ url_for('usagePolicy') }}"
>
Usage Policy
</a></li>
<li><a
href=
"{{ url_for('termsOfService') }}"
>
Terms of Service
</a></li>
<li><a
href=
"{{ url_for('privacyPolicy') }}"
>
Privacy Policy
</a></li>
<li><a
href=
"{{ url_for('intellectualProperty') }}"
>
Intellectual Property
</a></li>
<li
class=
"active"
><a
href=
"{{ url_for('softwareFreedom') }}"
>
Software Freedom
</a></li>
<li><a
href=
"{{ url_for('logos') }}"
>
Logos
</a></li>
</ul>
</div>
<h4><strong>
Documents
</strong></h4>
<div
class=
"list-group"
>
<a
href=
"{{ url_for('constitution') }}"
class=
"list-group-item"
>
Constitution
</a>
<a
href=
"{{ url_for('usagePolicy') }}"
class=
"list-group-item"
>
Usage Policy
</a>
<a
href=
"{{ url_for('termsOfService') }}"
class=
"list-group-item"
>
Terms of Service
</a>
<a
href=
"{{ url_for('privacyPolicy') }}"
class=
"list-group-item"
>
Privacy Policy
</a>
<a
href=
"{{ url_for('intellectualProperty') }}"
class=
"list-group-item"
>
Intellectual Property
</a>
<a
href=
"{{ url_for('softwareFreedom') }}"
class=
"list-group-item active"
>
Software Freedom
</a>
<a
href=
"{{ url_for('logos') }}"
class=
"list-group-item"
>
Logos
</a>
</div>
</div>
</div>
...
...
srctweb/website/templates/documents/terms_of_service.html
View file @
f5c124fa
...
...
@@ -174,19 +174,17 @@ SRCT | Docs | Terms of Service
<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=
"{{ url_for('constitution') }}"
>
Constitution
</a></li>
<li><a
href=
"{{ url_for('usagePolicy') }}"
>
Usage Policy
</a></li>
<li
class=
"active"
><a
href=
"{{ url_for('termsOfService') }}"
>
Terms of Service
</a></li>
<li><a
href=
"{{ url_for('privacyPolicy') }}"
>
Privacy Policy
</a></li>
<li><a
href=
"{{ url_for('intellectualProperty') }}"
>
Intellectual Property
</a></li>
<li><a
href=
"{{ url_for('softwareFreedom') }}"
>
Software Freedom
</a></li>
<li><a
href=
"{{ url_for('logos') }}"
>
Logos
</a></li>
</ul>
</div>
<h4><strong>
Documents
</strong></h4>
<div
class=
"list-group"
>
<a
href=
"{{ url_for('constitution') }}"
class=
"list-group-item"
>
Constitution
</a>
<a
href=
"{{ url_for('usagePolicy') }}"
class=
"list-group-item"
>
Usage Policy
</a>
<a
href=
"{{ url_for('termsOfService') }}"
class=
"list-group-item active"
>
Terms of Service
</a>
<a
href=
"{{ url_for('privacyPolicy') }}"
class=
"list-group-item"
>
Privacy Policy
</a>
<a
href=
"{{ url_for('intellectualProperty') }}"
class=
"list-group-item"
>
Intellectual Property
</a>
<a
href=
"{{ url_for('softwareFreedom') }}"
class=
"list-group-item"
>
Software Freedom
</a>
<a
href=
"{{ url_for('logos') }}"
class=
"list-group-item"
>
Logos
</a>
</div>
</div>
</div>
...
...
srctweb/website/templates/documents/usage_policy.html
View file @
f5c124fa
...
...
@@ -55,19 +55,17 @@ SRCT | Docs | Usage Policy
<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=
"{{ url_for('constitution') }}"
>
Constitution
</a></li>
<li
class=
"active"
><a
href=
"{{ url_for('usagePolicy') }}"
>
Usage Policy
</a></li>
<li><a
href=
"{{ url_for('termsOfService') }}"
>
Terms of Service
</a></li>
<li><a
href=
"{{ url_for('privacyPolicy') }}"
>
Privacy Policy
</a></li>
<li><a
href=
"{{ url_for('intellectualProperty') }}"
>
Intellectual Property
</a></li>
<li><a
href=
"{{ url_for('softwareFreedom') }}"
>
Software Freedom
</a></li>
<li><a
href=
"{{ url_for('logos') }}"
>
Logos
</a></li>
</ul>
</div>
<h4><strong>
Documents
</strong></h4>
<div
class=
"list-group"
>
<a
href=
"{{ url_for('constitution') }}"
class=
"list-group-item"
>
Constitution
</a>
<a
href=
"{{ url_for('usagePolicy') }}"
class=
"list-group-item active"
>
Usage Policy
</a>
<a
href=
"{{ url_for('termsOfService') }}"
class=
"list-group-item"
>
Terms of Service
</a>
<a
href=
"{{ url_for('privacyPolicy') }}"
class=
"list-group-item"
>
Privacy Policy
</a>
<a
href=
"{{ url_for('intellectualProperty') }}"
class=
"list-group-item"
>
Intellectual Property
</a>
<a
href=
"{{ url_for('softwareFreedom') }}"
class=
"list-group-item"
>
Software Freedom
</a>
<a
href=
"{{ url_for('logos') }}"
class=
"list-group-item"
>
Logos
</a>
</div>
</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