Skip to content

Commit aaf5592

Browse files
committed
Add DigitalOcean link to footer
1 parent 08dfda1 commit aaf5592

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

client/stylesheets/foundation/_config.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ $zi-global: 'console', 'message', 'layout-curtain', 'layout-header', 'video-over
239239
240240
// ----- Footer ----- //
241241
242-
$site-footer-height: em(275px)
242+
$site-footer-height: em(325px)
243243

244244
// ----- Header ----- //
245245

client/stylesheets/structures/_footer.sass

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// .footer
1111
//
1212
// .footer-logo
13-
// .footer-copyright
13+
// .footer-text
1414
//
1515
// *************************************
1616
@@ -30,15 +30,6 @@
3030
// Scaffolding
3131
// -------------------------------------
3232
33-
// ----- Copyright ----- //
34-
35-
.footer-copyright
36-
color: rgba($c-text-invert, 0.5)
37-
font-family: $b-fontFamily-heading
38-
font-size: $b-fontSize-xs
39-
margin-bottom: $b-space-l
40-
margin-top: $b-space-s
41-
4233
// ----- Logo ----- //
4334
4435
.footer-logo
@@ -54,3 +45,12 @@
5445
+respond-to($g-l)
5546
margin-left: 0
5647
margin-right: 0
48+
49+
// ----- Text ----- //
50+
51+
.footer-text
52+
color: rgba($c-text-invert, 0.5)
53+
font-family: $b-fontFamily-heading
54+
font-size: $b-fontSize-xs
55+
margin-bottom: $b-space-l
56+
margin-top: $b-space-s

server/views/partials/_footer.jade

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ footer.row.footer(role='contentinfo')
1515
li.list-item.tci
1616
a.link.link--inverted(href='/guidelines') Community Guidelines
1717

18-
p.footer-copyright © 2015 JavaScript.com; Crafted lovingly in Orlando, Florida.
18+
p.footer-text
19+
| © 2015 JavaScript.com; Crafted lovingly in Orlando, Florida.
1920

20-
ul.list.list--inline
21+
ul.list.list--inline.mbm
2122
li.list-item
2223
a.link.link--inverted(href='#')
2324
- iconPartial = { name: 'twitter', size: 24 }
@@ -27,6 +28,10 @@ footer.row.footer(role='contentinfo')
2728
- iconPartial = { name: 'rss', size: 16 }
2829
include /views/partials/_icon
2930

31+
p.footer-text.mtf.pts
32+
| Hosted by
33+
a.link.link--inverted(href='https://www.digitalocean.com') DigitalOcean
34+
3035
script.
3136
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
3237
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),

0 commit comments

Comments
 (0)