]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
updates footer newsletter signup links
authorRafiBomb <rafi@zurb.com>
Fri, 29 Jul 2016 23:50:58 +0000 (16:50 -0700)
committerRafiBomb <rafi@zurb.com>
Fri, 29 Jul 2016 23:50:58 +0000 (16:50 -0700)
docs/assets/scss/docs.scss
docs/partials/footer.html

index 62a30f45ad886596a8eb9f29c30873be6b11e9ae..43ad14e856c546f7760434aa0bbf3e566a599e18 100644 (file)
@@ -91,6 +91,14 @@ $topbar-hover-color: lighten($topbar-background, 10%);
   }
 }
 
+.docs-newsletter {
+  padding: 1rem 0;
+}
+
+.footer-signup-form {
+  padding-top: 1rem;
+  padding-bottom: 1rem;
+}
 .zurb-footer-bottom {
   background: $topbar-background;
 }
\ No newline at end of file
index dd846a705a898d478bf785639566a362f6d839ef..0e8b3c3cecb9c5eece69ced602112e07d1d20753 100644 (file)
@@ -1,20 +1,13 @@
 <div class="docs-newsletter">
   <div class="row">
-    <div class="medium-8 columns">
-      <h5>Stay on top of what&rsquo;s happening in <a href="http://zurb.com/responsive">responsive design</a>.</h5>
-      <p>Sign up to receive monthly Responsive Reading highlights. <a href="http://createsend.com/t/y-2767327772FDE37F">Read Last Month's Edition &raquo;</a></p>
+    <div class="medium-7 large-8 columns">
+      <a target="_blank" href="http://foundation.zurb.com/learn/responsive-reading.html">
+        <h5 class="">Download ZURB’s 21 Responsive Trends That Will Shape 2017</h5>
+        <p>Stay informed with amazing responsive trends each month from ZURB.</p>
+      </a>
     </div>
-    <div class="medium-4 columns">
-      <form action="http://zurb.createsend.com/t/y/s/vjtyhh/" method="post" id="subForm">
-        <div class="row collapse margintop-20px">
-          <div class="small-8 medium-8 columns">
-            <input id="fieldEmail" name="cm-vjtyhh-vjtyhh" type="email" placeholder="signup@example.com">
-          </div>
-          <div class="small-4 medium-4 columns">
-            <input type="submit" href="#" class="postfix button" value="Sign Up">
-          </div>
-        </div>
-      </form>
+    <div class="medium-5 large-4 footer-signup-form columns">
+      <a style="margin-bottom: 0;" target="_blank" href="http://foundation.zurb.com/learn/responsive-reading.html" class="button expanded">Download the PDF</a>
     </div>
   </div>
 </div>