]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
updates topbar links and color
authorRafiBomb <rafi@zurb.com>
Tue, 19 Jul 2016 23:56:23 +0000 (16:56 -0700)
committerRafiBomb <rafi@zurb.com>
Tue, 19 Jul 2016 23:56:23 +0000 (16:56 -0700)
14 files changed:
docs/assets/scss/docs.scss
docs/pages/css-guide.md
docs/partials/footer.html
templates/basic.html
templates/drip.html
templates/hero.html
templates/marketing.html
templates/newsletter-2.html
templates/newsletter.html
templates/order.html
templates/password.html
templates/sidebar-hero.html
templates/sidebar.html
templates/welcome.html

index 207bf7517e4ae3d2efd88a228faf44eefaf571d2..7dc58112449b1e1cff9e39be106fb720f122b57a 100644 (file)
@@ -47,3 +47,8 @@ $foundation-palette: (
   border: none;
   border-left: 5px solid $primary-color;
 }
+
+.marketing-topbar,
+.title-bar {
+  background: #2c3840;
+}
\ No newline at end of file
index 6bbd41fb527df23259d9ffd68654ab6fed36c83f..7e00bf21b9bc6519ba5616aa0cc3aa449468a0b8 100644 (file)
@@ -13,7 +13,7 @@ In this Getting Started guide, we'll download Foundation for Emails, construct t
 
 If you haven't yet, download the starter files for Foundation for Emails. They include the boilerplate HTML needed for an email, and all of the CSS for Foundation.
 
-<a href="http://foundation.zurb.com/downloads/foundation-emails.zip" class="large button">Download Foundation for Emails</a>
+<a href="https://s3.amazonaws.com/zurb-foundation/foundation-emails.zip" class="large button">Download Foundation for Emails</a>
 
 Unzip the folder and open it in your text editor of choice.
 
index 3bafe2a78550eca481cfffd5c2484a6c4d17480d..dd846a705a898d478bf785639566a362f6d839ef 100644 (file)
@@ -47,8 +47,7 @@
             <div class="support-links">
             <h4 class="hide-for-small">Talk to us</h4>
             <p>Tweet us at <br> <a href="https://twitter.com/zurbfoundation">@ZURBfoundation</a></p>
-            <p><a href="http://foundation.zurb.com/business/business-support.html">Business Support</a></p>
-            <p>Or check our <a href="http://foundation.zurb.com/support/support.html">support page</a></p>
+            <p><a href="http://foundation.zurb.com/get-involved/contribute.html">Get involved in<br>our amazing community.</a></p>
             </div>
           </div>
         <div class="medium-4 columns">
           <li><a href="http://zurb.com/contact">Contact</a></li>
           <li><a href="http://zurb.com/sitemap">Sitemap</a></li>
        </ul>
-       <p class="copyright">&copy; 1998&dash;2015 ZURB, Inc. All rights reserved.</p>
+       <p class="copyright">&copy; 1998&dash;2016 ZURB, Inc. All rights reserved.</p>
     </div>
   </div>
 </div>
index e1f1224e62b3cd1c44570eaf1c9b2420764483a1..752600b4ecb28bad303e047068eb3c0f71d9ad4d 100644 (file)
@@ -1,54 +1,41 @@
 <style type="text/css">
-  .header {
-    background: #8a8a8a;
-  }
 
-  .header .columns {
-    padding-bottom: 0;
-  }
+.header {
+  background: #8a8a8a;
+}
 
-  .header p {
-    color: #fff;
-    padding-top: 15px;
-  }
+.header .columns {
+  padding-bottom: 0;
+}
 
-  .header .wrapper-inner {
-    padding: 20px;
-  }
+.header p {
+  color: #fff;
+  margin-bottom: 0;
+}
 
-  .header .container {
-    background: transparent;
-  }
+.header .wrapper-inner {
+  padding: 20px; /*controls the height of the header*/
+}
 
-  table.button.facebook table td {
-    background: #3B5998 !important;
-    border-color: #3B5998;
-  }
+.header .container {
+  background: #8a8a8a;
+}
 
-  table.button.twitter table td {
-    background: #1daced !important;
-    border-color: #1daced;
-  }
+.wrapper.secondary {
+  background: #f3f3f3;
+}
 
-  table.button.google table td {
-    background: #DB4A39 !important;
-    border-color: #DB4A39;
-  }
-
-  .wrapper.secondary {
-    background: #f3f3f3;
-  }
 </style>
