Skip to content

Commit 06ac6d2

Browse files
authored
Merge pull request #350 from Altalogy/WWW-87-footer
[WWW-87] - footer update
2 parents cf892ee + 808a93d commit 06ac6d2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

_includes/footer.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,14 @@ <h3 class="no-anchor">{{ category.title }}</h3>
4141
<div class="row">
4242
<div class="col-xs-12 text-center">
4343
&copy; {{ 'now' | date: "%Y" }} Gruntwork, Inc. All rights reserved.
44+
<div>
45+
<span style="display:inline-block; margin-right:12px;"><a href="/legal/terms">Terms of Service</a></span>
46+
<span style="display:inline-block; margin-right:12px;"><a href="/legal/website-terms">Website Terms</a></span>
47+
<span style="display:inline-block; margin-right:12px;"><a href="/legal/privacy-policy">Privacy Policy</a></span>
48+
<span><a href="/legal/cookie-policy">Cookie Policy</a></span>
49+
</div>
4450
</div>
4551
</div>
4652
</div>
4753
</div>
48-
</footer>
54+
</footer>

assets/css/global.less

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,11 +1269,9 @@ footer {
12691269
background: url('../img/grunty-wave.png') center bottom no-repeat;
12701270
background-size: 157px 141px;
12711271

1272-
@media (min-width: @screen-sm-min) {
1272+
@media (min-width: @screen-lg-min) {
12731273
padding: 90px 0 30px 0;
12741274
background-position-x: right;
1275-
}
1276-
@media (min-width: @screen-lg-min) {
12771275
background-position-x: ~"-webkit-calc(100% - 60px)";
12781276
background-position-x: ~"calc(100% - 60px)";
12791277
}

0 commit comments

Comments
 (0)