Initial commit

This commit is contained in:
Šimon Jan Šustek 2020-09-07 20:37:31 +02:00
commit ee990c95cd
5 changed files with 39 additions and 0 deletions

0
assets/.gitkeep Normal file
View File

0
gifs/.gitkeep Normal file
View File

0
images/.gitkeep Normal file
View File

39
index.html Normal file
View File

@ -0,0 +1,39 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Hesla</title>
<link rel="stylesheet" href="/reveal.js/dist/reveal.css">
<link rel="stylesheet" href="/reveal.js/dist/theme/black.css">
<style>
.dimbg .backgrounds {
-webkit-filter: blur(3px) saturate(.5) brightness(.6);
-moz-filter: blur(3px) saturate(.7) brightness(.6);
-o-filter: blur(3px) saturate(.7) brightness(.6);
-ms-filter: blur(3px) saturate(.7) brightness(.6);
filter: blur(3px) saturate(.7) brightness(.6);
}
</style>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
</section>
</div>
</div>
<script src="/reveal.js/dist/reveal.js"></script>
<script>
Reveal.initialize({"hash":true});
</script>
</body>
</html>

0
videos/.gitkeep Normal file
View File