-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
277 lines (266 loc) · 13.5 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PyTexas 2020</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The largest community-run Python event in Texas">
<meta name="twitter:image:src" content="https://pytexas.github.io/2020/assets/img/brand.png" />
<meta name="twitter:site" content="@pytexas" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="PyTexas 2020" />
<meta name="twitter:description" content="The largest community-run Python event in Texas" />
<meta property="og:image" content="https://pytexas.github.io/2020/assets/img/brand.png" />
<meta property="og:site_name" content="PyTexas 2020" />
<meta property="og:type" content="website" />
<meta property="og:title" content="PyTexas 2020" />
<meta property="og:description" content="The largest community-run Python event in Texas" />
<script type="text/javascript">
window.addEventListener("load", function () { document.querySelector('body').classList.add('loaded'); });
</script>
<link href="/2020/assets/css/theme.min.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div class="loader">
<div class="loading-animation"></div>
</div>
<div class="navbar-container ">
<nav class="navbar navbar-expand-lg navbar-dark" data-overlay data-sticky="top">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse" aria-expanded="false" aria-label="Toggle navigation">
<img class="icon navbar-toggler-open" src="/2020/assets/img/icons/interface/menu.svg" alt="menu interface icon" data-inject-svg />
<img class="icon navbar-toggler-close" src="/2020/assets/img/icons/interface/cross.svg" alt="cross interface icon" data-inject-svg />
</button>
<div class="collapse navbar-collapse">
<a class="navbar-brand" href="/">
<img src="/2020/assets/img/brand.svg" width="150" height="50" alt="">
</a>
<div class="py-2 py-lg-0">
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a href="/2020/about" class="nav-link dropdown-toggle" data-toggle="dropdown-grid" aria-expanded="false" aria-haspopup="true">About</a>
<div class="dropdown-menu row">
<div class="col-auto" data-dropdown-content>
<div class="dropdown-grid-menu">
<a href="/2020/about/pytexas" class="dropdown-item">About PyTexas</a>
<a href="/2020/about/faq" class="dropdown-item">FAQ</a>
<a href="/2020/about/volunteering" class="dropdown-item">Volunteer Opportunities</a>
<a href="/2020/about/grants" class="dropdown-item">Opportunity Grants</a>
<a href="/2020/about/diversity-statement" class="dropdown-item">Diversity Statement</a>
<a href="/2020/about/privacy-statement" class="dropdown-item">Privacy Statment</a>
<a href="/2020/about/code-of-conduct" class="dropdown-item">Code of Conduct</a>
</div>
</div>
</div>
</li>
<li class="nav-item dropdown">
<a href="/2020/schedule" class="nav-link">Schedule</a>
</li>
<!--
<li class="nav-item dropdown">
<a href="/venue" class="nav-link">Venue</a>
</li>
-->
<li class="nav-item dropdown">
<a href="/2020/speaking" class="nav-link">Speaking</a>
</li>
<li class="nav-item dropdown">
<a href="/2020/sponsors" class="nav-link dropdown-toggle" data-toggle="dropdown-grid" aria-expanded="false" aria-haspopup="true">Sponsors</a>
<div class="dropdown-menu row">
<div class="col-auto" data-dropdown-content>
<div class="dropdown-grid-menu">
<a href="/2020/sponsors/current-2020/sponsors" class="dropdown-item">Our Sponsors</a>
<a href="/2020/sponsors/prospectus" class="dropdown-item">Become a Sponsor</a>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<a href="https://ti.to/pytexas/pytexas-2020" class="btn btn-white mx-lg-3">Buy a T-shirt</a>
</nav>
</div>
<section>
<div data-overlay class="bg-primary text-light vh-100" style="text-align: center">
<img style="height:70%" class="img-fluid" src="/2020/assets/img/neon.svg">
<h2 class="h1">
Oct 24th & 25th
</h2>
<h4>
<strike>in Austin, Texas</strike> Online!
</h4>
<h5>
<a href="https://twitter.com/pytexas/status/1308221319834513413">See our latest update (Sep 21st)</a>
</h5>
<p>
↓
</p>
</div>
</section>
<section>
<div class="container">
<div class="row mb-5 justify-content-center">
<div class="col-xl-8 col-lg-9 text-center">
<h2 class="display-4 mx-xl-6">Deep in the 💛 of Texas</h2>
<p class="lead">
Join us for two days of talks 2020/about software development, data science, community, and of course: Python.
</p>
</div>
</div>
<div class="row" data-isotope-collection data-ignore-hash="true">
<div class="col-sm-6 col-lg-4" data-isotope-item>
<div class="card card-body">
<div class="flex-grow-1 mb-3">
<h2>Sponsor 🤝</h2>
<p class="lead">
PyTexas wouldn't be possible without our 2020/sponsors. Check out out our <a href="/2020/sponsors/current-2020/sponsors/">Sponsors</a> page to see all of this year's 2020/sponsors that help make PyTexas possible.</p>
<a href="/2020/sponsors/prospectus/">Or learn how to become a sponsor.</a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4" data-isotope-item>
<div class="card card-body">
<div class="flex-grow-1 mb-3">
<h2>Attend 🎟️</h2>
<p class="lead">
We're excited for you to join us! PyTexas 2020 will be online and free to attend for everyone. By <a href="https://ti.to/pytexas/pytexas-2020">purchasing a t-shirt or making a donation</a>, you can help support PyTexas as a free event.</p>
<a href="/2020/about/code-of-conduct/">Read our Code of Conduct.<a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4" data-isotope-item>
<div class="card card-body">
<div class="flex-grow-1 mb-3">
<h2>Speak 🎤</h2>
<p class="lead">
Our <a href="https://www.papercall.io/pytexas-2020">Call For Proposals (CFP)</a> has closed. Check back soon for the 2020/schedule, <a href="https://twitter.com/pytexas">follow us on Twitter</a> or <a href="https://pytexas.us11.list-manage.com/subscribe/post?u=93d4ab771d0c2e4facc053add&id=fa6aa40a2e">join our mailing-list</a> to stay up-to-date.
</p>
<a href="/2020/speaking">Learn more 2020/about 2020/speaking at PyTexas.</a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="pb-4 bg-primary-3 text-light" id="footer">
<div class="container">
<div class="row mb-5">
<div class="col">
<div class="card card-body border-0 o-hidden mb-0 bg-highlight text-light">
<div class="position-relative d-flex flex-column flex-md-row justify-content-between align-items-center">
<div class="h3 text-center mb-md-0">Join us in Austin for the largest community-run Python event in Texas</div>
<a href="https://ti.to/pytexas/pytexas-2020" class="btn btn-lg btn-white">Buy a T-shirt</a>
</div>
</div>
</div>
</div>
<div class="row mb-5">
<div class="col-6 col-lg-3 col-xl-2">
<h5>Navigate</h5>
<ul class="nav flex-column">
<li class="nav-item">
<a href="/2020/about" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="/2020/schedule" class="nav-link">Schedule</a>
</li>
<!--
<li class="nav-item">
<a href="/venue" class="nav-link">Venue</a>
</li>
-->
<li class="nav-item">
<a href="/2020/speaking" class="nav-link">Speaking</a>
</li>
<li class="nav-item">
<a href="/2020/sponsors" class="nav-link">Sponsors</a>
</li>
</ul>
</div>
<div class="col-6 col-lg">
<h5>Contact</h5>
<ul class="list-unstyled">
<li class="mb-3 d-flex">
<img class="icon" src="/2020/assets/img/icons/social/twitter.svg" alt="call-1 icon" data-inject-svg />
<div class="ml-3">
<a href="https://twitter.com/pytexas">@pytexas</a>
<span class="d-block text-muted text-small">Follow us on Twitter</span>
</div>
</li>
<li class="mb-3 d-flex">
<img class="icon" src="/2020/assets/img/icons/theme/communication/mail.svg" alt="mail icon" data-inject-svg />
<div class="ml-3">
<a href="mailto:contact@pytexas.org">contact@pytexas.org</a>
<span class="d-block text-muted text-small">Email us with any questions</span>
</div>
</li>
<li class="mb-3 d-flex">
<img class="icon" src="/2020/assets/img/icons/theme/map/marker-1.svg" alt="marker-1 icon" data-inject-svg />
<div class="ml-3">
<a href="https://goo.gl/maps/ZLGD1v6qvWDgTmqo8">710 W Cesar Chavez St
<br />Austin, TX 78701</a>
</div>
</li>
</ul>
</div>
<div class="col-lg-5 col-xl-4 mt-3 mt-lg-0">
<h5>Subscribe</h5>
<p>Join the PyTexas mailing list for news and announcements.</p>
<form action="//pytexas.us11.list-manage.com/subscribe/post?u=93d4ab771d0c2e4facc053add&id=fa6aa40a2e" method="post" data-form-email novalidate>
<div class="form-row">
<div class="col-12">
<input type="email" class="form-control mb-2" placeholder="Email Address" name="EMAIL" required>
</div>
<div class="col-12">
<button type="submit" class="btn btn-primary btn-loading btn-block" data-loading-text="Sending">
<img class="icon" src="/2020/assets/img/icons/theme/code/loading.svg" alt="loading icon" data-inject-svg />
<span>Subscribe</span>
</button>
</div>
</div>
</form>
<small class="text-muted form-text">We’ll never share your details. See our <a href="/2020/about/privacy-statement/">Privacy Statement</a>
</small>
</div>
</div>
<div class="row justify-content-center mb-2">
<div class="col-auto">
<ul class="nav">
<li class="nav-item">
<a href="https://pytexas-slack.herokuapp.com/" class="nav-link">
<img class="icon undefined" src="/2020/assets/img/icons/social/slack.svg" alt="slacksocial icon" data-inject-svg />
</a>
</li>
<li class="nav-item">
<a href="https://twitter.com/pytexas" class="nav-link">
<img class="icon undefined" src="/2020/assets/img/icons/social/twitter.svg" alt="twitter social icon" data-inject-svg />
</a>
</li>
<li class="nav-item">
<a href="https://www.youtube.com/channel/UCkn0L-L6auy9YAmlSy9Kv1Q/playlists" class="nav-link">
<img class="icon undefined" src="/2020/assets/img/icons/social/youtube.svg" alt="youtube social icon" data-inject-svg />
</a>
</li>
</ul>
</div>
</div>
<div class="row justify-content-center">
<div class="col col-md-auto text-center">
<small class="text-muted">©2020 PyTexas Foundation — <a href="/2020/about/code-of-conduct/">Code of Conduct</a>, <a href="/2020/about/privacy-statement/">Privacy Statement</a>
</small>
</div>
</div>
</div>
</footer>
<!-- Required vendor scripts (Do not remove) -->
<script type="text/javascript" src="/2020/assets/js/jquery.min.js"></script>
<script type="text/javascript" src="/2020/assets/js/popper.min.js"></script>
<script type="text/javascript" src="/2020/assets/js/bootstrap.js"></script>
<!-- SVGInjector (replaces img tags with SVG code to allow easy inclusion of SVGs with the benefit of inheriting colors and styles)-->
<script type="text/javascript" src="/2020/assets/js/svg-injector.umd.production.js"></script>
<!-- ScrollMonitor (manages events for elements scrolling in and out of view) -->
<script type="text/javascript" src="/2020/assets/js/scrollMonitor.js"></script>
<!-- Required theme scripts (Do not remove) -->
<script type="text/javascript" src="/2020/assets/js/theme.js"></script>
</body>
</html>