+<!-- move the above styles into your custom stylesheet -->
 
 
-
-<wrapper class="header">
+<wrapper class="header" bgcolor="#8a8a8a">
   <container>
     <row class="collapse">
-      <columns small="6">
+      <columns small="6" valign="middle">
         <img src="http://placehold.it/200x50/663399">
       </columns>
-      <columns small="6">
+      <columns small="6" valign="middle">
         <p class="text-right">BASIC</p>
       </columns>
     </row>
@@ -60,7 +47,7 @@
   <spacer size="16"></spacer>
   
   <row>
-    <columns small="12">
+    <columns>
       
       <h1>Hi, Susan Calvin</h1>
       <p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Magni, iste, amet consequatur a veniam.</p>
       <callout class="primary">
         <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reprehenderit repellendus natus, sint ea optio dignissimos asperiores inventore a molestiae dolorum placeat repellat excepturi mollitia ducimus unde doloremque ad, alias eos!</p>
       </callout>
+
     </columns>
   </row>
+  
   <wrapper class="secondary">
-
     <spacer size="16"></spacer>
-
     <row>
-      <columns large="6">
+      <columns small="12" large="6">
         <h5>Connect With Us:</h5>
-        <button class="facebook expand" href="http://zurb.com">Facebook</button>
-        <button class="twitter expand" href="http://zurb.com">Twitter</button>
-        <button class="google expand" href="http://zurb.com">Google+</button>
+        <menu class="vertical">
+          <item style="text-align: left;" href="#">Twitter</item>
+          <item style="text-align: left;" href="#">Facebook</item>
+          <item style="text-align: left;" href="#">Google +</item>
+        </menu>
       </columns>
-      <columns large="6">
+      <columns small="12" large="6">
         <h5>Contact Info:</h5>
         <p>Phone: 408-341-0600</p>
         <p>Email: <a href="mailto:foundation@zurb.com">foundation@zurb.com</a></p>
       </columns>
     </row>
   </wrapper>
-</container>
+
+</container>
\ No newline at end of file
index 54876774d269711f3a0f0e422adb43d37bb5f7fc..822e9ecfa1fc2f5b43cf6cad6d05ef2dad8d3b73 100644 (file)
     border-top: 8px solid #663399;
   }
 </style>
+<!-- move the above styles into your custom stylesheet -->
 
 
+<spacer size="16"></spacer>
+
 <container class="header">
   <row class="collapse">
     <columns>
index a5a773c6aee3c4080160233b390052c9e65cbacb..c9ad78b6053e5db6adaa87d864456dd423bccd7f 100644 (file)
@@ -1,44 +1,32 @@
 <style type="text/css">
-  .header {
-    background: #8a8a8a;
-  }
 
-  .header .columns {
-    padding-bottom: 0;
-  }
+.header {
+  background: #8a8a8a;
+}
 
-  .header p {
-    color: #fff;
-    padding-top: 15px;
-  }
+.header .columns {
+  padding-bottom: 0;
+}
 
-  .header .wrapper-inner {
-    padding: 20px;
-  }
+.header p {
+  color: #fff;
+  margin-bottom: 0;
+}
 
-  .header .container {
-    background: transparent;
-  }
+.header .wrapper-inner {
+  padding: 20px; /*controls the height of the header*/
+}
 
-  table.button.facebook table td {
-    background: #3B5998 !important;
-    border-color: #3B5998;
-  }
+.header .container {
+  background: #8a8a8a;
+}
 
-  table.button.twitter table td {
-    background: #1daced !important;
-    border-color: #1daced;
-  }
+.wrapper.secondary {
+  background: #f3f3f3;
+}
 
-  table.button.google table td {
-    background: #DB4A39 !important;
-    border-color: #DB4A39;
-  }
-
-  .wrapper.secondary {
-    background: #f3f3f3;
-  }
 </style>
+<!-- move the above styles into your custom stylesheet -->
 
 <wrapper class="header">
   <container>
   </row>
   
   <wrapper class="secondary">
-
     <spacer size="16"></spacer>
-
     <row>
-      <columns large="6">
+      <columns small="12" large="6">
         <h5>Connect With Us:</h5>
-        <button class="facebook expand" href="#">Facebook</button>
-        <button class="twitter expand" href="#">Twitter</button>
-        <button class="google expand" href="#">Google+</button>
+        <menu class="vertical" align="left">
+          <item style="text-align: left;" href="#">Twitter</item>
+          <item style="text-align: left;" href="#">Facebook</item>
+          <item style="text-align: left;" href="#">Google +</item>
+        </menu>
       </columns>
