File tree Expand file tree Collapse file tree 6 files changed +21
-15
lines changed Expand file tree Collapse file tree 6 files changed +21
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change 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 ">
3
3
< div class ="row ">
4
4
< div class ="col-lg-6 ">
5
5
< h2 > Try a Tutorial</ h2 >
Original file line number Diff line number Diff line change 6
6
{% include nav.html %}
7
7
{% include header.html %}
8
8
{% include about.html %}
9
+ {% include image.html %}
9
10
{% include learn.html %}
10
- {% include example.html %}
11
11
{% include tutorials.html %}
12
12
{% include contact.html %}
13
13
{% include footer.html %}
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ CodeRoad will become more flexible & powerful with time.
12
12
* Final Loader solution
13
13
* Improved animations
14
14
* More test runners to support different programming languages (currently only Mocha test runner for JS)
15
- * @continue for page completion actions
16
15
* cursor position option
17
16
18
17
##### v2.0.0
You can’t perform that action at this time.
0 commit comments