Skip to content

Commit 5bd8813

Browse files
committed
init docs
1 parent b9062e6 commit 5bd8813

File tree

9 files changed

+105
-78
lines changed

9 files changed

+105
-78
lines changed

_includes/docs/docs.html

Whitespace-only changes.

_includes/docs/footer.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!-- Footer -->
2+
<footer>
3+
<div class="container">
4+
<div class="row">
5+
<div class="col-md-8">
6+
<p class="copyright text-muted small">
7+
Copyright &copy; 2016 Shawn McKay (<a href="https://twitter.com/sh_mck" target="_blank">@Sh_McK</a>), Vancouver, BC. All Rights Reserved.
8+
</p>
9+
</div>
10+
</div>
11+
</div>
12+
</footer>

_includes/head.html

Lines changed: 41 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,48 @@
11
<head>
22

3-
<meta charset="utf-8">
4-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5-
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<meta name="description" content="{{ site.description }}">
7-
<meta name="author" content="{{ site.author }}">
8-
<meta name="google-site-verification" content="VJIgsbPgP-hRknYcXCVkjVBR0QZg6MaS-kpa9Gp0XY8" />
9-
<meta name="msvalidate.01" content="1094FA9F7A148483624E60DBEE3DDC89" />
10-
11-
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
12-
13-
<!-- Bootstrap Core CSS -->
14-
<link href="css/bootstrap.min.css" rel="stylesheet">
15-
16-
<!-- Custom CSS -->
17-
<link href="css/landing-page.css" rel="stylesheet">
18-
<link href="css/prism.min.css" rel="stylesheet">
19-
20-
<!-- Custom Fonts -->
21-
<link href="font-awesome-4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
22-
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
23-
<link href="fonts/firacode-webfont/FiraCode-Regular.css" rel="stylesheet" type="text/css"/>
24-
25-
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
26-
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
27-
<!--[if lt IE 9]>
3+
<meta charset="utf-8">
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta name="description" content="{{ site.description }}">
7+
<meta name="author" content="{{ site.author }}">
8+
<meta name="google-site-verification" content="VJIgsbPgP-hRknYcXCVkjVBR0QZg6MaS-kpa9Gp0XY8" />
9+
<meta name="msvalidate.01" content="1094FA9F7A148483624E60DBEE3DDC89" />
10+
11+
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
12+
13+
<!-- Bootstrap Core CSS -->
14+
<link href="css/bootstrap.min.css" rel="stylesheet">
15+
16+
<!-- Custom CSS -->
17+
<link href="css/landing-page.css" rel="stylesheet">
18+
<link href="css/prism.min.css" rel="stylesheet">
19+
20+
<!-- Custom Fonts -->
21+
<link href="font-awesome-4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
22+
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
23+
<link href="fonts/firacode-webfont/FiraCode-Regular.css" rel="stylesheet" type="text/css" />
24+
25+
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
26+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
27+
<!--[if lt IE 9]>
2828
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
2929
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
3030
<![endif]-->
3131

