summaryrefslogtreecommitdiff
path: root/pgptalk.html
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-04-22 08:30:06 -0500
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-04-22 08:30:06 -0500
commit5e29d53d1cf83168b7e82e7c12b28c8721aeb2a6 (patch)
tree8b673ce5e189b87931e676b542e2b601b76fbb96 /pgptalk.html
downloadwmf-talks-5e29d53d1cf83168b7e82e7c12b28c8721aeb2a6.tar.gz
Add: pgptalk, docmaint
Diffstat (limited to 'pgptalk.html')
-rw-r--r--pgptalk.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/pgptalk.html b/pgptalk.html
new file mode 100644
index 0000000..28e6c20
--- /dev/null
+++ b/pgptalk.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>PGP</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+ <style type="text/css">
+ @import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
+ @import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
+ @import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
+
+ body { font-family: 'Droid Serif'; }
+ h1, h2, h3 {
+ font-family: 'Yanone Kaffeesatz';
+ font-weight: normal;
+ }
+ .remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
+ </style>
+ </head>
+ <body>
+ <script src="https://remarkjs.com/downloads/remark-latest.min.js" type="text/javascript">
+ </script>
+ <script type="text/javascript">
+ var slideshow = remark.create({sourceUrl: 'pgptalk.mdwn'});
+ </script>
+ </body>
+</html>