-      <columns large="6">
+      <columns small="12" large="6">
         <h5>Contact Info:</h5>
         <p>Phone: 408-341-0600</p>
         <p>Email: <a href="mailto:foundation@zurb.com">foundation@zurb.com</a></p>
index 9358a57454cad334ab52c55035751e9f558d2052..288169963889e0c05d2c4a945b3e13c307d715b3 100644 (file)
@@ -5,8 +5,11 @@
     background: #f3f3f3 !important;
   }
 </style>
+<!-- move the above styles into your custom stylesheet -->
 
 
+<spacer size="16"></spacer>
+
 <container>
   <row>
     <columns large="4">
index 8965c83236b28b57ffbaef7ef289b88649f59dac..56d1174c48ae9769101e8ffc11c2eaa7253f3a41 100644 (file)
@@ -5,8 +5,9 @@
     background: #f3f3f3 !important;
   }
 </style>
+<!-- move the above styles into your custom stylesheet -->
 
-
+<spacer size="16"></spacer>
 
 <container>
 
@@ -26,7 +27,7 @@
       <p><a href="#">Learn more</a></p>
     </columns>
     <columns large="4">
-      <img class="small-float-center" src="http://placehold.it/170x129" alt="">
+      <img class="small-float-center" src="http://placehold.it/170x129" width="170" alt="">
     </columns>
   </row>
   <row>
index bbcc934d3ae2ad652aa113e193ad7f3322580870..d6542c7f83d4dfce36d0fb23b41f9eb5aa44427c 100644 (file)
@@ -5,6 +5,7 @@
     background: #f3f3f3 !important;
   }
 </style>
+<!-- move the above styles into your custom stylesheet -->
 
 <container>
 
index def38313f9c1783adb429445da8f69705b5e0392..eec2d16ac0b3c80e60345de0b634844bf06f3c4f 100644 (file)
@@ -5,6 +5,9 @@
     background: #f3f3f3 !important;
   }
 </style>
+<!-- move the above styles into your custom stylesheet -->
+
+<spacer size="16"></spacer>
 
 <container>
 
index efbbd5ef94760317125a5ab065443d340d6390d6..9577a7bbe3f5aaf0f3c03509de83dd85b2cd3a7d 100644 (file)
@@ -9,6 +9,9 @@
     background: #f3f3f3;
   }
 </style>
+<!-- move the above styles into your custom stylesheet -->
+
+<spacer size="16"></spacer>
 
 <container>
 
index 71cc0885418615067f0d06c150d11c6c0f3bd72e..28d39605ab1226e9ef5718cf7db7e0d6531ccd3d 100644 (file)
@@ -1,59 +1,43 @@
 <style type="text/css">
-  .header {
-    background: #8a8a8a;
-  }
 
-  .header .columns {
-    padding-bottom: 0;
-  }
+.header {
+  background: #8a8a8a;
+}
 
-  .header p {
-    color: #fff;
-    padding-top: 15px;
-  }
+.header .columns {
+  padding-bottom: 0;
+}
 
-  .header .wrapper-inner {
-    padding: 20px;
-  }
+.header p {
+  color: #fff;
+  margin-bottom: 0;
+}
 
-  .header .container {
-    background: transparent;
-  }
+.header .wrapper-inner {
+  padding: 20px; /*controls the height of the header*/
+}
 
-  table.button.facebook table td {
-    background: #3B5998 !important;
-    border-color: #3B5998;
-  }
+.header .container {
+  background: #8a8a8a;
+}
 
-  table.button.twitter table td {
-    background: #1daced !important;
-    border-color: #1daced;
-  }
+.wrapper.secondary {
+  background: #f3f3f3;
+}
 
-  table.button.google table td {
-    background: #DB4A39 !important;
-    border-color: #DB4A39;
-  }
-
-  .wrapper.secondary {
-    background: #f3f3f3;
-  }
-
-  .sidebar .menu .menu-item {
-    border-top: 1px solid #777777;
-  }
 </style>
+<!-- move the above styles into your custom stylesheet -->
 
+<spacer size="16"></spacer>
 
-
-<wrapper class="header">
+<wrapper class="header" bgcolor="#8a8a8a">
   <container>
     <row class="collapse">
-      <columns small="6">
+      <columns small="6" valign="middle">
         <img src="http://placehold.it/200x50/663399">
       </columns>
-      <columns small="6">
-        <p class="text-right">SIDEBAR HERO</p>
+      <columns small="6" valign="middle">
+        <p class="text-right">Sidebar Hero</p>
       </columns>
     </row>
   </container>
       <callout class="secondary">
         <h5>Header</h5>
         <p class="lead">Sub-header</p>
