-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstudio.html
More file actions
544 lines (479 loc) · 28.2 KB
/
studio.html
File metadata and controls
544 lines (479 loc) · 28.2 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
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>JackTrip Virtual Studio</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="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- 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/studio.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 href="index.html">Home</a>
<a style="cursor:default; color:#F61B1B; pointer-events: none;">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>
</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 style="cursor:default; color:#F61B1B; pointer-events: none;" id="stu">Virtual Studio</a>
<a href="index.html" id="hom">Home</a>
</div>
</nav>
<section id="hero" class="hero-vs panel_shadow u-full-width" style="margin-bottom: 0;">
<div class="hero-image-studio"></div>
<div class="container centered">
<div class="twelve columns hero_pos_studio" style="width: 100%;">
<h1 class="textShadow herotxt studio-text">JackTrip Virtual Studio</h1>
<a href="https://sbomagazine.com/2021-best-tools-for-schools-awards/" target="_blank">
<div class="hero-award"><img src="images/sbo_award.png" alt=""></div>
</a>
</div>
</div>
</section>
<section id="jvs-block-announce" class="sec-block-0 main" style="margin:75px auto 100px auto;">
<div class="left-side-content">
<!-- desktop -->
<div class="jtvs-banner-desktop">
<div class="jtvs-banner-left"><img src="images/80k_logo.svg" alt="Over 80K Studio Hours Donated!">
</div>
<div class="jtvs-banner-right">
<div class="jtvs-banner-top">
<div class="banner-top-txt">We've made JackTrip Virtual Studios free through the end of
2021,
to help support musicians during the coronavirus pandemic.</div>
</div>
<div class="jtvs-banner-bottom">
<div class="jtvs-button-cont-left">
<div class="jtvs-btn-top">Learn more our future pricing plans</div>
<div class="jtvs-btn-bottom" onclick="openInNewTab('pricing.html');">LEARN MORE</div>
</div>
<div class="jtvs-button-cont-right">
<div class="jtvs-btn-top">Get started with JackTrip Virtual Studio</div>
<div class="jtvs-btn-bottom"
onclick="openInNewTab('https://help.jacktrip.org/hc/en-us/articles/1500004365742-Step-0-What-is-the-JackTrip-Virtual-Studio-');">
GET STARTED</div>
</div>
</div>
</div>
</div>
<!-- tablet -->
<div class="jtvs-banner-tablet">
<div class="jtvs-top-cont">
<div class="jtvs-banner-left"><img src="images/80k_logo.svg" alt="Over 80K Studio Hours Donated!">
</div>
<div class="jtvs-banner-right">
<div class="jtvs-banner-top">
<div class="banner-top-txt">We've made JackTrip Virtual Studio rooms free through the end of
2021,
to help support musicians during the coronavirus pandemic.</div>
</div>
</div>
</div>
<div class="jtvs-banner-bottom-tablet">
<div class="jtvs-button-cont-left">
<div class="jtvs-btn-top">Learn more our future pricing plans</div>
<div class="jtvs-btn-bottom" onclick="openInNewTab('pricing.html');">LEARN MORE</div>
</div>
<div class="jtvs-button-cont-right">
<div class="jtvs-btn-top">Get started with JackTrip Virtual Studio</div>
<div class="jtvs-btn-bottom"
onclick="openInNewTab('https://help.jacktrip.org/hc/en-us/articles/1500004365742-Step-0-What-is-the-JackTrip-Virtual-Studio-');">
GET STARTED</div>
</div>
</div>
</div>
<!-- mobile -->
<!-- <div class="jtvs-banner-mobile">
<div class="jtvs-banner-left"><img src="images/80k_logo.svg" alt="Over 80K Studio Hours Donated!"></div>
<div class="jtvs-banner-right">
<div class="jtvs-banner-top">
<div class="banner-top-txt">We've made JackTrip Virtual Studio rooms free through the end of 2021,
to help support musicians during the coronavirus pandemic.</div>
</div>
<div class="jtvs-banner-bottom">
<div class="jtvs-button-cont-left">
<div class="jtvs-btn-top">Learn more our future pricing plans</div>
<div class="jtvs-btn-bottom">LEARN MORE</div>
</div>
<div class="jtvs-button-cont-right">
<div class="jtvs-btn-top">Get started with JackTrip Virtual Studio</div>
<div class="jtvs-btn-bottom">GET STARTED</div>
</div>
</div>
</div>
</div> -->
</div>
</section>
<section id="studio-block-1" class="studio-block-right main align-center-content ">
<div class="left-side-content txt-blk-bg center-content">
<h4 class="separator main-margin-title-l-vlight bottom-margin-rem ">
Make online experiences more human
</h4>
<p class="light-text font-400 txt-block-studio">
JackTrip creates the experience of being together in the same room, even when
you are physically hundreds of miles apart. That's why thousands of musicians worldwide
use JackTrip every day to rehearse together, perform together, and laugh together.
</p>
<ul class="studioNav" style="list-style-position: outside;">
<li><a href="#studio-block-2">High quality, authentic audio</a></li>
<li><a href="#studio-block-3">Hear everyone, equally</a></li>
<li><a href="#studio-block-4">Move sound at the speed of light</a></li>
<li><a href="#studio-block-5">Made possible by cloud computing</a></li>
<li><a href="#studio-block-6">Get Started with Virtual Studio</a></li>
</ul>
</div>
<div class="right-side-content main-img-01 right-image-studio">
<img src="images/studio/image_1.jpg" alt="Image of singer">
</div>
</div>
</section>
<section id="studio-block-2" class="studio-block-left main reverse align-center-content marg-bottom">
<div class="right-side-content main-img-02 left-image-studio center-content">
<img src="images/studio/image_7.jpg" alt="Image of headphones">
</div>
<div class="right-side-content txt-blk-bg center-content">
<h4 class="separator main-margin-title-l-vlight bottom-margin-rem">High quality, authentic audio</h4>
<p class="light-text font-400 txt-block-studio">
Our ears are far more sensitive than most people realize! The heavily
delayed, poor quality audio offered by most technology today leaves us feeling
disconnected and fatigued. Collaboration online just doesn't sound real,
making most of our online experiences emotionless and disappointing.
</p>
<p class="light-text font-400 txt-block-studio ">
<b>JackTrip is different.</b> It was created at Stanford University to
connect musicians, the most discerning audiophiles of us all. JackTrip
creates an authentic and natural experience by using uncompressed, CD
quality audio (48khz, lossless).
After all, the real world is in full quality.
</p>
</div>
</div>
</section>
<section id="studio-block-3" class="studio-block-right main align-center-content ">
<div class="left-side-content txt-blk-bg center-content">
<h4 class="separator main-margin-title-l-vlight bottom-margin-rem ">Hear everyone, equally</h4>
<p class="light-text font-400 txt-block-studio">
Many technologies optimize audio around a single speaker, making natural
group conversations awkward and difficult, and music impossible to perform.
Some use a <a href="technology.html">peer-to-peer model</a>,
which places an enormous burden on your home Internet connection. Practically
speaking, it just doesn't work for more than a few people at a time.
</p>
<p class="light-text font-400 txt-block-studio">
JackTrip Virtual Studio was originally developed to help a boys
chorus with over 200 members sing together, from their own homes, during
the Coronavirus pandemic. It is regularly being used by groups of over 100,
and we've tested it using simulated groups of up to 500. When it comes to
scale, we haven't found anything that even comes close.
</p>
</div>
<div class="right-side-content main-img-01 right-image-studio">
<img src="images/studio/image_5.jpg" alt="Image of Ragazzi Continuo chorus">
</div>
</div>
</section>
<section id="studio-block-4" class="studio-block-left main reverse align-center-content marg-bottom">
<div class="right-side-content main-img-02 left-image-studio center-content">
<img src="images/studio/image_8.jpg" alt="Image of warp speed.">
</div>
<div class="right-side-content txt-blk-bg center-content">
<h4 class="separator main-margin-title-l-vlight bottom-margin-rem">Move sound at the speed of light</h4>
<p class="light-text font-400 txt-block-studio ">
All sound we hear is delayed. For example, it takes 10 milliseconds to hear the sound from a guitarist
standing 10 feet away. Studies have shown that live music requires under 25 milliseconds of delay.
</p>
<p class="light-text font-400 txt-block-studio ">
JackTrip transports sound at the speed of light, which travels about
7500 kilometers (4660 miles) in 25 milliseconds. But the Internet isn't quite
that efficient, yet. While JackTrip can be used across any distance, musicians
have the most success when they are all located within a range of about 1000
kilometers, or 500 miles. Larger distances are possible when they have
fiber Internet connections to their homes.
</p>
</div>
</div>
</section>
<section id="studio-block-5" class="studio-block-right main align-center-content ">
<div class="left-side-content txt-blk-bg center-content">
<h4 class="separator main-margin-title-l-vlight bottom-margin-rem ">Made possible by cloud computing</h4>
<p class="light-text font-400 txt-block-studio ">
JackTrip Virtual Studio uses cloud computing technology to make
authentic audio collaboration possible. Our web application makes
it easy to design and reserve virtual studio rooms in
<a href="https://jacktrip.zendesk.com/hc/en-us/articles/360055468393-Geographical-Regions-for-Managed-Audio-Servers"
target="_blank">over 50 locations worldwide</a>. We plan to expand
this list to over 100 locations by the end of 2022!
</p>
<p class="light-text font-400 txt-block-studio">
This service is being offered free during our beta testing period, which
we expect to last through the end of 2021. Beginning January 1, 2022, we
plan to charge using metered, <a href="pricing.html">monthly subscription plans</a>
that enable you to pay only for the resources that you actually use.
</p>
</div>
<div class="right-side-content main-img-01 right-image-studio">
<img src="images/studio/image_4.jpg" alt="Image of world map">
</div>
</div>
</section>
<section id="studio-block-6" class="studio-block-left main reverse align-center-content marg-bottom">
<div class="right-side-content main-img-02 left-image-studio center-content">
<img src="images/studio/image_6.jpg" alt="Image JackTrip Device and Accessories">
</div>
<div class="right-side-content txt-blk-bg center-content">
<h4 class="separator main-margin-title-l-vlight bottom-margin-rem">Get Started with Virtual Studio</h4>
<p class="light-text font-400 txt-block-studio">
To help groups perform live music during the Coronavirus pandemic, we created
<a href="https://help.jacktrip.org/hc/en-us/articles/1500004365742-What-is-the-JackTrip-Virtual-Studio-" target="_blank">JackTrip Bridge devices</a>.
The JackTrip Analog Bridge provides excellent quality audio with minimal delay
for line-level sources and dynamic microphones. The JackTrip Digital Bridge
works best with USB microphones, instruments and interfaces.
You can also <a href="https://help.jacktrip.org/hc/en-us/sections/360009752894" target="_blank">build your own bridge</a> using DIY Raspberry Pi Components.
</p>
<p class="light-text font-400 txt-block-studio">
While our bridge devices offer the most streamlined experience and lowest delay,
you can now also connect using the free
<a href="https://community.jacktrip.org/t/downloading-jacktrip-core/82" target="_blank">JackTrip Core desktop application</a>
which is available for Windows, Mac OS X and Linux.
</p>
</div>
</section>
<section id="studio-block-0" class="sec-block-1 main align-center-content"
style="margin-top:75px; margin-bottom: 100px;">
<div class="left-side-content studio-lo">
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">Sing Gently (SSA) by Eric Whitacre (World Premiere), powered by JackTrip</h4>
<div class="youtube-video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/SJgB5QmyDfU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</section>
<!-- <section id="studio-block-0" class="sec-block-1 main align-center-content"
style="margin-top:75px; margin-bottom: 100px;">
<div class="left-side-content studio-lo">
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">The Ragazzi Continuo using JackTrip
Virtual Studio</h4>
<video id="studio-video" controls poster="images/ragazzi_continuo_poster.jpg">
<source src="video/ragazzi_continuo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</section> -->
<!-- <section id="faq" class="faq main sec-padding" style="max-width: none; margin:0;">
<div class="container left-side-content">
<p>For more information, click the button below:</p>
<h4 class="center-text btn-margin">
<a href="technology.html"><button class="button inverted">FAQ</button></a>
</h4>
</div>
</div>
</section> -->
<section id="ad-banner" class="ad-banner main">
<div class="left-side-content">
<div class="banner-ad-cont">
<div class="banner-logo"><img src="images/NowNet_Arts_Logo.svg" alt="NowNet Arts Logo Image"></div>
<div class="banner-txt">
Training for network arts technologies (including JackTrip) is offered through a partnership with
JackTrip Foundation and NowNet Arts. The program trains educators and nonprofit artists in
high-quality audio network performance over the internet.
</div>
<div class="banner-button">
<h4 class="center-text btn-margin">
<a href="https://nownetarts.org/jacktrip-training" target="_self"><button
class="button inverted">Learn More</button></a>
</h4>
</div>
</div>
</div>
</section>
<!-- <section id="faq" class="main">
<div class="studio_cont">
<div class="studio left-side-content" style="display: flex; align-items: center; flex-direction: column; width: 310px;">
<p><b style="font-weight: 600; color: #0D2233;">NOW AVAILABLE!</b><br> JackTrip’s Virtual Studio Devices
are available at:</p>
<h4 class="center-text amazon_btn_vs" style="margin-bottom: 0">
<a href="https://www.amazon.com/dp/B08L9LDW35?ref=myi_title_dp"><img
src="images/amazon-logo_black.png" target="_blank" alt="Amazon logo button."></a>
</h4>
<div class="orders-20 dark-text"><a href="mailto:sales@jacktrip.org">Contact us</a> for orders of
20 or more.</div>
</div>
<div class="studio left-side-content" style="display: flex; align-items: center; flex-direction: column; width: 340px;">
<p><b style="font-weight: 600; color: #0D2233;">NOW AVAILABLE!</b><br> Live Online Essentials
Bundle
is available at:</p>
<h4 class="center-text amazon_btn_vs" style="margin-bottom: 0">
<a
href="https://www.sweetwater.com/store/detail/LiveOnlineBun--behringer-live-online-essentials-bundle"><img
src="images/sweetwater-logo_black.png" target="_blank" alt="Sweetwater Music logo button."></a>
</h4>
</div>
<div class="studio left-side-content">
<p style="margin-top:20px"><b style="font-weight: 600; color: #0D2233;">FREQUENTLY ASKED
QUESTIONS</b></p>
<h4 class="center-text btn-margin" style="margin-top:40px">
<a href="https://jacktrip.zendesk.com/hc/en-us/articles/360055332753-Virtual-Studio-Frequently-Asked-Questions"
target="_blank"><button class="button inverted">FAQ</button></a>
</h4>
</div>
<div class="studio left-side-content">
<p style="margin-top:20px"><b style="font-weight: 600; color: #0D2233;"> MONTHLY SUBSCRIPTION PLANS </b></p>
<h4 class="center-text btn-margin" style="margin-top:40px">
<a href="pricing.html"
target="_self"><button class="button inverted">Pricing</button></a>
</h4>
</div>
</div>
</div>
</section> -->
<section id="aff-block-footnote" class="sec-block-0 main" style="margin:75px auto 25px auto;">
<div class="left-side-content">
<p class="dark-text font-400">
JackTrip Virtual Studio is a commercial service operated by JackTrip Labs,
a Delaware public-benefit corporation spun out from the JackTrip Foundation.
</p>
</div>
</section>
<section id="fp" class="fp main" style="margin-bottom: 0; max-width: none;">
<div class="fineprint_cont">
<div class="fineprint left-side-content txtAlignR">
<p><a href="privacy.html">Privacy Policy</a></p>
</div>
<div class="fineprint left-side-content">
<p><a
href="https://help.jacktrip.org/hc/en-us/articles/360055332753-Virtual-Studio-Frequently-Asked-Questions">FAQ</a>
</p>
</div>
<div class="fineprint left-side-content txtAlignL">
<p><a href="terms.html">Terms of Use</a></p>
</div>
</div>
</section>
<section class="footer panel_shadow u-full-width">
<div class="container footer-margin">
<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/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() {
// var emailEnter = document.querySelector('document.emailData.lname');
}
if (window.addEventListener) window.addEventListener("load", autorun, false);
else if (window.attachEvent) window.attachEvent("onload", autorun);
else window.onload = autorun;
</script>
</body>
</html>