diff --git a/presentations/about-micro/bg_berlin.textClipping b/presentations/about-micro/bg_berlin.textClipping new file mode 100644 index 0000000..2d262d6 Binary files /dev/null and b/presentations/about-micro/bg_berlin.textClipping differ diff --git a/presentations/about-micro/assets/bg_berlin.jpg b/presentations/about/assets/bg_berlin.jpg similarity index 100% rename from presentations/about-micro/assets/bg_berlin.jpg rename to presentations/about/assets/bg_berlin.jpg diff --git a/presentations/about/assets/creative-code.jpeg b/presentations/about/assets/creative-code.jpeg new file mode 100644 index 0000000..8965c0e Binary files /dev/null and b/presentations/about/assets/creative-code.jpeg differ diff --git a/presentations/about/assets/data-science.jpeg b/presentations/about/assets/data-science.jpeg new file mode 100644 index 0000000..bba1ce0 Binary files /dev/null and b/presentations/about/assets/data-science.jpeg differ diff --git a/presentations/about/assets/science-hack-day.jpeg b/presentations/about/assets/science-hack-day.jpeg new file mode 100644 index 0000000..dfae6c2 Binary files /dev/null and b/presentations/about/assets/science-hack-day.jpeg differ diff --git a/presentations/about/assets/thanks.jpg b/presentations/about/assets/thanks.jpg new file mode 100644 index 0000000..7af3183 Binary files /dev/null and b/presentations/about/assets/thanks.jpg differ diff --git a/presentations/about/index.html b/presentations/about/index.html index 36ce211..a07b9db 100644 --- a/presentations/about/index.html +++ b/presentations/about/index.html @@ -3,12 +3,12 @@ - OpenTechSchool - - - + OpenTechSchool + + + - + @@ -18,206 +18,306 @@ - -
-

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

-
- -
-
- -
-
-
-

Not for profit

-
- -
-
- -
-
-
-

Community

-
- -
-
- -
-
-
-

Workshops

-
-
-
- -
-
-
-

JavaScript For Absolute Beginners

-
- -
-
- -
-
-
-

Python Workshops

-
- -
-
- -
-
-
-

Social Coding with GitHub

-
- -
-
- -
-
-
-

Android for Beginners

-
- -
-
- -
-
-
-

Arduino

-
- -
-
- - -
-
-
-

Kids Hackathon

-
- -
-
- -
-
-
-

Learners Meetup

-
- -
-
- -
-
-
-

Upcoming Workshops

-
-
-
- -
-
-
-

Physical Computing
- Advanced Git
- Repairing Hardware
- Games Development
- App Summer Camp
- Making and curating Video
-

-
-
-
- -
-
-
-

Thanks

-
-

You can learn more about the OpenTechSchool via -

-

-

Fork this presentation on Github.

-

Thanks to CrazySphinx, NASA, Marieke IJsendoorn-Kuijpers, Erich Ferdinand, Mike Baird -

-
- - -
+
+
+
- - + + + \ No newline at end of file diff --git a/theme/style.css b/theme/style.css index 8d1ae3e..ef4565a 100644 --- a/theme/style.css +++ b/theme/style.css @@ -323,7 +323,9 @@ h1, h2, h3 { .slide.shout .tagline, .slide.shout-louder .tagline { + margin: 0 auto; margin-top: 1.5em; + max-width: 80%; } .slide.shout h2, @@ -604,3 +606,19 @@ h1, h2, h3 { .full .progress-off { z-index: 1; } + +.thank-you { + padding-left: 100px; +} + +.thank-you header { + margin-bottom: 15px; +} + +.credits { + font-size: 11px; +} + +.credits li { + display: inline; +} \ No newline at end of file