Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create an index to make them more accessible #8

Merged
merged 1 commit into from
Apr 19, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>