-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (36 loc) · 1.64 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Explorative Test-Driven Development | That TDD Fellow</title>
<meta name="description" content="Explorative Test-Driven Development">
<meta name="author" content="Oleksii Fedorov, That TDD Fellow (@waterlink000)">
<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="../my-presentation-template/index.css"> -->
<link rel="stylesheet" href="./css/theme.css">
<link rel="stylesheet" href="./css/custom.css">
<link rel="stylesheet" href="./css/agenda.css">
<link rel="stylesheet" href="./css/code.css">
<script src="../my-presentation-template/js/print.js"></script>
<!--[if lt IE 9]>
<script src="../my-presentation-template/lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-markdown="README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n" data-separator-notes="^Note:"></section>
</div>
<div class="brand">
<img src="../my-presentation-template/logo.png" class="logo">
<a href="http://tddfellow.com">tddfellow.com</a>
</div>
</div>
<script src="../my-presentation-template/lib/js/head.min.js"></script>
<script src="../my-presentation-template/js/reveal.js"></script>
<script src="../my-presentation-template/js/config.js"></script>
<script src="./js/config.js"></script>
</body>
</html>