Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
{% include sign-up.html %}

<div>
<a href="https://www.docslikecode.com/learn/"><img src="images/learn/octocat-400x333.png" alt="Learn SSGs" align="left" hspace="20" vspace="20" width="200"></a>
<a href="https://www.docslikecode.com/learn/"><img src="images/learn/octocat-400x333.png" alt="Learn more" align="left" hspace="20" vspace="20" width="159"></a>

<h1>Learn the tools</h1>
<h2>Learn the tools</h2>

<p><a href="https://www.docslikecode.com/learn/" class="btn btn--inverse"><i class='fa fa-graduation-cap'></i> Learn more</a></p>
<p><a href="https://www.docslikecode.com/learn/" class="btn btn--inverse"><i class='fa fa-graduation-cap'></i> Learn </a></p>

<p>Learning GitHub or any source control system backed by `git` for documentation sites takes some time and practice. Try some lessons with three different static site generators and three different deployment systems as well as how to test docs as code.</p>
<p>Learning GitHub or any system backed by `git` takes some time and practice. Try some lessons with multiple static site generators and deployment systems as well as how to test docs as code.</p>
</div>
<div>
<a href="https://just-write-click.myshopify.com/"><img src="images/docs-like-code-womens-cut-tshirt.png" alt="Docs Like Code T-shirt" align="left" hspace="20" vspace="20" height="100" width="159"></a>

<h2>Get the t-shirt</h2>

<p><a href="http://www.lulu.com/spotlight/justwriteclick" class="btn btn--inverse"><i class='fa fa-shopping-cart'></i> Get Your Size</a></p>
<p><a href="http://www.lulu.com/spotlight/justwriteclick" class="btn btn--inverse"><i class='fa fa-shopping-cart'></i> Buy </a></p>

<p>Show what you know, or what you've read. You can spot these at your favorite documentation conferences such as <a href="http://www.writethedocs.org/conf/">Write the Docs</a> and <a href="https://apithedocs.org/">API the Docs</a>.</p>

Expand All @@ -33,7 +33,7 @@ <h2>Get the t-shirt</h2>

<h1>Buy the book</h1>

<p><a href="http://www.lulu.com/spotlight/justwriteclick" class="btn btn--inverse"><i class='fa fa-book'></i> Buy Now</a></p>
<p><a href="http://www.lulu.com/spotlight/justwriteclick" class="btn btn--inverse"><i class='fa fa-book'></i> Buy </a></p>

<p>We've transformed the way teams work together on docs, and we want to talk about the best practices for writing docs using development tools and techniques. Now in its second edition.</p>
</div>
Expand Down