Skip to content

Commit b037464

Browse files
committed
init
1 parent 4a8191d commit b037464

20 files changed

+73
-61
lines changed

_config.yml

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
# Main Configs #
33
# ----------------------- #
44

5-
url: http://yoursite.com
6-
title: Your Awesome Site
7-
8-
author: Your Name
9-
description: > # "Write an awesome description for your new site here.
10-
You can edit this line in _config.yml. It will appear in your document
11-
head meta (for Google search results) and in your feed.xml site
12-
description.
13-
copyright: 'Copyright © 2015 Your Name. All Rights Reserved.'
14-
credits: 'Credits: Landing Page is a free to use, open source Bootstrap theme created by <a href="http://startbootstrap.com/">Start Bootstrap</a>.'
5+
url: http://coadroad.io
6+
title: CodeRoad
7+
8+
author: Shawn McKay
9+
description: > # "Free interactive coding tutorials inside of the Atom editor. Build your own tutorials
10+
using the coderoad-cli and tools developers already know: markdown and unit tests.
11+
copyright: 'Copyright &copy; 2016 Shawn McKay. All Rights Reserved.'
12+
credits: ''
1513

1614
# ----------------------- #
1715
# Jekyll & Plugins #
@@ -26,9 +24,9 @@ permalink: pretty
2624
# ----------------------- #
2725

2826
social:
29-
- title: twitter
30-
url: https://twitter.com/SBootstrap
31-
- title: github
32-
url: https://github.com/IronSummitMedia/startbootstrap
33-
- title: linkedin
34-
url:
27+
- title: coderoad CLI
28+
icon: github
29+
url: https://github.com/coderoad/coderoad-cli
30+
- title: atom plugin
31+
icon: github
32+
url: https://github.com/coderoad/atom-coderoad

_includes/about.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
<div class="row">
44
<div class="col-lg-8 col-lg-offset-2">
55
<br/><br/>
6-
<h2>About Landing-Page</h2>
6+
<h2>About CodeRoad</h2>
77
<br/>
8-
<p>Landing-Page is a free Bootstrap 3 theme created by Start Bootstrap. It can be yours right now, simply download the template on <a href="http://startbootstrap.com/template-overviews/landing-page/">the preview page</a>. The theme is open source, and you can use it for any purpose, personal or commercial.</p>
9-
<p>The Jekyll version is brought to you by <a href="https://github.com/swcool">Shane Weng</a></p>
10-
<p>This theme features stock photos by <a href="http://join.deathtothestockphoto.com//">Death to the Stock Photo</a>.</p>
11-
<p>Landing-Page includes full HTML, CSS, and custom JavaScript files along with LESS files for easy customization.</p>
8+
<div class="lead">CodeRoad is a coding education platform aimed at open-sourcing interactive coding lessons. CodeRoad makes it easy for developers and teachers to create, share and edit their own lessons. All free.</div>
129
<br/>
10+
<div class="lead">CodeRoad is currently under early development.</div>
11+
1312
</div>
1413
</div>
1514
</section>

_includes/contact.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44

55
<div class="row">
66
<div class="col-lg-6">
7-
<h2>Keep in Touch:</h2>
7+
<h2>Questions:</h2>
88
</div>
99
<div class="col-lg-6">
1010
<ul class="list-inline banner-social-buttons">
11-
{% for social in site.social %}
1211
<li>
13-
<a href="{{ social.url }}" class="btn btn-default btn-lg"><i class="fa fa-{{ social.title }} fa-fw"></i> <span class="network-name">{{ social.title }}</span></a>
12+
<a href="mailto:[email protected]?subject=CodeRoad" class="btn btn-default btn-lg"><i class="fa fa-envelope-o fa-fw"></i> <span class="network-name">Email</span></a>
13+
</li>
14+
<li>
15+
<a href="https://twitter.com/sh_mck" class="btn btn-default btn-lg"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">@Sh_McK</span></a>
1416
</li>
15-
{% endfor %}
1617
</ul>
1718
</div>
1819
</div>
@@ -22,4 +23,4 @@ <h2>Keep in Touch:</h2>
2223

2324
</div>
2425
</section>
25-
<!-- /.banner -->
26+
<!-- /.banner -->

_includes/header.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
</div>
1414
<!-- Collect the nav links, forms, and other content for toggling -->
1515
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
16-
<ul class="nav navbar-nav navbar-right">
16+
<ul class="nav navbar-nav navbar-right">
1717
<li>
1818
<a class="page-scroll" href="#about">About</a>
19-
</li>
19+
</li>
2020
<li>
2121
<a class="page-scroll" href="#services">Services</a>
2222
</li>
@@ -45,7 +45,7 @@ <h3>{{ page.subTitle }}</h3>
4545
<ul class="list-inline intro-social-buttons">
4646
{% for social in site.social %}
4747
<li>
48-
<a href="{{ social.url }}" class="btn btn-default btn-lg"><i class="fa fa-{{ social.title }} fa-fw"></i> <span class="network-name">{{ social.title }}</span></a>
48+
<a href="{{ social.url }}" class="btn btn-default btn-lg"><i class="fa fa-{{ social.icon }} fa-fw"></i> <span class="network-name">{{ social.title }}</span></a>
4949
</li>
5050
{% endfor %}
5151
</ul>

_posts/2014-09-21-services-1.markdown

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

_posts/2014-09-22-services-2.markdown

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

_posts/2014-09-23-services-3.markdown

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

_posts/2016-01-03-services-1.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
img: coderoad-example-0.png
4+
category: Services
5+
title: Learn Faster
6+
description: |
7+
---
8+
The science is in: people learn best by doing, with quick feedback in a real world environment.

_posts/2016-01-03-services-2.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: default
3+
img: coderoad-example-1.png
4+
category: Services
5+
title: Inside of the Editor
6+
description: |
7+
---
8+
Atom-CodeRoad is built inside the free [Atom editor](https://atom.io), allowing you to use it alongside your favorite packages.
9+
10+
`> apm install atom-coderoad`

_posts/2016-01-03-services-3.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: default
3+
img: coderoad-example-2.png
4+
category: Services
5+
title: Free & Open-Sourced
6+
description: |
7+
---
8+
Build and share courses or curriculum on Github. Publish your tutorials on NPM with the prefix `coderoad-`.
9+
10+
`> coderoad publish coderoad-my-tutorial`

0 commit comments

Comments
 (0)