forked from z4ce/postfacto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstate.html
32 lines (29 loc) · 858 Bytes
/
state.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
<html>
<head>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/sky.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h3>Postfacto</h3>
<h2>State of the Union</h2>
<h4>Late 2018</h4>
</section>
<section style="text-align: left;">
<h4>Objective 1</h4>
<p>Give someone new to the Postfacto codebase a sense of where it's been, where it is and where it's going.</p>
</section>
<section style="text-align: left;">
<h4>Objective 2</h4>
<p>Give those familiar with the codebase a point of reference to keep them moving in the right direction.</p>
</section>
</div>
</div>
<script src="js/reveal.js"></script>
<script>
Reveal.initialize();
</script>
</body>
</html>