Skip to content

Commit 7b3a0f1

Browse files
authored
Merge pull request #109 from justwriteclick/build
Update landing page to fix "learn" link
2 parents 23ec8b2 + 3b19ae9 commit 7b3a0f1

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

index.html

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,34 @@
88
{% include sign-up.html %}
99

1010
<div>
11-
<h1>Learn with practice</h1>
11+
<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>
1212

13-
<p><a href="http://www.lulu.com/spotlight/justwriteclick" class="btn btn--inverse"><i class='fa fa-graduation-cap'></i> Learn an SSG</a></p>
13+
<h1>Learn the tools</h1>
14+
15+
<p><a href="https://www.docslikecode.com/learn/" class="btn btn--inverse"><i class='fa fa-graduation-cap'></i> Learn more</a></p>
1416

1517
<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>
1618
</div>
1719
<div>
18-
<a href="http://www.lulu.com/spotlight/justwriteclick"><img src="images/docs-like-code-book.jpg" alt="Docs Like Code Book" align="left" hspace="20" vspace="20" height="100" width="159"></a>
20+
<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>
1921

20-
<h1>Buy the book</h1>
22+
<h2>Get the t-shirt</h2>
2123

22-
<p><a href="http://www.lulu.com/spotlight/justwriteclick" class="btn btn--inverse"><i class='fa fa-book'></i> Buy Now</a></p>
24+
<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>
2325

24-
<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>
26+
<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>
2527

2628
</div>
2729

2830
<div style="clear:both">
29-
<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>
3031

31-
<h2>Get the t-shirt</h2>
32+
<a href="http://www.lulu.com/spotlight/justwriteclick"><img src="images/docs-like-code-book.jpg" alt="Docs Like Code Book" align="left" hspace="20" vspace="20" height="100" width="159"></a>
33+
34+
<h1>Buy the book</h1>
3235

33-
<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>
36+
<p><a href="http://www.lulu.com/spotlight/justwriteclick" class="btn btn--inverse"><i class='fa fa-book'></i> Buy Now</a></p>
3437

35-
<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>
38+
<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>
3639
</div>
3740

3841
<div style="clear:both">

0 commit comments

Comments
 (0)