]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Patch templates page for early release and SEO.
authorEric Morris <eric@zurb.com>
Mon, 30 Sep 2013 07:55:12 +0000 (00:55 -0700)
committerEric Morris <eric@zurb.com>
Mon, 30 Sep 2013 07:55:12 +0000 (00:55 -0700)
includes/_top-bar.php
templates.php

index 6b358fae5d2f1995f08e69332f5607a5f5762c5d..a36267a55a28e731fe6fc3b70c468249c5382d3a 100644 (file)
@@ -11,7 +11,7 @@
     <ul class="right">
       <li><a href="process.php">Process</a></li>
       <li><a href="docs.php">Docs</a></li>
-      <li><a href="templates.php">Templates</a></li>
+      <li><a href="templates.php">Email Templates</a></li>
       <li class="has-form"><a href="download.php" class="tiny button">Download</a></li>
     </ul>
   </section>
index b36d75b38dcde38d3c92a7ceb19db3fa6ae907b4..a0d09a5176b078140da9f754b176fa8e384c733f 100644 (file)
@@ -4,7 +4,7 @@
 <section class="top-area">
   <div class="row">
     <div class="large-12 columns">
-      <h2>Templates</h2>
+      <h2>HTML Email Templates</h2>
     </div>
   </div>
 </section>
     <form class="thumb-select">
       <label>View as</label>
       <select>
-        <option>Desktop</option>
-        <option>Mobile</option>
-        <option>Outlook</option>
+        <option DISABLED>Desktop</option>
+        <option DISABLED>Mobile</option>
+        <option DISABLED>Outlook</option>
       </select>
     </form>
   </div>
 </div>
     
 <div class="row">
-  <div class="small-12 columns">
-    <ul class="large-block-grid-3 small-block-grid-1 template-thumbs">
+  <div class="small-12 columns panel">
+    <!-- <ul class="large-block-grid-3 small-block-grid-1 template-thumbs">
       <li>
         <a href="#">
           <img src="images/template.jpg">
         </a>
         <a href="#" class="button primary">Download</a>
       </li>
-    </ul>
+    </ul>  -->
+      <h3 style="text-align:center;">Ooops, no templates yet!</h3>
+      <h4 style="text-align:center;">Check back soon, or <a style="display:inline;" href="mailto:eric@zurb.com">let us know</a> if you make a really nice one.</h4>
+      <p style="text-align:center;">There are, however, some nice sample emails in the <a href="downloads.php">download package</a>.</p>
   </div>
 </div>