Initial commit
This commit is contained in:
commit
ee990c95cd
0
assets/.gitkeep
Normal file
0
assets/.gitkeep
Normal file
0
gifs/.gitkeep
Normal file
0
gifs/.gitkeep
Normal file
0
images/.gitkeep
Normal file
0
images/.gitkeep
Normal file
39
index.html
Normal file
39
index.html
Normal 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
0
videos/.gitkeep
Normal file
Loading…
Reference in New Issue
Block a user