-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path16_05_python.html
More file actions
173 lines (149 loc) · 8.79 KB
/
16_05_python.html
File metadata and controls
173 lines (149 loc) · 8.79 KB
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
166
167
168
169
170
171
172
173
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Intro to Python | Girl Develop It Ann Arbor</title>
<meta name="author" content="Girl Develop It Ann Arbor">
<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/gdiaa.css" id="theme">
<link rel="stylesheet" href="lib/css/rainbow.css">
<link rel="stylesheet" href="css/print/pdf.css" media="print">
<script src="lib/js/head.min.js"></script>
<!--[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">
<!-- Title -->
<section>
<img src="images/gdi_logo_badge.png" class="img--bare" height="450px" />
<div class="box--small">
<h3 class="event__title">Intro to Python<br /></h3>
<p><small>Jeanette Head | @JeanetteHead17 | @gdiannarbor | #GDIA2 | #IntroToPython</small></p>
</div>
<aside class="notes"></aside>
</section>
<!-- GDI Welcome -->
<section>
<h3>Welcome!</h3>
<p class="box"><strong>Girl Develop It</strong> is here to empower and assist women interested in getting into and advancing in the tech industry through affordable and accessible programs.</p>
<!-- <p class="box"><strong>Girl Develop It</strong> is here to provide affordable programs for adult women interested in learning web and software development in a judgment-free environment.</p> -->
<!-- Uncomment for Workshops -->
<div class="copy--small">
<h4 class="green">Some "rules"</h4>
<ul>
<li>We are here for you!</li>
<li>Every question is important.</li>
<li>Help each other.</li>
<li><strong>Have fun!</strong></li>
</ul>
</div>
<p class="box copy--small"><small><strong>Girl Develop It is dedicated to providing a harrasment free learning experience for <em>everyone</em>.</strong><br />For more information, see our <a href="http://www.girldevelopit.com/code-of-conduct" target="_blank">Code of Conduct</a>.</small></p>
</section>
<!-- Upcoming Events -->
<!-- 2 year anniversary -->
<section>
<img src="images/anniversary-2.jpg" />
<div class="box--small copy--small"><a href="http://bit.ly/gdiaa-anniversary-2">bit.ly/gdiaa-anniversary-2</a></div>
</section>
<section>
<h3>Community Events</h3>
<ul class="box copy--xsmall left" style="width: 48%">
<li><strong><span>Duo Tech Talks - Cyber War, Cyber Peace, Stones, and Glass Houses</span></strong><br /><small>Tuesday, 5/17 @ Duo Security</small></li>
<li><strong><span>Coffee House Coders Ann Arbor</span></strong><br /><small>Wednesday, 5/18 @ Espresso Royale</small></li>
<li><strong><span>Refresh Detroit - Global Accessibility Awareness Day</span></strong><br /><small>Thursday, 5/19 @ Grand Circus (Detroit)</small></li>
<li><strong class="blue">self.conf</strong><br /><small>Friday & Saturday 5/20-5/21 @ MotorCity Casino, Detroit</small></li>
</ul>
<ul class="box copy--xsmall right" style="width: 48%">
<li><strong><span>A2 R User Group - Beginning R Workshop</span></strong><br /><small>Saturday, 5/21 @ Ann Arbor SPARK</small></li>
<li><strong><span>A2 Ruby Brigade - Basecamp 3 Unraveled</span></strong><br /><small>Tuesday, 5/31 @ Atomic Object</small></li>
<li><strong><span>A2 .Net Developers - Your Tester Should Be Your BFFer!</span></strong><br /><small>Wednesday, 6/8 @ The Forge</small></li>
<li><strong><span class="red">GDI Detroit - Intro to Version Control: Git, Github, & The Terminal, oh my!</span></strong><br /><small>Saturday, 6/11 @ Grand Circus</small></li>
<li class="green"><em>Plus soooo many more...</em></li>
</ul>
<p class="clear copy--small"><a href="http://bit.ly/gdiaa-community">bit.ly/gdiaa-community</a></p>
<aside class="notes"></aside>
</section>
<!-- Sponsors -->
<section>
<h3>Sponsors!</h3>
<img src="images/sponsors-3.2016.png" class="img--bare box--small" />
</section>
<!-- Sponsor Spotlight -->
<section>
<h3>Sponsor Spotlight!</h3>
<img src="images/atomic_object.png" class="img--bare" width="500" />
</section>
<!-- Introduce Organizer -->
<section>
<div class="box--small">
<h3 class="event__title">Thanks Liza!!</h3>
<img src="images/liza-nighswonger.jpg" class="img--bare box" width="254" />
</div>
</section>
<!-- Introduce Instructor -->
<section>
<div class="box--small">
<h3 class="event__title">Meet Jeanette</h3>
<img src="images/ao-jeanette.jpg" class="img--bare box" width="254" />
<p><small>Jeanette Head | @JeanetteHead17</small></p>
</div>
</section>
<!-- Link to Slides -->
<section>
<h3>Workshop Slides</h3>
<div class="box"><a target="_blank" href="http://www.gdiannarbor.com/events/intro-python/">gdiannarbor.com/events/intro-python</a></div>
</section>
<!-- Link to Slack -->
<section>
<h3>Slack!</h3>
<div class="box"><a target="_blank" href="https://gdiaa.slack.com/messages/0516-intro-python/team/">#0516-intro-python</a></div>
<p><small>Not on Slack? <a target="_blank" href="http://bit.ly/gdiaa-slack">bit.ly/gdiaa-slack</a></small></p>
</section>
<!-- Event Intro -->
<section>
<img src="images/gdi_logo_badge.png" class="img--bare" height="450px" />
<div class="box--small">
<h3 class="event__title">Intro to Python<br /></h3>
<p><small>Jeanette Head | @JeanetteHead17 | @gdiannarbor | #GDIA2 | #IntroToPython</small></p>
</div>
<aside class="notes"></aside>
</section>
</div>
<footer>
<div class="copyright">
#GDIA2 | @gdiannarbor | @JeanetteHead17
<a rel="license" href="http://creativecommons.org/licenses/by-nc/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc/3.0/80x15.png" /></a>
</div>
</footer>
</div>
<script src="js/jquery.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: true,
progress: true,
history: true,
rollingLinks: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/none
// 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; } }
]
});
</script>
</body>
</html>