Skip to content
Snippets Groups Projects
index.html 1.77 KiB
<!DOCTYPE html>
<html>

<head>
	<meta charset="utf-8">
	<meta name="generator" content="pandoc">
	<meta name="author" content="Guillaume Chanel">
	<title>Drivers et modules</title>
	<meta name="apple-mobile-web-app-capable" content="yes">
	<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">

	<link rel="stylesheet" href="../../../dist/reset.css">
	<link rel="stylesheet" href="../../../dist/reveal.css">
	<link rel="stylesheet" href="../../../dist/theme/white.css" id="theme">

	<!-- Higlight theme -->
	<link rel="stylesheet" href="../css/googlecode.css" id="highlight-theme">

	<!-- Add my own theme on top of classical reveal.js theme -->
	<link rel="stylesheet" href="../css/mytheme.css">

	<!-- Printing and PDF exports -->
	<script>
		var link = document.createElement('link');
		link.rel = 'stylesheet';
		link.type = 'text/css';
		link.href = window.location.search.match(/print-pdf/gi) ? '../../../css/print/pdf.scss' : '../../../css/print/paper.scss';
		document.getElementsByTagName('head')[0].appendChild(link);
	</script>
	<!--[if lt IE 9]>
	<script src="../../../lib/js/html5shiv.js"></script>
	<![endif]-->


<body>
	<div class="reveal">
		<div class="slides">
			<section data-markdown="drivers.md" data-separator-vertical="^\r?\n--\r?\n$"></section>
		</div>
	</div>

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

	<!-- Initialize reveal.js with common configuration -->
	<!-- TODO find a way to have chalkboard script included from the config to avoid redundancy in each presentation -->
	<script src="../../../plugin/reveal.js-plugins/chalkboard/plugin.js"></script>
	<script src="../config.js" type="module"></script>
</body>

</html>