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
e76be935
Commit
e76be935
authored
Apr 24, 2017
by
David Haynes
🙆
Browse files
Merge branch '112-footer-fix' into '2.2-dev'
Resolve "Fix footer on mobile" See merge request
!90
parents
ae7ea511
2291c8d7
Pipeline
#1287
passed with stage
in 1 minute and 39 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
go/go/templates/layouts/footer.html
View file @
e76be935
<!-- define the footer template -->
<footer
class=
"footer"
>
<!-- note: this is a special css class (see styles.css) -->
<div
class=
"text-center valign-center"
>
<div
class=
"
hidden-xs
text-center valign-center"
>
<span
class=
"text-muted"
>
A project of
<a
href=
"http://srct.gmu.edu/"
>
GMU
<strong>
SRCT
</strong></a>
. |
Read and contribute to our
<a
href=
"https://git.gmu.edu/srct/go/"
>
source code
</a>
. |
...
...
@@ -9,4 +9,19 @@
Go Version 2.1.1
</span>
</div>
<div
class=
"container text-center hidden-sm hidden-md hidden-lg"
>
<div
class=
"col-sm-4 text-muted"
>
A project of
<a
href=
"http://srct.gmu.edu/"
>
GMU
<strong>
SRCT
</strong></a>
.
</div>
<div
class=
"col-sm-4 text-muted"
>
Read and contribute to our
<a
href=
"https://git.gmu.edu/srct/go/"
>
source code
</a>
.
</div>
<div
class=
"col-sm-4 text-muted"
>
Freely-licensed under
<a
href=
"http://www.apache.org/licenses/LICENSE-2.0"
>
Apache 2.0
</a>
.
</div>
<div
class=
"col-sm-4 text-muted"
>
Go Version 2.1.1
</div>
</div>
</footer>
go/go/templates/public_landing.html
View file @
e76be935
...
...
@@ -96,11 +96,11 @@ SRCT Go • Welcome
<!-- carefully formatted login and signup buttons -->
<!-- https://files.slack.com/files-pri/T025B796J-F0KPTCTD3/spin-dhaynes-buttons.gif -->
<div
class=
"fix row"
>
<div
class=
"col-md-offset-1
col-md-4"
"
col-md-offset-2
col-md-4
"
>
<div
class=
"col-md-offset-1 col-md-4"
>
<a
href=
"{% url 'go_login' %}"
class=
"btn btn-primary btn-block"
>
Log In
</a>
</div>
<div
class=
"col-md-offset-1
col-md-4 col-md-offset-2
col-md-4"
>
<div
class=
"col-md-offset-1 col-md-4"
>
<a
href=
"{% url 'signup' %}"
class=
"btn btn-primary btn-block"
>
Sign Up
</a>
</div>
</div>
...
...
go/static/css/styles.css
View file @
e76be935
...
...
@@ -12,7 +12,6 @@ body {
width
:
100%
;
/* Set the fixed height of the footer here */
height
:
60px
;
background-color
:
#f5f5f5
;
}
.valign-center
{
height
:
60px
;
...
...
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