32+
<script>
33+
(function(i, s, o, g, r, a, m) {
34+
i['GoogleAnalyticsObject'] = r;
35+
i[r] = i[r] || function() {
36+
(i[r].q = i[r].q || []).push(arguments)
37+
}, i[r].l = 1 * new Date();
38+
a = s.createElement(o),
39+
m = s.getElementsByTagName(o)[0];
40+
a.async = 1;
41+
a.src = g;
42+
m.parentNode.insertBefore(a, m)
43+
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
44+
ga('create', 'UA-44377274-8', 'auto');
45+
ga('send', 'pageview');
46+
</script>
47+
3248
</head>

_includes/header.html

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,3 @@
1-
<!-- Navigation -->
2-
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
3-
<div class="container">
4-
<!-- Brand and toggle get grouped for better mobile display -->
5-
<div class="navbar-header page-scroll">
6-
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
7-
<span class="sr-only">Toggle navigation</span>
8-
<span class="icon-bar"></span>
9-
<span class="icon-bar"></span>
10-
<span class="icon-bar"></span>
11-
</button>
12-
<a class="navbar-brand page-scroll" href="#home">{{ site.title }}</a>
13-
</div>
14-
<!-- Collect the nav links, forms, and other content for toggling -->
15-
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
16-
<ul class="nav navbar-nav navbar-right">
17-
<li>
18-
<a class="page-scroll" href="#about">About</a>
19-
</li>
20-
<li>
21-
<a class="page-scroll" href="#learn">Learn</a>
22-
</li>
23-
<li>
24-
<a class="page-scroll" href="#build">Build</a>
25-
</li>
26-
<li>
27-
<a class="page-scroll" href="#contact">Contact</a>
28-
</li>
29-
</ul>
30-
</div>
31-
<!-- /.navbar-collapse -->
32-
</div>
33-
<!-- /.container -->
34-
</nav>
35-
361
<section id="home">
372
<!-- Header -->
383
<div class="intro-header">

_includes/js.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
<script>
2-
(function(i, s, o, g, r, a, m) {
3-
i['GoogleAnalyticsObject'] = r;
4-
i[r] = i[r] || function() {
5-
(i[r].q = i[r].q || []).push(arguments)
6-
}, i[r].l = 1 * new Date();
7-
a = s.createElement(o),
8-
m = s.getElementsByTagName(o)[0];
9-
a.async = 1;
10-
a.src = g;
11-
m.parentNode.insertBefore(a, m)
12-
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
13-
ga('create', 'UA-44377274-8', 'auto');
14-
ga('send', 'pageview');
15-
</script>
16-
171
<!-- jQuery Version 1.11.0 -->
182
<script src="js/jquery-1.11.0.js"></script>
193

_includes/nav.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!-- Navigation -->
2+
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
3+
<div class="container">
4+
<!-- Brand and toggle get grouped for better mobile display -->
5+
<div class="navbar-header page-scroll">
6+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
7+
<span class="sr-only">Toggle navigation</span>
8+
<span class="icon-bar"></span>
9+
<span class="icon-bar"></span>
10+
<span class="icon-bar"></span>
11+
</button>
12+
<a class="navbar-brand page-scroll" href="#home">{{ site.title }}</a>
13+
</div>
14+
<!-- Collect the nav links, forms, and other content for toggling -->
15+
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
16+
<ul class="nav navbar-nav navbar-right">
17+
<li>
18+
<a class="page-scroll" href="#about">About</a>
19+
</li>
20+
<li>
21+
<a class="page-scroll" href="#learn">Learn</a>
22+
</li>
23+
<li>
24+
<a class="page-scroll" href="#build">Build</a>
25+
</li>
26+
<li>
27+
<a class="page-scroll" href="#contact">Contact</a>
28+
</li>
29+
</ul>
30+
</div>
31+
<!-- /.navbar-collapse -->
32+
</div>
33+
<!-- /.container -->
34+
</nav>

_includes/page_content.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ <h2 class="section-heading">Learn Faster</h2>
3232
<!-- <hr class="section-heading-spacer"> -->
3333
<div class="clearfix"></div>
3434
<h2 class="section-heading">Free & Open-Sourced</h2>
35-
<div class="lead">Build, share and collaborate on courses or curriculum over Github. Publish your version controlled tutorials on NPM. Incrementally make them better with updates and pull requests.
35+
<div class="lead">Build, share and collaborate on courses or curriculum over Github. Incrementally make them better with updates and pull requests.
36+
<br><br>
37+
Publish your version controlled tutorials on <a href="https://www.npmjs.com/" target="_blank">NPM</a>.
3638
</div>
3739
</div>
3840
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
@@ -54,7 +56,10 @@ <h2 class="section-heading">Free & Open-Sourced</h2>
5456
<!-- <hr class="section-heading-spacer"> -->
5557
<div class="clearfix"></div>
5658
<h2 class="section-heading">Inside of the Editor</h2>
57-
<div class="lead">Atom-CodeRoad is built inside the free <a href="https://atom.io" target="_blank">Atom Editor</a>, allowing you to use it alongside your favorite packages.</div>
59+
<div class="lead">Atom-CodeRoad is built inside the free <a href="https://atom.io" target="_blank">Atom Editor</a>, allowing you to use it alongside your favorite packages.
60+
<br><br>
61+
Create real coding projects with few limitations.
62+
</div>
5863
</div>
5964
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
6065
<a href="https://atom.io" target="_blank">

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{% include head.html %}
44

55
<body>
6+
{% include nav.html %}
67
{% include header.html %}
78
{% include about.html %}
89
{% include page_content.html %}

_layouts/docs.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
{% include head.html %}
4+
5+
<body>
6+
{% include nav.html %}
7+
{% include docs/docs.html %}
8+
{% include docs/footer.html %}
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)