diff --git a/_config.yml b/_config.yml
index fffe3e98..87e0749f 100644
--- a/_config.yml
+++ b/_config.yml
@@ -13,3 +13,4 @@ exclude: [
"node_modules"
]
livereload: true
+exclude: [vendor]
diff --git a/html/lesson2/example.html b/html/lesson2/example.html
index 6bf0d305..fd84e078 100644
--- a/html/lesson2/example.html
+++ b/html/lesson2/example.html
@@ -20,8 +20,8 @@
Why do I like owls so much?
and lovely
and cuddly
-
-
+
+
Watch this video here
diff --git a/index.html b/index.html
index a914d305..278822fe 100644
--- a/index.html
+++ b/index.html
@@ -37,7 +37,9 @@ Guides
Lesson guide for coaches
-
HTML & CSS
+
Frontend
+
+
HTML & CSS
-
JavaScript
+
JavaScript
-
Ruby
+
Backend
+
+
Ruby
-
Python
+
Python
-
Other Recommended Python Resources
+
Other Recommended Python Resources
-
Android
-
Available only at special codebar android workshops! Materials over at
-
- https://codebar.github.io/android-tutorials/
-
-
-
PHP
+
PHP
If you are just getting started quickly and easily with PHP, we recommend using Cloud9, as setting up your local environment can be time consuming.
-
Command Line
-
-
Version Control
+
Other
+
+
Version Control
-
Other Useful Resources
+
Command Line
+
+
+
Other Useful Resources
The following resources can be helpful to continue learning. They all have content related to the topics listed above.
- Codewars
diff --git a/stylesheets/styles.css b/stylesheets/styles.css
index ab8b636d..8bc1e62d 100644
--- a/stylesheets/styles.css
+++ b/stylesheets/styles.css
@@ -2,7 +2,7 @@
body {
padding: 25px;
- font: 14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font: 16px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #777;
font-weight: 300;
}
@@ -32,6 +32,12 @@ h3, h4, h5, h6 {
color: #494949;
}
+.language-heading {
+ background: rgba(255, 3, 106, 0.9);
+ color: #000;
+ padding: 15px 10px;
+}
+
a {
color: #39c;
font-weight: 400;