-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from ligthyear/gh-pages
create an index to make them more accessible
- Loading branch information
Showing
1 changed file
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<!DOCTYPE HTML> | ||
|
||
<html lang="en"> | ||
|
||
<head> | ||
<title>OpenTechSchool</title> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=1274, user-scalable=no"> | ||
<link rel="stylesheet" href="theme/style.css"> | ||
<script type="text/javascript" src="//use.typekit.net/ayv2sls.js"></script> | ||
<script type="text/javascript">try{Typekit.load();}catch(e){}</script> | ||
<style> | ||
.overview .wide-container { | ||
max-width: 1020px; | ||
margin: 0 auto; | ||
} | ||
|
||
/* Caption */ | ||
.overview .caption { | ||
text-align: center; | ||
color: #085987; | ||
line-height: 1.13; | ||
} | ||
|
||
.overview .caption h1 { | ||
font-size: 2em; | ||
line-height: 1em; | ||
margin: 1.5em 0 .2em 0; | ||
font-weight: bold; | ||
} | ||
|
||
.overview section { | ||
margin-top: 50px; | ||
} | ||
|
||
.overview section ul { | ||
font-size: 0.8em; | ||
} | ||
.overview section ul a{ | ||
font-weight: bold; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body class="overview"> | ||
<nav class="meta"> | ||
<div class="container"> | ||
<a class="logo" href="http://opentechschool.org">OpenTechSchool</a> | ||
</div> | ||
</nav> | ||
|
||
<div class="wide-container"> | ||
|
||
<header class="caption"> | ||
<h1>Presentations Archive</h1> | ||
<p>OpenTechSchool promotion and educational presentations</p> | ||
</header> | ||
|
||
<section id="current"> | ||
<h2>Current</h2> | ||
<ul> | ||
<li><a href="presentations/about/">About the OpenTechSchool</a> the 10min short highly visual Introduction to OTS</li> | ||
<li><a href="presentations/coaching/">Coaches Guidelines</a> the short introduction explaining the principles and rules of coaching with the OpenTechSchool</li> | ||
</ul> | ||
</section> | ||
|
||
<section id="archive"> | ||
<h2>Archive</h2> | ||
<ul> | ||
<li>Berlin, 2012/11/12 - <a href="presentations/opencurriuculum-github-for-the-win/">Opencurriculum - Github for the Win</a> as hold by <a href="http://open-strategies.de/sessions/opencurriculum-github-for-the-win">by Benjamin Kampmann at the Summit of New Thinking</a></li> | ||
</ul> | ||
</div> | ||
|
||
</div> | ||
|
||
</body> | ||
|
||
</html> |