|
1 |
| -<sectionid="docs"> |
2 |
| -<divclass="container bs-docs-container"> |
3 |
| -<divclass="row"> |
4 |
| - |
5 |
| - {% include docs/side-nav.html %} |
6 |
| - |
7 |
| -<divclass="col-md-9 col-xs-12"role="main"> |
8 |
| -<sectionclass="bs-docs-section"> |
9 |
| -<h1id="overview"class="page-header">Overview</h1> |
10 |
| - |
11 |
| -<blockquote> |
12 |
| - CodeRoad aims to make building & sharing interactive coding tutorials as easy as possible. |
13 |
| -</blockquote> |
14 |
| - |
15 |
| -<divclass="lead">We hope to create fun and maintainable code tutorials that actually improve with time. We hope to see programming students become teachers, teachers become empowered, and coders become better, faster. But first, let's get some |
16 |
| - interactive coding tutorials built. That's where you come in.</div> |
17 |
| - |
18 |
| -<ahref="/build"class="btn btn-default btn-lg"> |
19 |
| -<iclass="fa fa-road fa-fw"></i> |
20 |
| -<spanclass="network-name">Read an Overview of Building a Tutorial</span> |
21 |
| -</a> |
22 |
| - |
23 |
| -</section> |
24 |
| - |
25 |
| - {% for post in site.posts reversed %} |
26 |
| -<sectionid="{{ post.id }}"class="bs-docs-section"> |
27 |
| -<h2class="section-heading">{{ post.title }}</h2> |
28 |
| -<divclass="lead">{{ post.content }}</div> |
29 |
| -<br> |
30 |
| -<ahref="https://github.com/coderoad/coderoad.github.io/edit/master/_posts/{{post.file}}"class="btn btn-default btn-xs"> |
31 |
| -<iclass="fa fa-pencil fa-fw"></i> |
32 |
| -<spanclass="network-name"> |
33 |
| - Edit {{post.title}} Docs</span> |
34 |
| -</a> |
35 |
| -</section> |
36 |
| -<br> |
37 |
| - {% endfor %} |
38 |
| -</div> |
| 1 | +<sectionid="docs"class="container"> |
| 2 | +<divclass="row"> |
| 3 | + |
| 4 | + {% include docs/side-nav.html %} |
| 5 | + |
| 6 | +<divclass="col-md-9 col-xs-12"role="main"> |
| 7 | +<sectionclass="bs-docs-section"> |
| 8 | +<h1id="overview"class="page-header">Overview</h1> |
| 9 | + |
| 10 | +<blockquote> |
| 11 | + CodeRoad aims to make building & sharing interactive coding tutorials as easy as possible. |
| 12 | +</blockquote> |
| 13 | + |
| 14 | +<divclass="lead">We hope to create fun and maintainable code tutorials that actually improve with time. We hope to see programming students become teachers, teachers become empowered, and coders become better, faster. But first, let's get some interactive coding |
| 15 | + tutorials built. That's where you come in.</div> |
39 | 16 |
|
| 17 | +<ahref="/build"class="btn btn-default btn-lg"> |
| 18 | +<iclass="fa fa-road fa-fw"></i> |
| 19 | +<spanclass="network-name">Read an Overview of Building a Tutorial</span> |
| 20 | +</a> |
| 21 | + |
| 22 | +</section> |
| 23 | + |
| 24 | + {% for post in site.posts reversed %} |
| 25 | +<sectionid="{{ post.id }}"class="bs-docs-section"> |
| 26 | +<h2class="section-heading">{{ post.title }}</h2> |
| 27 | +<divclass="lead">{{ post.content }}</div> |
| 28 | +<br> |
| 29 | +<ahref="https://github.com/coderoad/coderoad.github.io/edit/master/_posts/{{post.file}}"class="btn btn-default btn-xs"> |
| 30 | +<iclass="fa fa-pencil fa-fw"></i> |
| 31 | +<spanclass="network-name"> |
| 32 | + Edit {{post.title}} Docs</span> |
| 33 | +</a> |
| 34 | +</section> |
| 35 | +<br> {% endfor %} |
40 | 36 | </div>
|
| 37 | + |
41 | 38 | </div>
|
42 | 39 | </section>
|