forked from OSGeo-US/foss4g-na-2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
435 lines (432 loc) · 11.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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="FOSS4G NA Baltimore 2023 Website" />
<meta name="author" content="OSGeo US" />
<title>FOSS4G NA Baltimore 2023</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script
src="https://use.fontawesome.com/releases/v6.3.0/js/all.js"
crossorigin="anonymous"
></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-JJLVP1J4JV"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-JJLVP1J4JV");
</script>
<!-- Google fonts-->
<link
href="https://fonts.googleapis.com/css?family=Montserrat:400,700"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic"
rel="stylesheet"
type="text/css"
/>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav
class="navbar navbar-expand-lg bg-secondary text-uppercase fixed-top"
id="mainNav"
>
<div class="container">
<a class="navbar-brand" href="index.html"
>FOSS4G NA Baltimore</a
>
<button
class="navbar-toggler text-uppercase font-weight-bold bg-primary text-white rounded"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarResponsive"
aria-controls="navbarResponsive"
aria-expanded="false"
aria-label="Toggle navigation"
>
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item py-2">
<a
href="https://web.cvent.com/event/0049a110-05a7-4447-b8c8-c13812fa7f3d/summary"
class="nav-link"
>
Register
</a>
</li>
<li class="nav-item py-2 dropdown">
<a
href="schedule.html"
class="nav-link dropdown-toggle"
data-bs-toggle="dropdown"
>
Program
</a>
<div class="dropdown-menu dropdown-menu-start">
<a
href="schedule.html#schedule"
class="dropdown-item"
>
Schedule
</a>
<a
href="schedule.html#speakers"
class="dropdown-item"
>
Speakers
</a>
</div>
</li>
<li class="nav-item py-2 dropdown">
<a
href="about.html"
class="nav-link dropdown-toggle"
data-bs-toggle="dropdown"
>
About
</a>
<div class="dropdown-menu dropdown-menu-start">
<a href="about.html#coc" class="dropdown-item">
Code of Conduct
</a>
<a
href="about.html#accomodation"
class="dropdown-item"
>
Accomodations
</a>
<a
href="about.html#travel"
class="dropdown-item"
>
Travel
</a>
<a href="about.html#gala" class="dropdown-item">
Gala
</a>
<a
href="about.html#registration"
class="dropdown-item"
>
Registration
</a>
<a
href="about.html#sponsorship"
class="dropdown-item"
>
Sponsorship
</a>
<a
href="about.html#volunteer"
class="dropdown-item"
>
Volunteer
</a>
</div>
</li>
<li class="nav-item py-2 dropdown">
<a
href="#"
class="nav-link dropdown-toggle"
data-bs-toggle="dropdown"
>
Call for presentations
</a>
<div class="dropdown-menu dropdown-menu-end">
<a
href="cfp.html#description"
class="dropdown-item"
>
Description
</a>
<a
href="cfp.html#contribute"
class="dropdown-item"
>
What to contribute
</a>
<a
href="cfp.html#workshop"
class="dropdown-item"
>
Workshops
</a>
<a
href="cfp.html#presentations"
class="dropdown-item"
>
Presentations
</a>
<a
href="cfp.html#submission"
class="dropdown-item"
>
Submission Details
</a>
<a href="cfp.html#review" class="dropdown-item">
Review Process
</a>
<a
href="cfp.html#question"
class="dropdown-item"
>
Questions
</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead bg-primary text-white text-center">
<div class="container d-flex align-items-center flex-column">
<!-- Masthead Avatar Image-->
<div class="row">
<div class="col-lg-6">
<img
src="assets/img/FOSS4GNA_LOGO.svg"
alt="FOSS4G NA Baltimore Logo"
id="mainLogo"
/>
<img
src="assets/img/keynote_speakers.png"
alt="Keynote Speakers Image"
id="keynoteSpeakers"
/>
</div>
<div id="information" class="col-lg-6">
<h1
class="text-center text-uppercase text-primary my-2"
>
FOSS4G North America
</h1>
<a
href="https://web.cvent.com/event/0049a110-05a7-4447-b8c8-c13812fa7f3d/summary"
>
<button
type="button"
class="btn btn-secondary btn-lg col-12 my-2 text-uppercase"
>
<b>Register Now</b>
</button>
</a>
<a href="about.html">
<button
type="button"
class="btn btn-primary btn-lg col-12 my-2"
>
About
</button>
</a>
<a href="about.html#Volunteet">
<button
type="button"
class="btn btn-primary btn-lg col-12 my-2"
>
Volunteer Information
</button>
</a>
<a href="about.html#sponsorship">
<button
type="button"
class="btn btn-primary btn-lg col-12 my-2"
>
Sponsorship Information
</button>
</a>
<h2
class="page-section-heading text-center text-uppercase"
>
Baltimore, MD<br />
OCTOBER 23 - 25, 2023
</h2>
<div class="divider-custom">
<div class="divider-custom-line-red"></div>
</div>
<h2
class="page-section-heading text-center text-uppercase text-yellow"
>
FREE AND OPEN SOURCE SOFTWARE <br />
FOR GEOSPATIAL
</h2>
<div class="divider-custom">
<div class="divider-custom-line-red"></div>
</div>
<h2
class="page-section-heading text-center text-uppercase text-white"
>
Presented By
</h2>
<a href="https://osgeo.us/"
><img
class="col-lg-6 p-3"
src="assets/img/osgeo-us-logo.svg"
alt="FOSS4G NA Baltimore Logo"
style="
width: 20rem;
height: 10rem;
object-fit: cover;
object-position: 100% 10;
"
/></a>
</div>
</div>
</div>
</header>
<!-- About Section-->
<section class="page-section bg-secondary text-white mb-0" id="about">
<div class="container">
<!-- About Section Heading-->
<h2 class="page-section-heading text-center text-uppercase">
Connecting People, Places, <br />
and Geospatial Technology
</h2>
<!-- Icon Divider-->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
</div>
<!-- About Section Content-->
<div class="row">
<div class="col-lg-4 ms-auto">
<p class="lead">
FOSS4G North America is the premier open geospatial
technology and business conference with a vibrant
and welcoming atmosphere for technologists,
end-users and decision makers.
</p>
<p class="lead">
This year's conference will be held at the Hilton
Baltimore Inner Harbor in Baltimore, Maryland.
Conference dates are October 23 - 25, 2023.
</p>
</div>
<div class="col-lg-4 me-auto">
<p class="lead">
Baltimore is one of North America's top up and
coming high-tech cities. It is estimated that by
2025 Baltimore will increase its already 105,000
tech jobs by more than 84,000 new jobs.
</p>
<p class="lead">
FOSS4G NA provides opportunities for the community
to learn, explore, share and collaborate on the
latest ideas and topics in Open Source Geospatial
technologies. Contributors, end users, adopters,
teachers, service providers, consumers, business and
research organizations gather to connect, share
their expertise, learn from each other and plan
future collaborations.
</p>
</div>
</div>
</div>
</section>
<!-- Sponsor Section-->
<section class="page-section bg-primary" id="sponsor">
<div>
<div
title="Whova event and conference app"
id="whova-sponsorwidget"
>
<p id="whova-loading">Loading...</p>
</div>
<script
src="https://whova.com/static/frontend/xems/js/whova-sponsor-widget.js?eid=2rMAZNtsZ-RKoLSMYh0cX9UcmAaBfO%40P8NKrfbURgpA%3D&host=https://whova.com"
type="text/javascript"
id="embeded-sponsor-script"
></script>
<div id="whova-wrap" class="whova-wrap-class">
Powered By
<a
class="brandlink"
target="_blank"
href="https://whova.com"
>
<b>Whova</b>
</a>
<br />
<a
class="whova-emslink brandanchorlink"
target="_blank"
href="https://whova.com/trade-show-app-lead-retrieval/"
>
Virtual exhibit hall
</a>
</div>
</div>
</section>
<!-- Footer-->
<footer class="footer text-center">
<div class="container">
<div class="row">
<!-- Footer Social Icons-->
<div class="col-lg-6 mx-auto">
<h4 class="text-uppercase py-2">Get Updates</h4>
<div class="row py-2">
<div class="col">
<a
class="btn btn-outline-light btn-social m-2"
href="https://us19.list-manage.com/contact-form?u=8635900ee697ecbb8a595f92d&form_id=2a26281da80916604418c94616d3a1ac"
>
<i class="fab fa-fw fa-mailchimp"></i>
</a>
<a
class="btn btn-outline-light btn-social m-2"
href="https://twitter.com/foss4gna"
><i class="fab fa-fw fa-twitter"></i
></a>
<a
class="btn btn-outline-light btn-social m-2"
href="https://www.tiktok.com/@foss4gna"
><i class="fab fa-fw fa-tiktok"></i
></a>
<a
class="btn btn-outline-light btn-social m-2"
href="https://www.facebook.com/profile.php?id=100091575422696"
><i class="fab fa-fw fa-facebook"> </i>
</a>
<a
class="btn btn-outline-light btn-social m-2"
href="https://www.instagram.com/foss4gna/"
><i class="fab fa-fw fa-instagram"> </i>
</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Copyright Section-->
<div class="copyright py-4 text-center text-white">
<div class="container">
<small>Copyright © OSGeo US 2023</small>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>