From ad6c882326481b565b8ba84036c3cc7e6dd9861d Mon Sep 17 00:00:00 2001 From: RafiBomb Date: Fri, 7 Jul 2017 09:35:58 -0700 Subject: [PATCH] updates footer training copy --- docs/assets/scss/_docs-footer.scss | 9 +++++++-- docs/assets/scss/docs.scss | 9 +++++++++ docs/partials/footer-contact.html | 7 ++++--- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/docs/assets/scss/_docs-footer.scss b/docs/assets/scss/_docs-footer.scss index 7d8c387f7..2d5f04caf 100755 --- a/docs/assets/scss/_docs-footer.scss +++ b/docs/assets/scss/_docs-footer.scss @@ -171,7 +171,7 @@ } .homepage-section-title { - font-size: 5rem; + font-size: 4.4rem; font-weight: 800; letter-spacing: -1px; line-height: 1.1em; @@ -182,7 +182,7 @@ margin-right: auto; @include breakpoint(medium only) { - font-size: 4rem; + font-size: 3rem; } @include breakpoint(small only) { @@ -190,6 +190,11 @@ } } +a.text-link { + color: $white; + font-weight: bold; +} + .homepage-section-desc { color: $white; margin-bottom: 2.5rem; diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index e6cc296fa..cc145c22b 100644 --- a/docs/assets/scss/docs.scss +++ b/docs/assets/scss/docs.scss @@ -464,3 +464,12 @@ a[data-open-video] { border-left: 3px solid $primary-color; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.17); } + +.hyperlink { + text-decoration: underline; + color: $white; + transition: color 0.15s ease; +} + + + diff --git a/docs/partials/footer-contact.html b/docs/partials/footer-contact.html index 19c622a1c..f21b19994 100644 --- a/docs/partials/footer-contact.html +++ b/docs/partials/footer-contact.html @@ -4,10 +4,10 @@
Register Today
-

Master Responsive Web Design with Foundation

+

Get all the answers in our
July 11th Foundation Class

-

Become a Foundation Front-End Expert with the team that built it and start winning your projects today. Contact the Foundation Team at foundation@zurb.com or (408) 341-0600 x635

+

Learn Foundation from the creators in our interactive online webinars which will keep you up to date with the latest trends and skills needed to win your projects.

- +
+

Or if you prefer, contact the Foundation Team at training@zurb.com or (408) 341-0600 x635

-- 2.47.3