This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
165 lines (134 loc) · 5.31 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>DemoCamp Niagara Two - Software Niagara</title>
<meta name="description" content="A framework for easily creating beautiful presentations using HTML">
<meta name="author" content="Hakim El Hattab">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/default.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- If the query includes 'print-pdf', use the PDF print sheet -->
<script>
document.write( '<link rel="stylesheet" href="css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' );
</script>
<style>
strong { color: #13daec; }
</style>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>DemoCamp Niagara II</h1>
<p>
<small>Hosted by <a href="http://www.softwareniagara.com">Software Niagara</a> / <a href="http://twitter.com/softwareniagara">@softwareniagara</a></small>
</p>
</section>
<section>
<section>
<h2>What is DemoCamp?</h2>
<p>
It is an evening of technology demos for <strong>developers</strong>, <strong>designers</strong>, <strong>investors</strong>, <strong>entrepreneurs</strong>, and more.
</p>
</section>
<section>
<strong>Learn</strong> about new and emerging tech
</section>
<section>
<strong>Connect</strong> with the local tech community
</section>
<section>
<strong>Participate</strong> in building a stronger tech community
</section>
</section>
<!-- Example of nested vertical slides -->
<section>
<section>
<h2>The Rules for Demonstrators</h2>
<h3>We have a few</h3>
</section>
<section>
<p>You have <strong>5 minutes</strong> to demo</p>
</section>
<section>
<p>You have <strong>5 minutes</strong> for Q&A</p>
</section>
<section>
<p>You show us <strong>working software</strong></p>
</section>
</section>
<section>
<section>
<h2>The Rules for Guests</h2>
<h3>Yeah, we have a few for you too</h3>
</section>
<section>
<p><strong>Ask questions</strong> if you've got 'em</p>
</section>
<section>
<p>Feel free to <strong>talk to the demonstrators</strong> afterward</p>
</section>
<section>
<p><strong>Enjoy yourself</strong> (and tell others)</p>
</section>
</section>
<section>
<h2>About your host for the evening...</h2>
<p>
Software Niagara is a group of <strong>creatives</strong>,
<strong>developers</strong>, and <strong>entrepreneuers</strong> with an interest in developing a
stronger software community in Niagara.
</p>
</section>
<section>
<h2>And thanks to our sponsors!</h2>
<img src="img/furi.png" width="30%" style="float: left; margin-right: 3%; margin-top: 100px;">
<img src="img/katenash.png" width="30%" style="float: left; margin-right: 3%;">
<img src="img/ngen.jpg" width="30%" style="float: left; margin-top: 100px;">
<div style="clear: both;"></div>
</section>
<section>
<h2>Keep Connected</h2>
<ul>
<li>Coworking at <a href="http://www.twitter.com/mahtaycafe">@mahtaycafe</a> every Monday night</li>
<li>On the web at <a href="http://softwareniagara.com">softwareniagara.com</a></li>
<li>Follow us on Twitter at <a href="http://www.twitter.com/softwareniagara">@softwareniagara</a></li>
<li>Follow us on Github at <a href="http://github.com/softwareniagara">github.com/softwareniagara</a></li>
</ul>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: false,
progress: true,
history: true,
center: true,
theme: 'default',
transition: 'default',
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
// { src: 'plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>