1
0
mirror of https://github.com/Luzifer/Presentations.git synced 2024-09-19 17:12:57 +00:00
Presentations/index.html

28 lines
1.3 KiB
HTML
Raw Normal View History

2012-01-01 16:49:41 +00:00
<!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; }
2012-01-01 16:54:13 +00:00
ul { list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAMAAAC+RAbqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////PT3MgUtjmAAAABpJREFUeNpiYAACRgYoYAQhCGRAkgBSAAEGAADCAAkTDwl9AAAAAElFTkSuQmCC); }
2012-01-01 17:53:36 +00:00
.credits { color: #999; font-size: 0.8em; text-align: center; }
.credits a { color: #999; }
2012-01-01 16:49:41 +00:00
</style>
</head>
<body>
<div id="content">
<h1>2012</h1>
<ul>
<li><a href="slides/2012/EMailSicherheit/">Barcamp Westküste: "Warum E-Mail kein sicheres Kommunikationsmittel ist"</a></li>
</ul>
2012-01-01 17:52:46 +00:00
<div class="credits">
Knut Ahlers &middot; <a href="http://knut.mp/">Kontaktinformationen</a> &middot; <a href="http://blog.knut.me/">Blog</a>
</div>
2012-01-01 16:49:41 +00:00
</div>
</body>
</html>