Skip to content

Commit

Permalink
deploy: bfd6bee
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmjl committed Jun 1, 2023
0 parents commit 672c091
Show file tree
Hide file tree
Showing 70 changed files with 9,452 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
72 changes: 72 additions & 0 deletions README.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

<title>reveal-md</title>
<link rel="shortcut icon" href="./favicon.ico" />
<link rel="stylesheet" href="./dist/reset.css" />
<link rel="stylesheet" href="./dist/reveal.css" />
<link rel="stylesheet" href="./dist/theme/black.css" id="theme" />
<link rel="stylesheet" href="./css/highlight/base16/zenburn.css" />


</head>
<body>
<div class="reveal">
<div class="slides"><section data-markdown><script type="text/template"># software-testing-open-source-and-data-science
Software Testing in Open Source and Data Science
</script></section></div>
</div>

<script src="./dist/reveal.js"></script>

<script src="./plugin/markdown/markdown.js"></script>
<script src="./plugin/highlight/highlight.js"></script>
<script src="./plugin/zoom/zoom.js"></script>
<script src="./plugin/notes/notes.js"></script>
<script src="./plugin/math/math.js"></script>
<script>
function extend() {
var target = {};
for (var i = 0; i < arguments.length; i++) {
var source = arguments[i];
for (var key in source) {
if (source.hasOwnProperty(key)) {
target[key] = source[key];
}
}
}
return target;
}

// default options to init reveal.js
var defaultOptions = {
controls: true,
progress: true,
history: true,
center: true,
transition: 'default', // none/fade/slide/convex/concave/zoom
slideNumber: true,
plugins: [
RevealMarkdown,
RevealHighlight,
RevealZoom,
RevealNotes,
RevealMath
]
};

// options from URL query string
var queryOptions = Reveal().getQueryHash() || {};

var options = extend(defaultOptions, {}, queryOptions);
</script>


<script>
Reveal.initialize(options);
</script>
</body>
</html>
7 changes: 7 additions & 0 deletions css/highlight/base16/zenburn.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions dist/reset.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/* http://meyerweb.com/eric/tools/css/reset/
v4.0 | 20180602
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
display: block;
}
8 changes: 8 additions & 0 deletions dist/reveal.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions dist/reveal.esm.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/reveal.esm.js.map

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions dist/reveal.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/reveal.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 672c091

Please sign in to comment.