-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (123 loc) · 3.49 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
<html>
<head>
<link rel="stylesheet" href="/vendor/reveal.css">
<link rel="stylesheet" href="/vendor/moon.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<img src="logo.png" alt="">
</section>
<section>
<h3>Agenda</h3>
<ul>
<li>
Purpose
</li>
<li>
Logistics
</li>
<li>
Center for Learning
</li>
<li>
Speakers
</li>
<li>
Dependencies
</li>
</ul>
</section>
<section>
<h3>
PURPOSE
</h3>
<ul>
<li>
Learn: Bootstrapping
</li>
<li>
Networking
</li>
<li>
Grow DEV in the 831
</li>
</ul>
</section>
<section>
<h3>
LOGISTICS
</h3>
<ul>
<li>
Every 3rd or 4th Tuesday of the month
</li>
<li>
Pizza and Soda will be provided. No alcohol.
</li>
<li>
WiFi is provided.
</li>
</ul>
</section>
<section>
<h3>
CENTER FOR LEARNING
</h3>
<img src="https://i1.wp.com/tfcdn.objects.cdn.dream.io/wp-content/uploads/2017/03/fcf.jpg?resize=702%2C207" alt="">
<ul>
<li>
Thanks to our host.
</li>
<li>
Looking for volunteers for youth and young adult tech programs.
</li>
<li>
Respect the building.
</li>
</ul>
</section>
<section>
<h3>
SPEAKERS
</h3>
<ul>
<li>
Looking for talks and speakers.
</li>
<li>
Open to all types of technology.
</li>
<li>
Airplay enabled on your laptop.
</li>
</ul>
</section>
<section>
<h3>
DEPENDENCIES
</h3>
<ul>
<li>
Laptop / Text Editor
</li>
<li>
Git
</li>
<li>
NPM
</li>
<li>
https://github.com/831Dev
</li>
</ul>
</section>
</div>
</div>
<script src="/vendor/reveal.js"></script>
<script>
Reveal.initialize();
</script>
</body>
</html>