-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
15 changed files
with
133 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'github-pages', group: :jekyll_plugins | ||
gem "jekyll-assets", group: :jekyll_plugins | ||
|
||
# Remove when jekyll-assets >= 4.0 | ||
# https://github.com/envygeeks/jekyll-assets/issues/622 | ||
gem "sprockets", "~> 3.7" | ||
|
||
gem 'rake' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.row div.ace-overrides { | ||
position: relative; | ||
height: 200px; | ||
border: 1px #666 solid; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
#ad { | ||
width: 125px; | ||
position: fixed; | ||
z-index: 99; | ||
bottom: 10px; | ||
right: 10px; | ||
background-color: #fff; | ||
border-radius: 3px; | ||
font-size: 13px; | ||
} | ||
#ad a { | ||
display: inline-block; | ||
color: #4f5959; | ||
font-weight: normal; | ||
} | ||
#ad span { | ||
color: #4f5959; | ||
display: block; | ||
} | ||
#ad img { | ||
width: 125px; | ||
} | ||
#ad .carbon-img, | ||
#ad .carbon-text { | ||
display: block; | ||
margin-bottom: 4px; | ||
font-weight: normal; | ||
color: #304455; | ||
} | ||
#ad .carbon-poweredby { | ||
color: #aaa; | ||
font-size: 10px; | ||
letter-spacing: 0.8px; | ||
text-transform: uppercase; | ||
font-weight: normal; | ||
} | ||
|
||
@media screen and (max-width: 1300px) { | ||
.content.with-sidebar { | ||
margin-left: 290px; | ||
} | ||
#ad { | ||
z-index: 1; | ||
position: relative; | ||
padding: 0; | ||
bottom: 0; | ||
right: 0; | ||
width: 100%; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
span.help-tooltip { | ||
float: left; | ||
} | ||
|
||
.tooltip-inner { | ||
min-width: 150px; //the minimum width | ||
} | ||
|
||
.renderpad { | ||
background: rgba(255, 255, 255, 0.9); | ||
border: 1px black dashed; | ||
} | ||
|
||
div.toBeRevealed { | ||
display: none; | ||
} | ||
|
||
ol blockquote p { | ||
font-size: 14px; | ||
} | ||
|
||
.btn-skip { | ||
margin-top: 1em; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
body { | ||
padding-bottom: 60px; | ||
} | ||
|
||
h1.title { | ||
margin-bottom: 40px; | ||
border-bottom: 1px solid black; | ||
} | ||
|
||
.nav-link.icon-github { | ||
font-size: 20px; | ||
} | ||
|
||
/* Custom container */ | ||
.container { | ||
margin: 0 auto; | ||
max-width: 1000px; | ||
} | ||
.container > hr { | ||
margin: 60px 0; | ||
} | ||
|
||
.navbar .center-nav, | ||
.navbar .center-nav > li { | ||
float: none; | ||
display: inline-block; | ||
*display: inline; /* ie7 fix */ | ||
*zoom: 1; /* hasLayout ie7 trigger */ | ||
vertical-align: top; | ||
} | ||
|
||
.navbar-inner { | ||
text-align: center; | ||
} | ||
|
||
.navbar-inner { | ||
border-radius: 0px; | ||
padding-left: 0px; | ||
|
||
.nav li a { | ||
margin-top: 3px; | ||
} | ||
} | ||
|
||
@import "ace"; | ||
@import "lessons"; | ||
@import "carbon"; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.