Skip to content

Commit db1b573

Browse files
committed
redesigned home page, gif instead of video
1 parent 284bea8 commit db1b573

File tree

6 files changed

+21
-15
lines changed

6 files changed

+21
-15
lines changed

_includes/example.html

Lines changed: 0 additions & 11 deletions
This file was deleted.

_includes/image.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!-- About Section -->
2+
<section id="image-example" class="content-section-a text-center">
3+
4+
<div class="row">
5+
<div class="col-lg-10 col-lg-offset-1">
6+
<br/>
7+
<img src="/img/gif/atom-coderoad-0.5.1.gif" />
8+
9+
<div class="col-lg-10 col-lg-offset-1">
10+
<br><br>
11+
<a href="/docs/#install" target="_blank" class="btn btn-default btn-lg">
12+
<span class="network-name">Quick Start</span>
13+
</a>
14+
<br>
15+
<br>
16+
<div class="lead">Learn how to get setup with CodeRoad</div>
17+
</div>
18+
</section>

_includes/tutorials.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<section id="tutorials" class="container content-section text-center">
2-
<div class="row content-section-b">
1+
<section id="tutorials" class="content-section-a text-center">
2+
<div class="row">
33
<div class="row">
44
<div class="col-lg-6">
55
<h2>Try a Tutorial</h2>

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
{% include nav.html %}
77
{% include header.html %}
88
{% include about.html %}
9+
{% include image.html %}
910
{% include learn.html %}
10-
{% include example.html %}
1111
{% include tutorials.html %}
1212
{% include contact.html %}
1313
{% include footer.html %}

_posts/2016-01-12-roadmap.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ CodeRoad will become more flexible & powerful with time.
1212
* Final Loader solution
1313
* Improved animations
1414
* More test runners to support different programming languages (currently only Mocha test runner for JS)
15-
* @continue for page completion actions
1615
* cursor position option
1716

1817
##### v2.0.0

img/gif/atom-coderoad-0.5.1.gif

401 KB
Loading

0 commit comments

Comments
 (0)