Skip to content

Commit

Permalink
Split out appendix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcmacdonald committed Sep 24, 2015
1 parent 8279875 commit 7e6abd7
Show file tree
Hide file tree
Showing 10 changed files with 579 additions and 407 deletions.
430 changes: 430 additions & 0 deletions appendix.md

Large diffs are not rendered by default.

Binary file added fonts/Gotham-Bold.otf
Binary file not shown.
Binary file added fonts/Gotham-Book.otf
Binary file not shown.
Binary file added fonts/Gotham-Medium.otf
Binary file not shown.
Binary file added fonts/Gotham-MediumIta.otf
Binary file not shown.
Binary file added images/centralized-vc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/distributed-vc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title></title>
<link rel="stylesheet" href="http://js.gdicincy.com/css/reveal.css" />
<link rel="stylesheet" href="http://js.gdicincy.com/css/gdilight.css" />
<link rel="stylesheet" href="http://js.gdicincy.com/css/zenburn.css" />
<link rel="stylesheet" href="stylesheets/app.css" />
</head>
<body>

<div class="reveal"><div class="slides"><section data-markdown="slides.md" data-separator="^---" data-separator-notes="^Note:"></section></div></div>

<script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/reveal.js/3.1.0/lib/js/head.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/reveal.js/3.1.0/js/reveal.js"></script>
<script type="text/javascript" charset="utf-8">
Reveal.initialize({
history: true,
center: true,
progress: true,
dependencies: [
// Cross-browser shim that fully implements classList - https://github.com/eligrey/classList.js/
{ src: '//cdnjs.cloudflare.com/ajax/libs/reveal.js/3.1.0/lib/js/classList.js', condition: function() { return !document.body.classList; } },
// Interpret Markdown in <section> elements
{ src: '//cdnjs.cloudflare.com/ajax/libs/reveal.js/3.1.0/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: '//cdnjs.cloudflare.com/ajax/libs/reveal.js/3.1.0/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
// Syntax highlight for <code> elements
{ src: '//cdnjs.cloudflare.com/ajax/libs/reveal.js/3.1.0/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</script>

</body>
</html>
Loading

0 comments on commit 7e6abd7

Please sign in to comment.