summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2018-06-01 23:46:24 +0200
committerMatěj Cepl <mcepl@cepl.eu>2018-06-01 23:46:24 +0200
commit0a30a2c593e468c83bb4c7ca5c0086f84836461b (patch)
tree4f653151732f9014915f0ff8a4bb8c7b826b59a9
parent3cc42ec7982d6e83304b0045f17284ddf4bc7d84 (diff)
downloadPyCon18-m2crypto-0a30a2c593e468c83bb4c7ca5c0086f84836461b.tar.gz
Add index.html and ignore PDF.
-rw-r--r--.gitignore1
-rw-r--r--index.html20
2 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3298157..15f5e1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
*.aux
*.log
*.tex
+*.pdf
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..fbf7bfa
--- /dev/null
+++ b/index.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width" />
+ <title>Wounded hero revived: Lessons learned from M2Crypto</title>
+ </head>
+ <body>
+ <h1>Wounded hero revived: Lessons learned from M2Crypto</h1>
+
+ <p>Presentation given at the Prague PyCon CZ 2018</p>
+
+ <ol>
+ <li><a href="m2crypto-zombies_py3k.odp">Presentation in ODF
+ Impress format</a></li>
+ <li><a href="m2crypto-zombies_py3k.pdf">The same
+ presentation in PDF</a></li>
+ </ol>
+ </body>
+</html>