+
+
+
+
+ The state of
+ Tech Education
+
+
+
+
+
+
+
+
+ Hello,
+ we are Ben and Amélie
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Massive Open Online Courses
+
+
+
+
+
+
+
+
+ Online hands-on coding classes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Coding training schools
+
+
+
+
+
+
+
+
+ Community-run
+ hands-on
+ real-life learning
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ JavaScript For Absolute Beginners
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Social Coding with GitHub
+
+
+
+
+
+
+
+
+ Android for Beginners
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Arduino
+ Advanced Git
+ Repairing Hardware
+ Games Development
+ App Summer Camp
+ Making and curating Video
+
+
+
+
+
+
+
+
+
+ StudentLabs
+ Tech Library project
+ OTS Camp package
+ Mentorshipping
+ Female Tech Speakers
+ Less privileged Program
+
+
+
+
+
+
+
+
+
+
+
+ You can't learn
to code in a day
+
+
+
+
+
+
+
+
+
+
+
+ in a dedicated
Learning Space
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/theme/style.css b/theme/style.css
index de576aa..8d1ae3e 100644
--- a/theme/style.css
+++ b/theme/style.css
@@ -448,6 +448,30 @@ h1, h2, h3 {
content: '';
}
+.bottomed {
+ position: absolute;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ background-color: #286d99;
+ background-color: rgba(0,0,0,0.5);
+ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
+ /* For IE 8*/
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
+
+ padding: 1em 0 0 2em;
+ border-top: solid 1px #666;
+}
+
+.attribution {
+ position: absolute;
+ right: 30px;
+ bottom: 0.1em;
+ font-size: 0.5em;
+ color: white;
+ opacity: 0.6;
+}
+
/* Medium sized viewports */
@media all and (max-width:1060px) {