mirror of
https://github.com/Luzifer/Presentations.git
synced 2024-11-09 16:30:03 +00:00
Added basic style to slide index
This commit is contained in:
parent
012e410e51
commit
d7b3041f6d
1 changed files with 21 additions and 1 deletions
22
index.html
22
index.html
|
@ -1 +1,21 @@
|
||||||
Test
|
<!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; }
|
||||||
|
</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>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue