aboutsummaryrefslogtreecommitdiff
path: root/slides/example/index.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-10 12:23:17 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-10 12:23:17 +0200
commitc4d57c042f64140b70badeeb4d1e75a2afb8a7b7 (patch)
treeeb9f9ccf965c468096313b24f4548d74dc7c2181 /slides/example/index.html
parent15da330aabab9bc09cbbe626b51b8eb3c06caa71 (diff)
downloadmitjafelicijan.com-c4d57c042f64140b70badeeb4d1e75a2afb8a7b7.tar.gz
content update
Diffstat (limited to 'slides/example/index.html')
-rw-r--r--slides/example/index.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/slides/example/index.html b/slides/example/index.html
new file mode 100644
index 0000000..2ca36c0
--- /dev/null
+++ b/slides/example/index.html
@@ -0,0 +1,41 @@
1<!doctype html>
2<html lang="en">
3
4 <head>
5 <meta charset="utf-8">
6 <title>Title</title>
7 <link rel="icon" type="image/gif" href="/assets/avatar.gif?ver=20180803">
8 </head>
9
10 <body>
11
12 <script src="//cdnjs.cloudflare.com/ajax/libs/remark/0.14.0/remark.min.js"></script>
13
14 <script>
15 let slideshow = remark.create({
16 sourceUrl: 'slides.md',
17 ratio: '16:9',
18 mouseWheel: false,
19 });
20 </script>
21
22 <style>
23 * { box-shadow: none !important;}
24 .remark-container {
25 background-color: #fff !important;
26 }
27 table {
28 width:100%;
29 border-collapse:collapse;
30 border-spacing:0;
31 }
32 table, table td,table th {
33 border: 3px solid #f0f0f0;
34 text-align: left;
35 padding: 10px;
36 }
37 </style>
38
39 </body>
40
41</html>