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
af857c9b
Commit
af857c9b
authored
Jan 04, 2014
by
Daniel W Bond
Browse files
added titles to doc pages
parent
0d8e1f61
Changes
7
Hide whitespace changes
Inline
Side-by-side
srctweb/website/templates/documents/constitution.html
View file @
af857c9b
{% extends "layouts/base.html" %}
{% block title %}
SRCT | Docs | Constitution
{% endblock %}
{% block content %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
Constitution
</strong></h1>
</div>
</div>
</div>
{% endblock %}
srctweb/website/templates/documents/intellectual_property.html
View file @
af857c9b
{% extends "layouts/base.html" %}
{% block title %}
SRCT | Docs | Intellectual Property
{% endblock %}
{% block content %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
Intellectual Property
</strong></h1>
</div>
</div>
</div>
{% endblock %}
srctweb/website/templates/documents/logos.html
View file @
af857c9b
{% extends "layouts/base.html" %}
{% block title %}
SRCT | Docs | Logos
{% endblock %}
{% block content %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
Logos
</strong></h1>
</div>
</div>
</div>
{% endblock %}
srctweb/website/templates/documents/privacy_policy.html
View file @
af857c9b
{% extends "layouts/base.html" %}
{% block title %}
SRCT | Docs | Privacy Policy
{% endblock %}
{% block content %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
Privacy Policy
</strong></h1>
</div>
</div>
</div>
{% endblock %}
srctweb/website/templates/documents/software_freedom.html
View file @
af857c9b
{% extends "layouts/base.html" %}
{% block title %}
SRCT | Docs | Software Freedom
{% endblock %}
{% block content %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
Software Freedom
</strong></h1>
</div>
</div>
</div>
{% endblock %}
srctweb/website/templates/documents/terms_of_service.html
View file @
af857c9b
{% extends "layouts/base.html" %}
{% block title %}
SRCT | Docs | Terms of Service
{% endblock %}
{% block content %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
Terms of Service
</strong></h1>
</div>
</div>
</div>
{% endblock %}
srctweb/website/templates/documents/usage_policy.html
View file @
af857c9b
{% extends "layouts/base.html" %}
{% block title %}
SRCT | Docs | Usage Policy
{% endblock %}
{% block content %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
Usage Policy
</strong></h1>
</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