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
8f812529
Commit
8f812529
authored
Jan 23, 2016
by
David Haynes
🙆
Browse files
Revamp the homepage (Closes
#23
)
- new info columns, better layout (imo), new button for direct link to signup
parent
a5f45465
Changes
1
Show whitespace changes
Inline
Side-by-side
go/go/templates/public_landing.html
View file @
8f812529
...
...
@@ -5,35 +5,74 @@
Go - Welcome
{% endblock %}
{% block content %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<h1><strong>
Go
</strong></h1>
<p
class=
"lead"
>
University-branded URL shortening.
</p>
<h1>
Go
</h1>
<p
class=
"lead"
>
University-branded URL shortening
</p>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<div
class=
"col-md-4"
>
<h3>
What is Go?
</h3>
<p>
Go provides University-branded URL shortening for student organizations,
administration, and ULife groups. Any approved user can generate a
<a
href=
"http://go.gmu.edu"
>
go.gmu.edu
</a>
address
that can redirect to a longer URL.
<br></br>
Go is a product of the
George Mason University
<a
href=
"http://srct.gmu.edu"
>
Student-Run Computing and Technology
</a>
student organization.
</p>
</div>
<div
class=
"col-md-4"
>
<h3>
Why should I use Go?
</h3>
<p>
Go features:
<ul>
<li>
Data tracking on the number of clicks a Go link gets.
</li>
<li>
Options to share Go links across various social media platforms.
</li>
<li>
QR Code generation at various resolutions, ready to be shared.
</li>
<li>
Optional expiration for links after particular times.
</li>
</ul>
</p>
</div>
<div
class=
"col-md-4"
>
<h3>
How do I access Go?
</h3>
<p>
Mason Go is a product of the George Mason University
<a
href=
"http://srct.gmu.edu"
>
Student-Run Computing and Technology
</a>
organization. Go provides University-branded URL shortening for administration,
ULife groups, and student organizations. Access is moderated by SRCT
administrators. Please log in in order to submit an access request
.
In order to prevent abuse of the URL shortner, access to Go
is moderated by SRCT administrators. New users will need to fill out
a registration form in order to become an approved user.
Additionally, only people with a current, valid Mason username and password
may request to be approved
.
</p>
<a
href=
"{% url 'go_login' %}"
class=
"btn btn-success"
>
Log In
</a>
</div>
<div
class=
"col-md-6"
>
<br></br>
<a
href=
"{% url 'go_login' %}"
class=
"btn btn-primary btn-block"
>
Log In
</a>
</div>
<div
class=
"col-md-6"
>
<br></br>
<a
href=
"{% url 'signup' %}"
class=
"btn btn-primary btn-block"
>
Signup
</a>
</div>
</div>
</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