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
5882e84a
Commit
5882e84a
authored
Jan 04, 2014
by
Daniel W Bond
Browse files
index page, though no links
parent
5b8b1f2e
Changes
2
Show whitespace changes
Inline
Side-by-side
srctweb/website/templates/index.html
View file @
5882e84a
...
...
@@ -9,15 +9,25 @@ SRCT
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1>
Mason SRCT
</h1>
<h1>
<strong>
Mason SRCT
</
strong></
h1>
<p
class=
"lead"
>
Student-Run Computing and Technology
</p>
</div>
</div>
</div>
Student-Run Computing and Technology (SRCT, pronounced "circuit") is a student
<legend><strong>
Misson
</strong></legend>
<p>
Student-Run Computing and Technology (SRCT, pronounced "circuit") is a student
organization at George Mason University which enhances student computing at
Mason. We establish and maintain systems which provide specific services for
Mason's community.
Mason's community.
</p>
<legend><strong>
Getting Involved
</strong></legend>
<p>
We're listed on Facebook, and have active mailing lists. To learn more about
SRCT, check out the active projects or talk to one of the members! Technical
documentation is available on our wiki.
</p>
<legend><strong>
Misson
</strong></legend>
<p>
Next meeting is scheduled for TBA. For more information, check out our
Facebook page and our calendar of events.
</p>
{% endblock %}
srctweb/website/templates/layouts/base.html
View file @
5882e84a
...
...
@@ -13,9 +13,12 @@
<body>
{% include 'layouts/navbar.html' %}
<div
class=
"container"
>
{% block content %}
{% endblock %}
<
script
src=
"/static/js/jquery-2.0.3.min.js"
>
<
script
src
=
"
/static/js/bootstrap.min.js
"
>
<
/div
>
</body>
<script
src=
"/static/js/jquery-2.0.3.min.js"
></script>
<script
src=
"/static/js/bootstrap.min.js"
></script>
</html>
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