-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
510 lines (442 loc) · 32.3 KB
/
index.html
File metadata and controls
510 lines (442 loc) · 32.3 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
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
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
<!DOCTYPE html>
<html lang="en">
<meta name="facebook-domain-verification" content="9ak2wlqy7kexg5bhl4obcc1axw77pe" />
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>JackTrip</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale = 1.0,
maximum-scale=1.0, user-scalable=no" />
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/swiper-bundle.min.css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/shared.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/media_queries.css">
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="3e7bc62c-f44a-4134-a4a2-e4f5d18e1968" data-blockingmode="auto" type="text/javascript"></script>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/shell.js"></script>
<link rel="stylesheet" href="css/signup-form.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="iamges/favicon-16x16.png">
</head>
<body>
<nav class="topnav panel_shadow">
<a href="index.html" class="logo">
<img src="images/logo_white.svg" alt="JackTrip Foundation Logo">
</a>
<!-- Navigation links (hidden by default) -->
<div id="myLinks">
<a style="cursor:default; color:#F61B1B; pointer-events: none;">Home</a>
<a href="studio.html">Virtual Studio</a>
<!-- <a style="cursor:default; color:#F61B1B; pointer-events: none;">Foundation</a> -->
<div class="found-expand">Foundation <img class="arrow-down-5" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></div>
<div class="found-sub-cont">
<a href="foundation.html"><div class="found-submenu-item">About</div></a>
<a href="grants.html"><div class="found-submenu-item">Grants</div></a>
<a href="network_arts.html"><div class="found-submenu-item">Network Arts</div></a>
<!-- <a href=""><div class="media-submenu-item">Events</div></a>
<a href=""><div class="media-submenu-item">Testimonials</div></a> -->
</div>
<a href="technology.html">Technology</a>
<div class="media-expand">Media <img class="arrow-down-3" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></div>
<div class="media-sub-cont">
<a href="news/news_01.html"><div class="media-submenu-item">News</div></a>
<a href="events/events_01.html"><div class="media-submenu-item">Events</div></a>
<!-- <a href=""><div class="media-submenu-item">Events</div></a>
<a href=""><div class="media-submenu-item">Testimonials</div></a> -->
</div>
<div class="help-expand">Get Help <img class="arrow-down-4" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></div>
<div class="help-sub-cont">
<a href="https://community.jacktrip.org/">
<div class="media-submenu-item">Community</div>
</a>
<a href="https://help.jacktrip.org/hc/en-us">
<div class="media-submenu-item">Support</div>
</a>
</div>
</div>
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
<a href="javascript:void(0);" class="icon" onclick="forMobileView()">
<i class="fa fa-bars"></i>
</a>
</nav>
<nav class="mainmenu panel_shadow">
<a href="index.html" class="logo_mm">
<img src="images/logo_white.svg" alt="JackTrip Foundation Logo">
</a>
<div class="submenu-expand-bg"></div>
<div class="submenu-expand">
<div class="media-set" id="found-sub">
<a class="subLink" href="foundation.html">About</a><br>
<a class="subLink" href="grants.html">Grants</a><br>
<a class="subLink" href="network_arts.html">Network Arts</a><br>
</div>
</div>
<div class="submenu-expand">
<div class="media-set" id="media-sub">
<a class="subLink" href="news/news_01.html">News</a><br>
<a class="subLink" href="events/events_01.html">Events</a><br>
<!-- <a class="subLink" href="news.html">Events</a>
<a class="subLink" href="news.html">Testimonials</a> -->
</div>
</div>
<div class="submenu-expand">
<div class="media-set" id="help-sub">
<a class="subLink" href="https://community.jacktrip.org/" target="_blank">Community</a><br>
<a class="subLink" href="https://help.jacktrip.org/hc/en-us" target="_blank">Support</a>
</div>
</div>
<div id="myLinks">
<a href="" id="help">Get Help <img class="arrow-down-2" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></a>
<a href="" id="media">Media <img class="arrow-down-1" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></a>
<a href="technology.html" id="tech">Technology</a>
<a href="" id="foundation">Foundation <img class="arrow-down-5" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></a>
<!-- <a style="cursor:default; color:#F61B1B; pointer-events: none;" id="found">Foundation</a> -->
<a href="studio.html" id="stu">Virtual Studio</a>
<a style="cursor:default; color:#F61B1B; pointer-events: none;" id="hom">Home</a>
</div>
</nav>
<section id="hero" class="hero panel_shadow u-full-width">
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide" onclick="openInNewTab('https://www.namm.org/summer/2021/articles/summer-namm-best-show-winners');" style="cursor:pointer; display:flex; position:relative; height:340px; background-image: url(images/hero_images/events/namm/backgroud.jpg); background-repeat: no-repeat; background-size: cover;">
<div class="slide_container_001">
<div class="leftside_001">
<div class="left_001"><img src="images/hero_images/events/namm/best_in_show.png" alt="NAMM Best In Show Logo."></div>
</div>
<div class="rightside_001">
<div class="right_001">
<div class="right_001_head">Congratulations to JackTrip<br> NAMM Best In Show!</div>
<div class="right_001_sub">“JackTrip is a true example of pandemic inspired live-streaming innovation.”</div>
<div class="right_001_foot"> – Rich and Laura Lynch - Music City Nashville</div>
</div>
</div>
</div>
</div>
<!--
<div class="swiper-slide" onclick="openInSameTab('grants.html');" style="cursor:pointer; display:flex; position:relative; height:340px; background-image: url(images/hero_images/events/grants_program/background.jpg); background-repeat: no-repeat; background-size: cover;">
<div class="swiper-cont" style="flex-direction: column;">
<div class="slide-03-logo" ><img src="images/hero_images/events/grants_program/jacktrip_J_logo.svg" alt="JackTrip J Logo Image"></div>
<div class="slide-03-txt1"> JackTrip Foundation announces Equipment Grant Program for innovation and access in network arts.</div>
<div class="slide-03-txt2">Applications due September 1, 2021.</div>
<div class="slide-03-cta">Learn More<span style="margin-left:10px;"><img src="images/hero_images/events/grants_program/arrow.svg" alt="An image of an arrow."></span></div>
</div>
</div>
-->
<div class="swiper-slide" onclick="openInNewTab('https://vimeo.com/525206065/58155231b1');" style="cursor:pointer; position:relative; height:340px; background-color: #FAFBFB; background-image: url(images/hero_images/events/stanford_philharmonia/background-img.jpg); background-repeat: no-repeat; transform: translate(center, center); background-size: cover;">
<div class="swiper-cont-top">
<div class="swiper-logo"><img src="images/hero_images/events/stanford_philharmonia/music_at_stanford_logo.png" alt=""></div>
<div class="swiper-info">Stanford Philharmonia presents "Music for Strings." Led by Paul Phillips, music director and conductor. </div>
<div class="swiper-cta">Watch Now!</div>
</div>
<div class="swiper-cont-bottom">
<div class="swiper-img-size"><img src="images/hero_images/events/stanford_philharmonia/1.jpg" alt="Photo of musician from a Zoom cast."></div>
<div class="swiper-img-size"><img src="images/hero_images/events/stanford_philharmonia/2.jpg" alt="Photo of musician from a Zoom cast."></div>
<div class="swiper-img-size"><img src="images/hero_images/events/stanford_philharmonia/3.jpg" alt="Photo of musician from a Zoom cast."></div>
<div class="swiper-img-size"><img src="images/hero_images/events/stanford_philharmonia/4.jpg" alt="Photo of musician from a Zoom cast."></div>
<div class="swiper-img-size"><img src="images/hero_images/events/stanford_philharmonia/5.jpg" alt="Photo of musician from a Zoom cast."></div>
<div class="swiper-img-size"><img src="images/hero_images/events/stanford_philharmonia/6.jpg" alt="Photo of musician from a Zoom cast."></div>
<div class="swiper-img-size"><img src="images/hero_images/events/stanford_philharmonia/7.jpg" alt="Photo of musician from a Zoom cast."></div>
<div class="swiper-img-size"><img src="images/hero_images/events/stanford_philharmonia/8.jpg" alt="Photo of musician from a Zoom cast."></div>
<div class="swiper-img-size"><img src="images/hero_images/events/stanford_philharmonia/9.jpg" alt="Photo of musician from a Zoom cast."></div>
<div class="swiper-img-size"><img src="images/hero_images/events/stanford_philharmonia/10.jpg" alt="Photo of musician from a Zoom cast."></div>
<div class="swiper-img-size"><img src="images/hero_images/events/stanford_philharmonia/11.jpg" alt="Photo of musician from a Zoom cast."></div>
<div class="swiper-img-size"><img src="images/hero_images/events/stanford_philharmonia/12.jpg" alt="Photo of musician from a Zoom cast."></div>
<div class="swiper-img-size"><img src="images/hero_images/events/stanford_philharmonia/13.jpg" alt="Photo of musician from a Zoom cast."></div>
<div class="swiper-img-size"><img src="images/hero_images/events/stanford_philharmonia/14.jpg" alt="Photo of musician from a Zoom cast."></div>
</div>
</div>
<!-- <div class="swiper-slide" onclick="openInNewTab('https://forms.gle/oX7xaVPXwJjdhozu9');" style="cursor:pointer; position:relative; height:340px; background-color: #FAFBFB; background-image: url(images/hero_images/events/remote_education/color_graphic.jpeg); background-repeat: no-repeat; background-size: cover;">
<div class="swiper-cont">
<div class="sub-text-top">Stanford University's CCRMA Presents:</div>
<div class="text-title-lg">Realtime Remote Music Workshop for K-12 Educators</div>
<p class="alex-txt" style="font-weight: 600;">July 14 - 16, 2021, 1-3 PM PDT via Zoom</p>
<p class="alex-txt">Designed for and open to K-12 teachers</p>
<p class="alex-txt">Deadline: June 28 at 11:59pm PDT</p>
<div class="alex-btn">APPLY HERE</div>
</div>
</div> -->
<!-- <div class="swiper-slide" onclick="openInNewTab('https://www.makemusicday.org/national-projects/music-lesson-marathon-jacktrip/');" style=" background-color: #F4EFE4; ">
<div class="slide_container_06" >
<div class="leftside_03">
<div class="bottom_03" style="color:#333;">
<h5 class="title_03">JackTrip lessons at Make Music Day's<br> Music Lesson Marathon</h5>
<p class="tagline-06"style="color:#333;">June 21 – 1:00 PM EDT 9:00 PM EDT</p>
<h6 style="font-weight: 600;">Zoom: <br>
Meeting ID: 827 9445 9261<br>
Passcode: jacktrip</h6>
</div>
</div>
<div class="rightside_03">
<div class="full_03"><img src="images/hero_images/events/make_music_day/make_music_day_hero.jpg" alt="Image of Make Music Day Hero."></div>
</div>
</div>
</div> -->
<!-- <div class="swiper-slide" onclick="openInNewTab('https://forms.gle/aN7L4fCL84z4weTC9');" style="cursor:pointer; position:relative; height:340px; background-color: #FAFBFB; background-image: url(images/hero_images/events/remote_education/color_graphic2.jpg); background-repeat: no-repeat; background-size: cover;">
<div class="swiper-cont">
<div class="swiper-cont-left">
Creative and Equitable Practices in Remote Music Education
</div>
<div class="swiper-cont-right">
<a href="https://forms.gle/hKDrjQAASygpQdPp7" target="_blank" class="time-date">
<p class="alex-txt" style="font-weight: 600;">Nex Session: Thursday, June 3rd, 2021 3:30-5:00 pm PDT via Zoom</p>
</a>
<p class="alex-txt">Designed for and open to K-12 teachers</p>
<p style="margin-bottom: 0;">Hosted by Alex Chechile, Stanford Postdoctoral Scholar</p>
</div>
</div>
</div> -->
<div class="swiper-slide" onclick="openInNewTab('ericwhitacre/index.html');" style="cursor:pointer; position:relative; height:340px; background-color: #020202; overflow: hidden;">
<div id="ew-desktop-cont">
<div id="ew-bg"><img src="images/hero_images/events/eric_whitacre/background2.jpg" alt="Image of desktop layout background banner."></div>
<div id="ew-info"><img src="images/hero_images/events/eric_whitacre/sing_gently_post_event.png" alt="Image of desktop layout info banner."></div>
</div>
<!-- <div id="ew-mobile-cont" style="flex-direction: row; max-width: 1200px; align-items: center;"><img style="width:92%; padding-top:1%;" src="images/hero_images/events/eric_whitacre/jt_banner_layout_mobile.png" alt=""></div> -->
</div>
<div class="swiper-slide" onclick="openInNewTab('https://youtu.be/lTxLghPjv0g?t=5955');" style="cursor:pointer; background: rgb(230,138,81); background: linear-gradient(180deg, rgba(230,138,81,1) 0%, rgba(230,138,81,1) 40%, rgba(249,225,101,1) 100%);">
<div class="container_03">
<div class="left-image-cont3"><img src="images/hero_images/events/sfgc_event/Title.png" alt="San Francisco Girls Choir Event Title Image."></div>
<div class="right-image-cont3"><img src="images/hero_images/events/sfgc_event/Girls.png" alt="San Francisco Girls Choir Photo and CTA."></div>
</div>
</div>
<div class="swiper-slide" onclick="openInNewTab('events/events_01.html');" style="background-color: #FAFBFB;">
<div class="slide_container_04">
<div class="left_cont_04">
<div class="left_group" id="lg01"><img src="images/hero_images/events/jt_events/left_set_01.png" alt="Image of JackTrip Featured Events."></div>
<div class="left_group" id="lg02"><img src="images/hero_images/events/jt_events/left_set_02.png" alt="Image of JackTrip Featured Events."></div>
<div class="left_group" id="lg03"><img src="images/hero_images/events/jt_events/left_set_03.png" alt="Image of JackTrip Featured Events."></div>
<div class="left_group" id="lg04"><img src="images/hero_images/events/jt_events/left_set_04.png" alt="Image of JackTrip Featured Events."></div>
<div class="left_group" id="lg05"><img src="images/hero_images/events/jt_events/left_set_05.png" alt="Image of JackTrip Featured Events."></div>
</div>
<div class="center_cont_04" style="flex-direction:column; ">
<div class="center_cont_01" ><img src="images/hero_images/events/jt_events/jt_logo.svg" alt="Image of JackTrip Featured Events."></div>
<div class="center_cont_02">Discover a new world of online performances and live events using JackTrip!</div>
<div class="center_cont_03"> <button class="col-btn button inverted">Check It Out!</button></div>
</div>
<div class="right_cont_04">
<div class="right_group" id="rg01"><img src="images/hero_images/events/jt_events/right_set_01.png" alt="Image of JackTrip Featured Events."></div>
<div class="right_group" id="rg02"><img src="images/hero_images/events/jt_events/right_set_02.png" alt="Image of JackTrip Featured Events."></div>
<div class="right_group" id="rg03"><img src="images/hero_images/events/jt_events/right_set_03.png" alt="Image of JackTrip Featured Events."></div>
<div class="right_group" id="rg04"><img src="images/hero_images/events/jt_events/right_set_04.png" alt="Image of JackTrip Featured Events."></div>
<div class="right_group" id="rg05"><img src="images/hero_images/events/jt_events/right_set_05.png" alt="Image of JackTrip Featured Events."></div>
</div>
</div>
</div>
<div class="swiper-slide" onclick="openInNewTab('https://www.youtube.com/watch?v=Hb5Lec5O_Wg');">
<div class="slide_container_05">
<div class="leftside_05"><img src="images/hero_images/events/NYBW/david_baker.jpg" alt="Image of David Baker of New York Bass Works."></div>
<div class="center_05"><img src="images/hero_images/events/NYBW/nybw_event_layout.png" alt="Image of New York Bass Works logo and title."></div>
<div class="rightside_05"><img src="images/hero_images/events/NYBW/federico_barluzzi.jpg" alt="Image of Federico Barluzzi of New York Bass Works."></div>
</div>
</div>
<div class="swiper-slide" onclick="openInNewTab('https://vimeo.com/user3760845');" style=" background: rgb(2,0,36); background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(43,87,130,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%); ">
<div class="slide_container_06" >
<div class="leftside_06">
<div class="top_06"><img style="width: 100%;" src="images/hero_images/events/ccrma/ccrma.png" alt="CCRMA logo image."></div>
<div class="bottom_06" style="color:#fff;">
<h5 style="font-weight: 600; margin:1% 0 0 0;">Quarantine Sessions</h5>
<p class="tagline-06"style="color:#cccccc">Distributed Electroacoustic Network Improvisation</p>
<h6 style="font-weight: 600;">WATCH NOW! ></h6>
</div>
</div>
<div class="rightside_06">
<div class="full_06"><img src="images/hero_images/events/ccrma/ccmra_img.png" alt="Image of CCRMA Quarantine Sessions."></div>
</div>
</div>
</div>
</div>
<!-- Add Pagination -->
<div class="swiper-pagination"></div>
<!-- Add Arrows -->
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</section>
<!-- <section id="hero" class="hero panel_shadow u-full-width">
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide">Slide 1</div>
<div class="swiper-slide">Slide 2</div>
<div class="swiper-slide">Slide 3</div>
<div class="swiper-slide">Slide 4</div>
<div class="swiper-slide">Slide 5</div>
<div class="swiper-slide">Slide 6</div>
<div class="swiper-slide">Slide 7</div>
<div class="swiper-slide">Slide 8</div>
<div class="swiper-slide">Slide 9</div>
<div class="swiper-slide">Slide 10</div>
</div> -->
<!-- Add Pagination -->
<!-- <div class="swiper-pagination"></div> -->
<!-- Add Arrows -->
<!-- <div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div> -->
<!-- </section> -->
<!-- <section id="hero" class="hero panel_shadow u-full-width">
<div class="imgCenter"></div>
<div class="container centered">
<div class="twelve columns hero_pos">
<h1 class="separator textShadow font-title-home">Welcome to JackTrip!</h1>
</div>
</div>
</section>-->
<!-- <section id="sec-block-0" class="sec-block-0 main"
style="margin-bottom:0px; padding-top: 50px; background-color: #0d2233; max-width: none;">
<div class="left-side-content" style="max-width: 1140px; margin: 0 auto;">
<a href="https://forms.gle/rYPp6uJ5oyPRG8Ci7" target="_blank"> <div class="ad-cont-800"><img src="images/zoom_event_032521-800.jpg" alt="Creative and Equitable Practices in Remote Music Education Announcement"></div></a>
<a href="https://forms.gle/rYPp6uJ5oyPRG8Ci7" target="_blank"><div class="ad-cont-1140"><img src="images/zoom_event_032521-1140.jpg" alt="Creative and Equitable Practices in Remote Music Education Announcement"></div></a>
</div>
</section> -->
<section id="three-columns-cont" class="three-columns-cont main" style="background-color: #323232; max-width: none; margin-bottom: 0; padding-bottom: 50px; padding-top:30px;">
<div class="three_col">
<div class="col-cat" id="col01"><img src="images/labs.png" alt="Image of two JackTrip devices.">
<div class="col-title" style="font-weight: 500;">Labs</div>
<div class="bottom-sec-cont" style="position:absolute; width: 100%; height:150px; bottom:0; ">
<div class="bottom-sec-txt">Makers of the Virtual Studio service and JackTrip Bridges</div>
<div class="col-btn button inverted">Learn More</div>
</div>
</div>
<div class="col-cat" id="col02"><img src="images/core.png" alt="Photo of computer code.">
<div class="col-title" style="font-weight: 500;">Core</div>
<div class="bottom-sec-cont" style="position:absolute; width: 100%; height:150px; bottom:0">
<div class="bottom-sec-txt">Open source software that powers it all</div>
<div class="col-btn button inverted">Learn More</div>
</div>
</div>
<div class="col-cat" id="col03"><img src="images/foundation.png" alt="Image of the JackTrip logo.">
<div class="col-title" style="font-weight: 500;">Foundation</div>
<div class="bottom-sec-cont" style="position:absolute; width: 100%; height:150px; bottom:0">
<div class="bottom-sec-txt" style="width:45%;">Nonprofit Foundation for promoting Network Arts</div>
<div class="col-btn button inverted">Learn More</div>
</div>
</div>
</div>
</section>
<section id="bottom-index " class="bottom-index panel_shadow u-full-width">
<div class="bottomIndexCont">
<div class="left-side-content hero-part">
<h3 class="separator mainHead dark-text-title hero-title-txt">Understanding latency and why it is important</h3>
<div class="centered video-container-hero">
<iframe width="750" height="422" src="https://www.youtube.com/embed/Sj6Ij1Oxe1s" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen alt="Video: Is it possible to play music together over the Internet?"></iframe>
</div>
<div class="dark-text main-margin-l" style="text-align: left;">
<p style="margin-top:2%; margin-bottom: 2%;">All communications create latency as it takes time for a sound to travel across distance. When making a sound, the further away you are from someone, the longer it takes to be heard.
</p>
<br>
<p style="margin-bottom:0;">JackTrip has found a way to help minimize latency when communicating through the internet. Learn how latency works, how to minimize it, and the different types of models available to connect with each other. <a href="technology.html">Click here </a> to learn more.</p>
</div>
</div>
<div class="right-side-content hero-part">
<div class="form-bg">
<h4 class="separator dark-text main-margin-title-l" style="color:#0D2233; text-align: center; margin-bottom:30px; padding: 20px 5px 5px 0px; font-size: 18px;">
Sign up for our newsletter!</h4>
<script>
hbspt.forms.create({
portalId: "8327526",
formId: "14859337-23da-47bb-91ca-4a703e253e60"
});
</script>
</div>
<p class="dark-text podcast-txt">Mike Dickey discusses JackTrip with host <b>Malcolm Gladwell</b> on the podcast <b>Solvable!</b></p>
<div class="podcast">
<iframe allow="autoplay *; encrypted-media *; fullscreen *" frameborder="0" height="175" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-storage-access-by-user-activation allow-top-navigation-by-user-activation" src="https://embed.podcasts.apple.com/us/podcast/remote-music-collabroation-online-in-real-time-is-solvable/id1463448386?i=1000499146833">
</iframe>
</div>
</div>
<!-- <a href="https://www.amazon.com/dp/B08L9LDW35?ref=myi_title_dp" style="color:#fff;"><div class="prod-ad">
<div class="prod-img"><img src="images/amazon_jtd.jpg" alt="JackTrip Virtual Studio Device Image from Amazon.com"></div>
<div class="prod-desc">
<p class="avail-now">AVAILABLE NOW!</p>
<p class="avail-now-txt">JackTrip Virtual Studio Devices</p>
<div class="amazon-btn"><img src="images/amazon-logo_black.png" alt="Amazon button"></div>
</div>
</div></a> -->
<!-- <div class="prod-ad-cont">
<div class="prod-ad-1">
<div class="prod-desc">
<p class="avail-now">AVAILABLE NOW!</p>
<p class="avail-now-txt">JackTrip Virtual Studio Devices</p>
<div class="amazon-btn"><img src="images/amazon-logo_black.png" alt="Amazon logo button"></div>
</div>
</div>
<div class="prod-ad-2">
<div class="prod-desc">
<p class="avail-now-txt">Behringer Live Online Essentials Bundle</p>
<div class="amazon-btn"><img src="images/sweetwater-logo_black.png" alt="Sweetwater Music logo button">
</div>
</div>
</div>
</div> -->
<!-- <div class="orders-20 dark-text">Please <a href="mailto:sales@jacktrip.org">contact us</a> for orders of 20 or more.</div> -->
</div>
</section>
<div class="left-side-content">
<div style="max-width: 1140px; margin:0px auto 35px auto;"></div>
<!-- border-bottom: 1px solid #0f0d0d; -->
</div>
<section id="fp" class="fp main" style="margin-bottom: 0; max-width: none;">
<!-- background-color: #0D2233; -->
<div class="fineprint_cont">
<div class="fineprint left-side-content txtAlignR">
<p><a style="color:#468CB8;" href="privacy.html">Privacy Policy</a></p>
</div>
<div class="fineprint left-side-content txtAlignL">
<p><a style="color:#468CB8;" href="terms.html">Terms of Use</a></p>
</div>
</div>
</section>
<section class="footer panel_shadow u-full-width">
<div class="container">
<div class="twelve columns center-text center-div">
<h6 class="light-text footer-txt" style="color:#FAFBFB;">© 2020-2021 JackTrip Foundation and JackTrip Labs, Inc.</h6>
</div>
<div class="twelve columns center-text center-div">
<h6 class="light-text" style="color:#aaa;">
JackTrip Foundation is a 501(c)(3) nonprofit organization.<br /> JackTrip Labs is a Delaware public-benefit corporation.
</h6>
</div>
</div>
</section>
<script src="js/swiper-bundle.min.js"></script>
<script src="js/swiper_code.js"></script>
<script src="js/events.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-177279499-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-177279499-1');
</script>
<script src="js/index.js"></script>
<script type="text/javascript">
function autorun() {
init();
}
if (window.addEventListener) window.addEventListener("load", autorun, false);
else if (window.attachEvent) window.attachEvent("onload", autorun);
else window.onload = autorun;
</script>
</body>
</html>