mirror of
https://github.com/Luzifer/Presentations.git
synced 2024-11-09 16:30:03 +00:00
31 lines
1.5 KiB
HTML
31 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>K. Ahlers - Directory of presentations</title>
|
|
<link href='//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700' rel='stylesheet' type='text/css'>
|
|
<style type="text/css" media="screen">
|
|
body { background-color: #efefef; color:#333; font-family: 'Open Sans'; font-size: 13px; }
|
|
#content { background-color: #fff; border: 1px solid #d4d4d4; border-radius: 10px; box-shadow: 1px 1px 1px #ccc; margin: 20px auto; padding: 10px; width: 600px; }
|
|
h1 { border-bottom: 1px dashed #d4d4d4; }
|
|
a { color: #3d3dcc; }
|
|
ul { list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAMAAAC+RAbqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////PT3MgUtjmAAAABpJREFUeNpiYAACRgYoYAQhCGRAkgBSAAEGAADCAAkTDwl9AAAAAElFTkSuQmCC); }
|
|
.credits { color: #999; font-size: 0.8em; text-align: center; }
|
|
.credits a { color: #999; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="content">
|
|
<h1>2013</h1>
|
|
<ul>
|
|
<li><a href="slides/2013/AnonymitaetImNetz/">Barcamp Ruhr: "Anonymität im Netz"</a></li>
|
|
</ul>
|
|
<h1>2012</h1>
|
|
<ul>
|
|
<li><a href="slides/2012/Grillcamp/">Grillcamp Hamburg: "Sicherheit & Brandschutz beim Grillen - Grillcamp"</a></li>
|
|
</ul>
|
|
<div class="credits">
|
|
Knut Ahlers · <a href="http://knut.mp/">Kontaktinformationen</a> · <a href="http://blog.knut.me/">Blog</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|