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
go
Commits
36fd71bb
Commit
36fd71bb
authored
Sep 04, 2014
by
Jean Michel Rouly
Committed by
Chris Reffett
Sep 04, 2014
Browse files
Began bootstrapifying some files.
parent
1fb793cf
Changes
3
Hide whitespace changes
Inline
Side-by-side
go/go/templates/404.html
View file @
36fd71bb
<!DOCTYPE html>
{% extends 'base.html' %}
<html>
<title>
404
</title>
{% block title %}
<style>
404 Error - Page Not Found
body
{
{% endblock %}
text-align
:
center
;
display
:
-webkit-box
;
{% block content %}
display
:
-moz-box
;
display
:
-ms-flexbox
;
<div
class=
"row"
>
display
:
-webkit-flex
;
<div
class=
"col-md-10 col-md-offset-1 text-center"
>
display
:
flex
;
height
:
100%
;
}
.container
{
margin
:
auto
;
}
h1
{
font-family
:
"Helvetica Neue"
,
"Helvetica"
,
sans-serif
;
margin-top
:
;
}
#squirrels
{
width
:
100%
;
}
#acorn
{
width
:
52px
;
position
:
fixed
;
bottom
:
10px
;
right
:
10px
;
}
</style>
</head>
<body>
<div
class=
"container"
>
<h1>
404 Error - Page Not Found
</h1>
<h1>
404 Error - Page Not Found
</h1>
<img
id=
"squirrels"
src=
"/static/img/squirrels.png"
>
<img
id=
"squirrels"
src=
"/static/img/squirrels.png"
>
<a
href=
"/"
><img
src=
"/static/img/acorn.png"
style=
"width:10vw;"
></a>
</div>
</div>
<a
href=
"/"
><img
id=
"acorn"
src=
"/static/img/acorn.png"
></a>
</div>
</body>
{% endblock %}
</html>
go/go/templates/500.html
View file @
36fd71bb
<!DOCTYPE html>
{% extends 'base.html' %}
<html>
<title>
500 Server Error
</title>
{% block title %}
<style>
500 Error - Internal Server Error
body
{
{% endblock %}
text-align
:
center
;
display
:
-webkit-box
;
{% block content %}
display
:
-moz-box
;
display
:
-ms-flexbox
;
<div
class=
"row"
>
display
:
-webkit-flex
;
<div
class=
"col-md-10 col-md-offset-1 text-center"
>
display
:
flex
;
height
:
100%
;
}
.container
{
margin
:
auto
;
}
h1
{
font-family
:
"Helvetica Neue"
,
"Helvetica"
,
sans-serif
;
margin-top
:
;
}
#squirrels
{
width
:
100%
;
}
#acorn
{
width
:
52px
;
position
:
fixed
;
bottom
:
10px
;
right
:
10px
;
}
</style>
</head>
<body>
<div
class=
"container"
>
<h1>
500 Error - Internal Server Error
</h1>
<h1>
500 Error - Internal Server Error
</h1>
<img
id=
"squirrels"
src=
"/static/img/squirrels.png"
>
<img
id=
"squirrels"
src=
"/static/img/squirrels.png"
>
<a
href=
"/"
><img
src=
"/static/img/acorn.png"
style=
"width:10vw;"
></a>
</div>
</div>
<a
href=
"/"
><img
id=
"acorn"
src=
"/static/img/acorn.png"
></a>
</div>
</body>
{% endblock %}
</html>
go/go/templates/about.html
View file @
36fd71bb
...
@@ -7,27 +7,38 @@ Go - About
...
@@ -7,27 +7,38 @@ Go - About
{% block content %}
{% block content %}
<h3>
~About~
</h3>
<div
class=
"page-header"
id=
"banner"
>
<p>
<div
class=
"row"
>
Mason Go is a product of the George Mason University
<div
class=
"col-md-12"
>
<a
href=
"http://srct.gmu.edu"
>
Student-Run Computing and Technology
</a>
organization. Go provides Mason-branded URL shortening for administration,
<h1><strong>
About
</strong></h1>
ULife groups, and student organizations. Access is moderated by SRCT
administrators.
</div>
</p>
</div>
</div>
{% if user.is_authenticated %}
<p>
<div
class=
"row"
>
You can
<a
href=
"{% url 'signup' %}"
>
sign up
</a>
for use.
<div
class=
"col-md-12"
>
<br/><br/>
</p>
<p>
{% else %}
Mason Go is a product of the George Mason University
<p>
<a
href=
"http://srct.gmu.edu"
>
Student-Run Computing and Technology
</a>
Please
<a
href=
"{% url 'go_login' %}"
>
log in
</a>
in order to submit an access
organization. Go provides Mason-branded URL shortening for administration,
request.
ULife groups, and student organizations. Access is moderated by SRCT
<br/><br/>
administrators.
</p>
</p>
{% endif %}
<p>
{% if user.is_authenticated %}
You can
<a
href=
"{% url 'signup' %}"
>
sign up
</a>
for use.
{% else %}
Please
<a
href=
"{% url 'go_login' %}"
>
log in
</a>
in order to submit an access
request.
{% endif %}
</p>
</div>
</div>
{% endblock %}
{% 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