Skip to content

Commit

Permalink
Merge pull request #8 from ligthyear/gh-pages
Browse files Browse the repository at this point in the history
create an index to make them more accessible
  • Loading branch information
gnunicorn committed Apr 19, 2013
2 parents 810c198 + 29db1f0 commit 67478e2
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions index.html
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>

0 comments on commit 67478e2

Please sign in to comment.