diff --git a/presentations/about/assets/android_workshop.jpg b/presentations/about/assets/android_workshop.jpg new file mode 100644 index 0000000..a108e53 Binary files /dev/null and b/presentations/about/assets/android_workshop.jpg differ diff --git a/presentations/about/assets/campus_party.jpg b/presentations/about/assets/campus_party.jpg new file mode 100644 index 0000000..96ab2eb Binary files /dev/null and b/presentations/about/assets/campus_party.jpg differ diff --git a/presentations/about/assets/empowerment.jpg b/presentations/about/assets/empowerment.jpg new file mode 100644 index 0000000..c4f6b82 Binary files /dev/null and b/presentations/about/assets/empowerment.jpg differ diff --git a/presentations/about/assets/environment.jpg b/presentations/about/assets/environment.jpg new file mode 100644 index 0000000..97ad8ce Binary files /dev/null and b/presentations/about/assets/environment.jpg differ diff --git a/presentations/about/assets/github_workshop.jpg b/presentations/about/assets/github_workshop.jpg new file mode 100644 index 0000000..319c0c9 Binary files /dev/null and b/presentations/about/assets/github_workshop.jpg differ diff --git a/presentations/about/assets/js_workshop.jpg b/presentations/about/assets/js_workshop.jpg new file mode 100644 index 0000000..cb9d989 Binary files /dev/null and b/presentations/about/assets/js_workshop.jpg differ diff --git a/presentations/about/assets/learners_meetup.jpg b/presentations/about/assets/learners_meetup.jpg new file mode 100644 index 0000000..c1eeb76 Binary files /dev/null and b/presentations/about/assets/learners_meetup.jpg differ diff --git a/presentations/about/assets/learning_experience.png b/presentations/about/assets/learning_experience.png new file mode 100644 index 0000000..ba8f4ab Binary files /dev/null and b/presentations/about/assets/learning_experience.png differ diff --git a/presentations/about/assets/not-for-profit.jpg b/presentations/about/assets/not-for-profit.jpg new file mode 100644 index 0000000..7d44c4c Binary files /dev/null and b/presentations/about/assets/not-for-profit.jpg differ diff --git a/presentations/about/assets/openness.jpg b/presentations/about/assets/openness.jpg new file mode 100644 index 0000000..b88bb00 Binary files /dev/null and b/presentations/about/assets/openness.jpg differ diff --git a/presentations/about/assets/python_workshop.jpg b/presentations/about/assets/python_workshop.jpg new file mode 100644 index 0000000..df1d18c Binary files /dev/null and b/presentations/about/assets/python_workshop.jpg differ diff --git a/presentations/about/assets/transparency.jpg b/presentations/about/assets/transparency.jpg new file mode 100644 index 0000000..18f82d3 Binary files /dev/null and b/presentations/about/assets/transparency.jpg differ diff --git a/presentations/about/index.html b/presentations/about/index.html new file mode 100644 index 0000000..310b708 --- /dev/null +++ b/presentations/about/index.html @@ -0,0 +1,201 @@ + + + + + + OpenTechSchool + + + + + + + + + + + +
+

About the OpenTechSchool

+

A lightning presentation about the OpenTechSchool and what it does.

+
+ +
+ +
+
+
+

OpenTechSchool

+

opentechschool.org

+
+
+
+ +
+
+
+

What is OpenTechSchool?

+
+
+
+ +
+
+
+

Openness

+
+ +
+
+ +
+
+
+

Empowerment

+
+ +
+
+ +
+
+
+

Safe learning Environment

+
+ +
+
+ +
+
+
+

Hands-on learning experience

+
+ +
+
+ +
+
+
+

Transparency

+
+ +
+
+ +
+
+
+

Not for profit

+
+ +
+
+ +
+
+
+

Workshops

+
+
+
+ +
+
+
+

JavaScript For Absolute Beginners

+
+ +
+
+ +
+
+
+

Python Workshops

+
+ +
+
+ +
+
+
+

Social Coding with GitHub

+
+ +
+
+ +
+
+
+

Android for Beginners

+
+ +
+
+
+
+
+

Learners Meetup

+
+ +
+
+ +
+
+
+

Upcoming Workshops

+
+
+
+ +
+
+
+

Arduino
+ Advanced Git
+ Repairing Hardware
+ Games Development
+ Kids Hackathon
+

+
+
+
+ +
+
+
+

Thanks

+
+

You can learn more about the OpenTechSchool via +

+

+

Fork this presentation on Github.

+
+
+ + +
+ +
+ + + + \ No newline at end of file diff --git a/theme/style.css b/theme/style.css index 85811e4..de576aa 100644 --- a/theme/style.css +++ b/theme/style.css @@ -299,6 +299,20 @@ h1, h2, h3 { text-align: center; } +.slide.invert header.with-bg, +.slide.shout header.with-bg, +.slide.shout-louder header.with-bg { + 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; + border-top: solid 1px #666; + border-bottom: solid 1px #666; +} + .slide.shout section > *:first-child, .slide.centered section > *:first-child, .slide.shout-louder section > *:first-child {