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
024e0ba7
Commit
024e0ba7
authored
Feb 22, 2014
by
Daniel W Bond
Browse files
added back the page-headers
parent
9a8f37ff
Changes
11
Hide whitespace changes
Inline
Side-by-side
srctweb/website/templates/calendar.html
View file @
024e0ba7
...
...
@@ -4,9 +4,11 @@ SRCT | Calendar
{% endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
Calendar
</strong></h1>
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
Calendar
</strong></h1>
</div>
</div>
</div>
...
...
srctweb/website/templates/documents.html
View file @
024e0ba7
...
...
@@ -4,9 +4,11 @@ SRCT | Documents
{% endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
Documents
</strong></h1>
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
Documents
</strong></h1>
</div>
</div>
</div>
...
...
srctweb/website/templates/documents/constitution.html
View file @
024e0ba7
...
...
@@ -4,9 +4,11 @@ SRCT | Docs | Constitution
{% endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-md-10 text-center"
>
<h1><strong>
Constitution
</strong></h1>
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-10 text-center"
>
<h1><strong>
Constitution
</strong></h1>
</div>
</div>
</div>
...
...
srctweb/website/templates/documents/intellectual_property.html
View file @
024e0ba7
...
...
@@ -4,9 +4,11 @@ SRCT | Docs | Intellectual Property
{% endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-md-10 text-center"
>
<h1><strong>
Intellectual Property
</strong></h1>
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-10 text-center"
>
<h1><strong>
Intellectual Property
</strong></h1>
</div>
</div>
</div>
...
...
srctweb/website/templates/documents/logos.html
View file @
024e0ba7
...
...
@@ -4,9 +4,11 @@ SRCT | Docs | Logos
{% endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-md-10 text-center"
>
<h1><strong>
Logos
</strong></h1>
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-10 text-center"
>
<h1><strong>
Logos
</strong></h1>
</div>
</div>
</div>
...
...
srctweb/website/templates/documents/privacy_policy.html
View file @
024e0ba7
...
...
@@ -4,9 +4,11 @@ SRCT | Docs | Privacy Policy
{% endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-md-10 text-center"
>
<h1><strong>
Privacy Policy
</strong></h1>
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-10 text-center"
>
<h1><strong>
Privacy Policy
</strong></h1>
</div>
</div>
</div>
...
...
srctweb/website/templates/documents/software_freedom.html
View file @
024e0ba7
...
...
@@ -4,9 +4,11 @@ SRCT | Docs | Software Freedom
{% endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-md-10 text-center"
>
<h1><strong>
Software Freedom
</strong></h1>
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-10 text-center"
>
<h1><strong>
Software Freedom
</strong></h1>
</div>
</div>
</div>
...
...
srctweb/website/templates/documents/terms_of_service.html
View file @
024e0ba7
...
...
@@ -4,9 +4,11 @@ SRCT | Docs | Terms of Service
{% endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-md-10 text-center"
>
<h1><strong>
Terms of Service
</strong></h1>
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-10 text-center"
>
<h1><strong>
Terms of Service
</strong></h1>
</div>
</div>
</div>
...
...
srctweb/website/templates/documents/usage_policy.html
View file @
024e0ba7
...
...
@@ -4,9 +4,11 @@ SRCT | Docs | Usage Policy
{% endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-md-10 text-center"
>
<h1><strong>
Usage Policy
</strong></h1>
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-10 text-center"
>
<h1><strong>
Usage Policy
</strong></h1>
</div>
</div>
</div>
...
...
srctweb/website/templates/people.html
View file @
024e0ba7
...
...
@@ -4,10 +4,11 @@ SRCT | People
{% endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
People
</strong></h1>
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
People
</strong></h1>
</div>
</div>
</div>
...
...
srctweb/website/templates/projects.html
View file @
024e0ba7
...
...
@@ -4,10 +4,11 @@
{% endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
Projects
</strong></h1>
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
Projects
</strong></h1>
</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