forked from hakimel/reveal.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
94 lines (87 loc) · 4.38 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Happy Anniversary!</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.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.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>18 years ago...</section>
<section>1999: We got married!</section>
<section><img src='img/1999.jpg' style='max-height: 100vh;'/></section>
<section>Twice!</section>
<section><img src='img/1999a.jpg' style='max-height: 100vh;'/></section>
<section>2000: Everyone in the kitchen! New Years with Madie, Melissa, Scott</section>
<section><img src='img/2000_PC290012.JPG' style='max-height: 100vh;'/></section>
<section>2001: We ran the Community Garden</section>
<section><img src='img/2001_PA070001.JPG' style='max-height: 100vh;'/></section>
<section>2002: We bought a house</section>
<section><img src='img/2002-BEFORE-Rademacher-front.jpg' style='max-height: 100vh;'/></section>
<section>2003: You became Exhibitions Manager</section>
<section><img src='img/2003_exhibits.jpg' style='max-height: 100vh;'/></section>
<section>(and took all the photos...)</section>
<section>2004: Hello, Hawaii!</section>
<section><img src='img/2004_hawaii.jpg' style='max-height: 100vh;'/></section>
<section>2005: Autumn in New Mexico</section>
<section><img src='img/2005_d+t with view.jpg' style='max-height: 100vh;'/></section>
<section>2006: We slept in a new bedroom</section>
<section><img src='img/2006_IMG_0102b.jpg' style='max-height: 100vh;'/></section>
<section>2007: Hello, new garden</section>
<section><img src='img/2007_Rademacher-IMG_0148.jpg' style='max-height: 100vh;'/></section>
<section>2008: First Root Party!</section>
<section><img src='img/2008_rootveg0001.JPG' style='max-height: 100vh;'/></section>
<section>2009: We went to Arcata, Portland, and Crater Lake</section>
<section><img src='img/2009_IMG_2921.JPG' style='max-height: 100vh;'/></section>
<section>2010: Climate Lab! Bill Nye!</section>
<section><img src='img/2010-climatelab.jpg' style='max-height: 100vh;'/></section>
<section>2011: We cooked in our brand new kitchen</section>
<section><img src='img/2011_kitchen.jpg' style='max-height: 100vh;'/></section>
<section>2012: A bit of a mishap on my bike...</section>
<section><img src='img/2012_bikegate.jpg' style='max-height: 100vh;'/></section>
<section>2013: We went to Italy with Madie and Brian</section>
<section><img src='img/2013_Rome.jpg' style='max-height: 100vh;'/></section>
<section>And along came Lena!</section>
<section><img src='img/2013_lena.jpg' style='max-height: 100vh;'/></section>
<section>2014: House trade for Barcelona!</section>
<section><img src='img/2014_spain.jpg' style='max-height: 100vh;'/></section>
<section>2015: Road trip with stingray</section>
<section><img src='img/2015_la.jpg' style='max-height: 100vh;'/></section>
<section>2016: A fine time in the PNW</section>
<section><img src='img/2016_seattle.jpg' style='max-height: 80vh;'/><br>(where you found honeysuckle)</section>
<section>2017: Back to your roots in WV</section>
<section><img src='img/2017_wv.jpg' style='max-height: 100vh;'/></section>
<section>Here's to 18 more!
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal.initialize({
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</script>
</body>
</html>