File tree Expand file tree Collapse file tree 10 files changed +48
-15
lines changed Expand file tree Collapse file tree 10 files changed +48
-15
lines changed Original file line number Diff line number Diff line change 11gem 'github-pages'
2- gem 'jekyll-sitemap'
3- gem 'rouge'
42source 'https://rubygems.org'
Original file line number Diff line number Diff line change @@ -125,8 +125,6 @@ PLATFORMS
125125
126126DEPENDENCIES
127127 github-pages
128- jekyll-sitemap
129- rouge
130128
131129BUNDLED WITH
132130 1.11.2
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ url: https://coderoad.github.io
66title : CodeRoad
77email : coderoadapp@gmail.com
88author : 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.
9+ description : > # "Free interactive coding tutorials inside of the Atom editor. Build your own tutorials using the coderoad-cli and tools developers already know: markdown and unit tests.
1110image : https://coderoad.github.io/img/coderoad-header.jpg
1211atomVersion : 0.5.4
1312cliVersion : 0.3.26
@@ -24,8 +23,6 @@ kramdown:
2423 syntax_highlighter : rouge
2524permalink : pretty
2625
27- gems :
28- - jekyll-sitemap
2926
3027# ----------------------- #
3128# 3rd Party Settings #
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 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 ="#tutorials "> Tutorials</ a >
22+ </ li >
23+ < li >
24+ < a class ="page-scroll " href ="#learn "> Learn</ a >
25+ </ li >
26+ < li >
27+ < a class ="page-scroll " href ="/build "> Build</ a >
28+ </ li >
29+ < li >
30+ < a class ="page-scroll " href ="/docs "> Docs</ a >
31+ </ li >
32+ < li >
33+ < a class ="page-scroll " href ="#contact "> Contact</ a >
34+ </ li >
35+ </ ul >
36+ </ div >
37+ <!-- /.navbar-collapse -->
38+ </ div >
39+ <!-- /.container -->
40+ </ nav >
Original file line number Diff line number Diff line change 11< section id ="tutorials " class ="content-section-a text-center ">
22 < div class ="row ">
33 < div class ="row ">
4- < div class ="col-lg -6 ">
4+ < div class ="col-xs -6 ">
55 < h2 > Try a Tutorial</ h2 >
66 < br >
77 < ul class ="list-inline intro-social-buttons ">
@@ -20,7 +20,7 @@ <h2>Try a Tutorial</h2>
2020 </ ul >
2121 </ div >
2222
23- < div class ="col-lg -6 ">
23+ < div class ="col-xs -6 ">
2424 < h2 > Make Your Own</ h2 >
2525 < br >
2626 < ul class ="list-inline intro-social-buttons ">
Original file line number Diff line number Diff line change 44
55 < body >
66 {% include nav.html %}
7- {% include header.html %}
8- {% include about.html %}
9- {% include image.html %}
10- {% include learn.html %}
11- {% include tutorials.html %}
7+ {% include home/ header.html %}
8+ {% include home/ about.html %}
9+ {% include home/ image.html %}
10+ {% include home/ learn.html %}
11+ {% include home/ tutorials.html %}
1212 {% include contact.html %}
1313 {% include footer.html %}
1414 {% include js.html %}
You can’t perform that action at this time.
0 commit comments