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
9b4285c6
Commit
9b4285c6
authored
Feb 02, 2014
by
Daniel W Bond
Browse files
jumbotron on front page
parent
5e9abd45
Changes
2
Hide whitespace changes
Inline
Side-by-side
srctweb/website/templates/index.html
View file @
9b4285c6
...
...
@@ -4,17 +4,19 @@
SRCT
{% endblock %}
{% block content %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
Mason SRCT
</strong></h1>
<p
class=
"lead"
>
Student-Run Computing and Technology
</p>
</div>
{% block jumbotron %}
<div
class=
"jumbotron"
>
<div
class=
"container"
>
<div
class=
"text-center"
>
<h1><strong>
SRCT
</strong></h1>
<p><h3>
Student-Run Computing and Technology
</h3></p>
</div>
</div>
<!--container-->
</div>
{% endblock %}
{% block content %}
<legend><strong>
Misson
</strong></legend>
<p><strong>
S
</strong>
tudent-
<strong>
R
</strong>
un
<strong>
C
</strong>
omputing and
<strong>
T
</strong>
echnology (SRCT, pronounced "
<em>
circuit
</em>
") is a student
...
...
srctweb/website/templates/layouts/base.html
View file @
9b4285c6
...
...
@@ -38,6 +38,9 @@
<div
id=
"wrap"
>
{% include 'layouts/navbar.html' %}
{% block jumbotron %}
{% endblock %}
<div
class=
"container"
>
{% block content %}
{% 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