Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 21fb4ca

Browse files
committed
copy
1 parent fd6e44c commit 21fb4ca

File tree

7 files changed

+118
-0
lines changed

7 files changed

+118
-0
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
<!DOCTYPE HTML>
2+
3+
<html lang="en">
4+
5+
<head>
6+
<title>OpenTechSchool</title>
7+
<meta charset="UTF-8">
8+
<meta name="viewport" content="width=1274, user-scalable=no">
9+
<link rel="stylesheet" href="../../theme/style.css">
10+
<script type="text/javascript" src="//use.typekit.net/ayv2sls.js"></script>
11+
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
12+
</head>
13+
14+
<body class="list">
15+
16+
<nav class="meta">
17+
<div class="container">
18+
<a class="logo" href="http://opentechschool.org">OpenTechSchool</a>
19+
</div>
20+
</nav>
21+
22+
<header class="caption">
23+
<h1>Micro-About the OpenTechSchool</h1>
24+
<p>A super short lightning presentation about the OpenTechSchool and what it does.</p>
25+
</header>
26+
27+
<section class="slides">
28+
29+
<div class="slide cover shout" id="Cover"><div>
30+
<section>
31+
<header>
32+
<h2>OpenTechSchool</h2>
33+
<p class="tagline">opentechschool.org</p>
34+
</header>
35+
</section>
36+
</div></div>
37+
38+
39+
<div class="slide cover shout w" id="js-beginners"><div>
40+
<section>
41+
<header class="with-bg">
42+
<h2>Coding Workshops</h2>
43+
<h3>free, hands-on and awesome</h3>
44+
</header>
45+
<img src="assets/js_workshop.jpg" alt="">
46+
</section>
47+
</div></div>
48+
49+
50+
<div class="slide cover shout w" id="experience"><div>
51+
<section>
52+
<header class="with-bg">
53+
<h2>Hands-on experience</h2>
54+
<h3>in a safe learning environment</h3>
55+
</header>
56+
<img src="assets/learning_experience.jpg" alt="">
57+
</section>
58+
</div></div>
59+
60+
61+
62+
<div class="slide cover shout w" id="community"><div>
63+
<section>
64+
<header class="with-bg">
65+
<h2>Community-run<br/>
66+
not-for-profit</h2>
67+
</header>
68+
<img src="assets/community.jpg" alt="">
69+
</section>
70+
</div></div>
71+
72+
<div class="slide cover shout w" id="team-blueprint"><div>
73+
<section>
74+
<header class="with-bg">
75+
<h2>Blueprint</h2>
76+
<h5>more than OpenSource</h5>
77+
</header>
78+
<img src="assets/blueprint.png" alt="">
79+
</section>
80+
</div></div>
81+
82+
83+
<div class="slide cover shout w" id="city-berlin"><div>
84+
<section>
85+
<header class="with-bg">
86+
<h2>independent, local Teams</h2>
87+
<h5>Berlin, Stockholm, Melbourne, Hamburg, <br/> Zurich, Dortmund, Tel Aviv and $your_city</h5>
88+
</header>
89+
<img src="assets/bg_berlin.jpg" alt="">
90+
</section>
91+
</div></div>
92+
93+
94+
<div class="slide" id="ThankYou"><div>
95+
<section style="background: url(assets/thanks.jpg) left bottom; background-size: cover;">
96+
<header>
97+
<h2>Thanks</h2>
98+
</header>
99+
<p style="text-align: center">You can learn more about the OpenTechSchool at <br> <a href="http://opentechschool.org"><strong>OpenTechSchool.org</strong></a></p>
100+
<p style="text-align: center">Stay connected: <br>
101+
<a href="http://twitter.com/opentechschool">@OpenTechSchool</a>&nbsp;|&nbsp;<a href="http://gplus.to/opentechschool">+OpenTechSchool</a>&nbsp;|&nbsp;<a href="http://facebook.com/opentechschool">fb.com/OpenTechSchool</a>
102+
</p>
103+
<p style="font-size: 0.8em;"><br>Special thanks to <a href="http://www.flickr.com/photos/crazysphinx/6846247288/sizes/l/">CrazySphinx</a>, <a href="http://commons.wikimedia.org/wiki/File:Sullivan_and_Ride_Show_Sleep_Restraints_-_GPN-2000-001032.jpg">NASA</a>, <a href="http://www.flickr.com/photos/mape_s/333862275/sizes/l/in/photostream/">Marieke IJsendoorn-Kuijpers</a>, <a href="http://www.flickr.com/photos/erix/3563179497/">Erich Ferdinand</a>, <a href="http://www.flickr.com/photos/mikebaird/3149088088/">Mike Baird</a>, <a href="http://www.flickr.com/photos/wscullin/3770015203/sizes/o/">Will Scullin</a>, <a href="http://www.flickr.com/photos/d2k6/5047947055/sizes/l/">Luis Hernandez</a> and <a href="http://www.flickr.com/photos/jdhancock/4378606832/sizes/l/">JD Hancok</a> for the amazing pictures.</p>
104+
<p>Fork this presentation on <a href="https://github.com/OpenTechSchool/slides">Github</a>.</p>
105+
</section>
106+
</div></div>
107+
108+
<!--
109+
To hide progress bar from entire presentation
110+
just remove “progress” element.
111+
-->
112+
<div class="progress"><div></div></div>
113+
114+
</section>
115+
116+
<script src="../../lib/shower/scripts/script.js"></script>
117+
</body>
118+
</html>

0 commit comments

Comments
 (0)