summaryrefslogtreecommitdiff
path: root/ci-phase2.html
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-04-22 13:26:43 -0500
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-04-22 13:26:43 -0500
commit8e2515edcf7b8db3f30f9735ff9dea9dfba5e566 (patch)
tree136771cf19f1d21dcc9b7874252b9cc2fc096f77 /ci-phase2.html
parent5e29d53d1cf83168b7e82e7c12b28c8721aeb2a6 (diff)
downloadwmf-talks-8e2515edcf7b8db3f30f9735ff9dea9dfba5e566.tar.gz
Add: CI WG phase 2 slides
Diffstat (limited to 'ci-phase2.html')
-rw-r--r--ci-phase2.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/ci-phase2.html b/ci-phase2.html
new file mode 100644
index 0000000..95756b8
--- /dev/null
+++ b/ci-phase2.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>CI WG: Phase 2</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: 'ci-phase2.mdwn'});
+ </script>
+ </body>
+</html>