Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
go
Commits
4b75976e
Verified
Commit
4b75976e
authored
Apr 24, 2017
by
David Haynes
🙆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Introduce new font stack, as well as redo the homepage
- remove <i class="fa"> fonts
parent
e76be935
Pipeline
#1288
passed with stage
in 1 minute and 37 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
go/go/templates/layouts/navigation.html
go/go/templates/layouts/navigation.html
+1
-1
go/go/templates/public_landing.html
go/go/templates/public_landing.html
+4
-4
go/static/css/styles.css
go/static/css/styles.css
+4
-0
No files found.
go/go/templates/layouts/navigation.html
View file @
4b75976e
...
...
@@ -14,7 +14,7 @@
</button>
<!-- Go brand logo -->
<a
class=
"navbar-brand"
href=
"{% url 'index' %}"
>
<i
class=
"fa fa-link"
>
Go
</i>
<i
class=
"fa fa-link"
>
</i>
Go
</a>
</div>
...
...
go/go/templates/public_landing.html
View file @
4b75976e
...
...
@@ -27,7 +27,7 @@ SRCT Go • Welcome
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<h1><i
class=
"fa
"
><i
class=
"fa fa-link"
></i>
Go
</i>
</h1>
<h1><i
class=
"fa
fa-link"
></i>
Go
</h1>
<p
class=
"lead"
>
University-branded URL shortening
</p>
</div>
</div>
...
...
@@ -37,7 +37,7 @@ SRCT Go • Welcome
<div
class=
"row"
>
<!-- what is go? -->
<div
class=
"col-md-4"
>
<h3>
<i
class=
"fa"
>
What is Go?
</i>
</h3>
<h3>
What is Go?
</h3>
<legend></legend>
<p>
Go provides University-branded URL shortening for student organizations,
...
...
@@ -53,7 +53,7 @@ SRCT Go • Welcome
<!-- why should I use Go? -->
<div
class=
"col-md-4"
>
<h3>
<i
class=
"fa"
>
Why should I use Go?
</i>
</h3>
<h3>
Why should I use Go?
</h3>
<legend></legend>
<p>
Go features:
</p>
<ul
class=
"fa-ul"
>
...
...
@@ -78,7 +78,7 @@ SRCT Go • Welcome
<!-- how do I access Go? -->
<div
class=
"col-md-4"
>
<h3>
<i
class=
"fa"
>
How do I access Go?
</i>
</h3>
<h3>
How do I access Go?
</h3>
<legend></legend>
<p>
In order to prevent abuse of the URL shortener, access to Go
...
...
go/static/css/styles.css
View file @
4b75976e
html
{
position
:
relative
;
min-height
:
100%
;
font-family
:
-apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
"Roboto"
,
"Oxygen"
,
"Ubuntu"
,
"Cantarell"
,
"Fira Sans"
,
"Droid Sans"
,
"Helvetica Neue"
,
sans-serif
;
}
body
{
/* Margin bottom by footer height */
...
...
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