<section class="top-bar-section">
<ul class="right">
- <li><a href="process.php">Process</a></li>
- <li><a href="docs.php">Docs</a></li>
- <li><a href="inliner.php">Inliner</a></li>
- <li><a href="templates.php">Email Templates</a></li>
+ <li<?php if ($thisPage=="process") echo " class=\"active\""; ?>><a href="process.php">Process</a></li>
+ <li<?php if ($thisPage=="docs") echo " class=\"active\""; ?>><a href="docs.php">Docs</a></li>
- <li<?php if ($thisPage=="templates") echo " class=\"active\""; ?>><a href="templates.php">Email Templates</a></li>
+ <li<?php if ($thisPage=="inliner") echo " class=\"active\""; ?>><a href="inliner.php">Inliner</a></li>
++ <li<?php if ($thisPage=="templates") echo " class=\"active\""; ?>><a href="templates.php">Email Templates</a></li>
<li class="has-form"><a href="download.php" class="tiny button">Download</a></li>
</ul>
</section>
<div class="home-text">
<h1 class="light">Ink</h1>
<p class="lead">Quickly create responsive HTML emails that work on any device & client. Even Outlook.</p>
- <a href="download.php" class="large button">Download Ink 0.7.1</a>
+ <a href="download.php" class="large button">Download Ink</a>
+ <ul class="header-social-links">
+ <li><a href="https://github.com/zurb/ink"><i class="fi-social-github"></i>Ink on Github</a>
+ <li><a href="https://github.com/zurb/ink"><i class="fi-social-twitter"></i>@inkzurb</a>
+ </ul>
<div class="inky hide-for-small"></div>
</div>
</div>
.template-thumbs a {
display: block;
}
- /* line 195, ../sass/app.scss */
+ /* line 210, ../sass/app.scss */
.template-thumbs a.button {
display: inline-block;
+ width: 45%;
}
- /* line 196, ../sass/app.scss */
+ /* line 211, ../sass/app.scss */
.template-thumbs a img {
display: block;
margin-bottom: 15px;
<div class="row">
<div class="small-12 columns">
-
+ <h5 class="normal">You can download all of the templates in one file here:</h6>
+ <a href="templates/all-templates.zip" class="button primary">All Ink Templates</a>
+ <br><br>
<ul class="large-block-grid-3 small-block-grid-1 template-thumbs">
<li>
- <a href="#">
+ <a href="downloads/templates/basic.html" target="_blank">
<img src="images/templates/basic.jpg">
<span class="name">Basic</span>
<span class="description">This template is perfect for sending a basic but nice looking email to your readers.</span>