]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
swaps footer form to button and updates footer copywrite
authorRafiBomb <rafi@zurb.com>
Tue, 2 Jan 2018 18:07:56 +0000 (10:07 -0800)
committerRafiBomb <rafi@zurb.com>
Tue, 2 Jan 2018 18:07:56 +0000 (10:07 -0800)
docs/partials/footer-contact.html
docs/partials/footer.html
test/visual/dropdown/explicit-positioning.html
test/visual/dropdown/overflow-right-left.html

index ab2570d3650d068c2affdf3fe86babe4d7a6f395..7c23d149ee9e0d1e65338947a52796183fd40087 100644 (file)
@@ -10,7 +10,7 @@
       <p class="homepage-section-desc hide-me">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.</p>
     </div>
     <div class="small-11 medium-8 large-5 column footer-contact-form small-centered" style="position:relative;">
-      <form class="request-form" action="https://zurb.com/api/mail/zurbmail" id="requestCourseInformation" method="post">
+      <!-- <form class="request-form" action="https://zurb.com/api/mail/zurbmail" id="requestCourseInformation" method="post">
         <div class="row">
           <div class="small-12 column">
             <label for="fieldName">Name</label>
@@ -37,7 +37,9 @@
         <input type="hidden" name="_replyto" value="%email">
         <input type="hidden" name="_subject" value="ZURB | Foundation Training Inquiry">
         <input type="hidden" name="_to" value="foundation@zurb.com">
-      </form>
+      </form> -->
+      <a href="https://zurb.com/university/courses" class="expanded large button home-form-submit-button">See Upcomming Classes</a>
+      <p class="text-center">Or if you prefer, contact the Foundation Team at <a class="text-link" href="mailto:foundation@zurb.com">training@zurb.com</a> or (408) 341-0600 x635</p>
     </div>
   </div>
 </section>
index d2b817ee9593598955cba8192abe20e897377928..a99994f04bf908d233b524a190ee43c0f3754b03 100755 (executable)
@@ -1,6 +1,6 @@
 <footer class="footer-nav row expanded collapse">
   <div class="footer-nav-left">
-    <p class="footer-copyright">© 1998–2017 ZURB, Inc.</p>
+    <p class="footer-copyright">© 1998–2018 ZURB, Inc.</p>
   </div>
   <div class="footer-nav-center">
     <ul class="footer-nav-menu">
index 5b72f5e3a3b0da338d5072be6a24fbe1bd39bf2a..d8474e6f935138d5a9a5ca33cb664d96a1f8485d 100644 (file)
@@ -97,7 +97,7 @@
                 <p>This dropdown has position right and alignment center should align to the right of the button with the center of the dropdown vertically aligned with the center of the button</p>
               </div>
             </div>
-            
+
             <div class="cell medium-4">
               <p>Left Center</p>
               <button class="button" type="button" data-toggle="example-dropdown-left-center">Toggle Dropdown</button>
                 <p>This dropdown has position right and alignment bottom should align with its bottom left corner at the bottom right of the button</p>
               </div>
             </div>
-            
+
             <div class="cell medium-4">
               <p>Left Bottom</p>
               <button class="button" type="button" data-toggle="example-dropdown-left-bottom">Toggle Dropdown</button>
index 9e718d999c5deff3538125565ab4eab413b1aa6c..b05deddbbc65ffbec6c55f0dcff39c1a58be917f 100644 (file)
@@ -48,6 +48,7 @@
       </div>
     </div>
 
+
     <script src="../assets/js/vendor.js"></script>
     <script src="../assets/js/foundation.js"></script>
     <script>
@@ -55,4 +56,3 @@
     </script>
   </body>
 </html>
-