-        <menu class="vertical">
-          <item href="#">Just a Plain Link &raquo;</item>
-          <item href="#">Just a Plain Link &raquo;</item>
-          <item href="#">Just a Plain Link &raquo;</item>
-          <item href="#">Just a Plain Link &raquo;</item>
-          <item href="#">Just a Plain Link &raquo;</item>
-          <item href="#">Just a Plain Link &raquo;</item>
-          <item href="#">Just a Plain Link &raquo;</item>
-        </menu>
+        <p><a href="#">Just a Plain Link &raquo;</a></p>
+        <p><a href="#">Just a Plain Link &raquo;</a></p>
+        <p><a href="#">Just a Plain Link &raquo;</a></p>
+        <p><a href="#">Just a Plain Link &raquo;</a></p>
+        <p><a href="#">Just a Plain Link &raquo;</a></p>
       </callout>
       <callout class="secondary">
         <h6>CONNECT WITH US:</h6>
index 022d01ec4c2d789df7b55f931d795c5535ef36b1..75ab0e8090e5767201b46c481cbc4158963cd2b3 100644 (file)
@@ -1,59 +1,43 @@
 <style type="text/css">
-  .header {
-    background: #8a8a8a;
-  }
 
-  .header .columns {
-    padding-bottom: 0;
-  }
+.header {
+  background: #8a8a8a;
+}
 
-  .header p {
-    color: #fff;
-    padding-top: 15px;
-  }
+.header .columns {
+  padding-bottom: 0;
+}
 
-  .header .wrapper-inner {
-    padding: 20px;
-  }
+.header p {
+  color: #fff;
+  margin-bottom: 0;
+}
 
-  .header .container {
-    background: transparent;
-  }
+.header .wrapper-inner {
+  padding: 20px; /*controls the height of the header*/
+}
 
-  table.button.facebook table td {
-    background: #3B5998 !important;
-    border-color: #3B5998;
-  }
+.header .container {
+  background: #8a8a8a;
+}
 
-  table.button.twitter table td {
-    background: #1daced !important;
-    border-color: #1daced;
-  }
+.wrapper.secondary {
+  background: #f3f3f3;
+}
 
-  table.button.google table td {
-    background: #DB4A39 !important;
-    border-color: #DB4A39;
-  }
-
-  .wrapper.secondary {
-    background: #f3f3f3;
-  }
-
-  .sidebar .menu .menu-item {
-    border-top: 1px solid #777777;
-  }
 </style>
+<!-- move the above styles into your custom stylesheet -->
 
+<spacer size="16"></spacer>
 
-
-<wrapper class="header">
+<wrapper class="header" bgcolor="#8a8a8a">
   <container>
     <row class="collapse">
-      <columns small="6">
+      <columns small="6" valign="middle">
         <img src="http://placehold.it/200x50/663399">
       </columns>
-      <columns small="6">
-        <p class="text-right">SIDEBAR</p>
+      <columns small="6" valign="middle">
+        <p class="text-right">Sidebar</p>
       </columns>
     </row>
   </container>
       <callout class="secondary">
         <h5>Header</h5>
         <p class="lead">Sub-header</p>
-        <menu class="vertical">
-          <item href="#">Just a Plain Link &raquo;</item>
-          <item href="#">Just a Plain Link &raquo;</item>
-          <item href="#">Just a Plain Link &raquo;</item>
-          <item href="#">Just a Plain Link &raquo;</item>
-          <item href="#">Just a Plain Link &raquo;</item>
-          <item href="#">Just a Plain Link &raquo;</item>
-          <item href="#">Just a Plain Link &raquo;</item>
-        </menu>
+        <p><a href="#">Just a Plain Link &raquo;</a></p>
+        <p><a href="#">Just a Plain Link &raquo;</a></p>
+        <p><a href="#">Just a Plain Link &raquo;</a></p>
+        <p><a href="#">Just a Plain Link &raquo;</a></p>
+        <p><a href="#">Just a Plain Link &raquo;</a></p>
       </callout>
       <callout class="secondary">
         <h6>CONNECT WITH US:</h6>
index 145a978b6f625a5dc729b9ec17aa1e5f4fb7536b..8309ca35d0d74e374de017bf2ed705cc99c55e25 100644 (file)
@@ -13,6 +13,9 @@
     border-top: 8px solid #663399;
   }
 </style>
+<!-- move the above styles into your custom stylesheet -->
+
+<spacer size="16"></spacer>
 
 <container class="header">
   <row>