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
roomlist
Commits
024620c3
Commit
024620c3
authored
Jan 05, 2015
by
Daniel W Bond
Browse files
added contacts page
parent
b18fb890
Changes
2
Hide whitespace changes
Inline
Side-by-side
roomlist/settings/urls.py
View file @
024620c3
...
...
@@ -12,7 +12,7 @@ urlpatterns = patterns('',
# project-level urls
url
(
r
'^$'
,
TemplateView
.
as_view
(
template_name
=
"index.html"
),
name
=
'index'
),
url
(
r
'^about/$'
,
TemplateView
.
as_view
(
template_name
=
'about.html'
),
name
=
'about'
),
#
url(r'^contact/$', TemplateView.as_view(template_name='contact.html'), name='contact'),
url
(
r
'^contact/$'
,
TemplateView
.
as_view
(
template_name
=
'contact.html'
),
name
=
'contact'
),
url
(
r
'^privacy/$'
,
TemplateView
.
as_view
(
template_name
=
'privacy.html'
),
name
=
'privacy'
),
# app-level urls
...
...
roomlist/templates/contact.html
0 → 100644
View file @
024620c3
{% extends 'layouts/base.html' %}
{% block title %}
GMU Roomlist
•
Contact
{% endblock %}
{% block content %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<h1>
Contact
</h1>
<p
class=
"lead"
>
Please feel free to get in contact with us.
</p>
</div>
</div>
</div>
<div
class=
"row"
>
<span
class=
"col-lg-2"
><strong>
Organization:
</strong></span>
<span
class=
"col-lg-4"
><a
href=
"http://srct.gmu.edu"
>
srct.gmu.edu
</a></span>
</div>
<div
class=
"row"
>
<span
class=
"col-lg-2"
><strong>
Documentation:
</strong></span>
<span
class=
"col-lg-4"
><a
href=
"http://wiki.srct.gmu.edu"
>
wiki.srct.gmu.edu
</a></span>
</div>
<div
class=
"row"
>
<span
class=
"col-lg-2"
><strong>
People:
</strong></span>
<span
class=
"col-lg-4"
><a
href=
"http://fb.com/masonsrct"
>
fb.com/masonsrct
</a></span>
</div>
<div
class=
"row"
>
<span
class=
"col-lg-2"
><strong>
Announcements:
</strong></span>
<span
class=
"col-lg-4"
><a
href=
"http://twitter.com/masonsrct"
>
twitter.com/masonsrct
</a></span>
</div>
<div
class=
"row"
>
<span
class=
"col-lg-2"
><strong>
Discussion:
</strong></span>
<span
class=
"col-lg-4"
><a
href=
"http://lists.srct.gmu.edu/mailman/listinfo"
>
lists.srct.gmu.edu/mailman/listinfo
</a></span>
</div>
<div
class=
"row"
>
<span
class=
"col-lg-2"
><strong>
Code:
</strong></span>
<span
class=
"col-lg-4"
><a
href=
"http://git.gmu.edu/srct"
>
git.gmu.edu/srct
</a>
or
<a
href=
"http://github.com/srct"
>
github.com/srct
</a>
</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