-
Notifications
You must be signed in to change notification settings - Fork 0
/
gravity-same-address.html
557 lines (533 loc) · 29.9 KB
/
gravity-same-address.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
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
545
546
547
548
549
550
551
552
553
554
555
556
557
<!DOCTYPE html><!-- Last Published: Tue Jul 02 2024 14:06:22 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="63e46f9faa110e085cd50874" data-wf-site="6090f2cbfb550680d4288567">
<head>
<meta charset="utf-8">
<title>Gravity - Address Confirmation</title>
<meta content="Thanks for confirming your address." name="description">
<meta content="Gravity - Address Confirmation" property="og:title">
<meta content="Thanks for confirming your address." property="og:description">
<meta content="https://uploads-ssl.webflow.com/6090f2cbfb550680d4288567/62cd4a26acc6a2689275937f_GravityMockup.jpg"
property="og:image">
<meta content="Gravity - Address Confirmation" property="twitter:title">
<meta content="Thanks for confirming your address." property="twitter:description">
<meta content="https://uploads-ssl.webflow.com/6090f2cbfb550680d4288567/62cd4a26acc6a2689275937f_GravityMockup.jpg"
property="twitter:image">
<meta property="og:type" content="website">
<meta content="summary_large_image" name="twitter:card">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/components.css" rel="stylesheet" type="text/css">
<link href="css/orbit-team.css" rel="stylesheet" type="text/css">
<script
type="text/javascript">!function (o, c) { var n = c.documentElement, t = " w-mod-"; n.className += t + "js", ("ontouchstart" in o || o.DocumentTouch && c instanceof DocumentTouch) && (n.className += t + "touch") }(window, document);</script>
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-126281265-1"></script>
<script
type="text/javascript">window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-126281265-1', { 'anonymize_ip': false });</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=AW-10840644366"></script>
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-P5HTN2K');</script>
<!-- End Google Tag Manager -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'AW-10840644366');
</script>
<script>
gtag('event', 'conversion', { 'send_to': 'AW-10840644366/lWpuCKy55KkDEI62nLEo' });
</script>
<style>
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.overlay {
mix-blend-mode: screen;
}
.cookie-notice {
display: none !important;
}
.clamp {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
</style>
<link rel="preconnect" href="https://assets-global.website-files.com">
<!-- Start cookieyes banner -->
<script id="cookieyes" type="text/javascript"
src="https://cdn-cookieyes.com/client_data/2898afb20ead5b53957e5bd2/script.js"></script>
<!-- End cookieyes banner -->
</head>
<body>
<aside class="nav no-bar">
<div class="container tempfix">
<div class="nav-wrap">
<a href="index.html" class="brand w-inline-block"><img src="images/Logo.svg" loading="lazy" width="88"
height="34" alt="" class="nav-logo"></a>
<div class="nav-menu">
<div data-hover="false" data-delay="0" data-w-id="e3e2459a-6d62-e1b9-fdf4-193709dc3b54"
class="dropdown w-dropdown">
<div class="dropdown-toggle w-dropdown-toggle">
<div class="nav-link">Solutions</div>
<div class="nav-arrow w-icon-dropdown-toggle"></div>
</div>
<nav class="dropdown-list new tempfix w-dropdown-list">
<div class="div-block-52">
<div class="products-wrap new top">
<a href="champions.html" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/star-06.svg" loading="lazy" alt=""
class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content">
<div class="text-large new nav">Champions Program</div>
<div class="nav-short-description">Launch and scale your champions program to drive feedback and
advocacy.</div>
</div>
</a>
</div>
<div class="products-wrap new bottom">
<a href="feedback.html" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/message-chat-circle.svg" loading="lazy" alt=""
class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content">
<div class="text-large new nav">Beta Program</div>
<div class="nav-short-description">Painless product feedback from your top community members.
</div>
</div>
</a>
</div>
<div class="products-wrap new middle">
<a href="contributor.html" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/feather.svg" loading="lazy" alt=""
class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content">
<div class="text-large new nav">Contributor Program</div>
<div class="nav-short-description">Accelerate and amplify user-generated content in your
community.</div>
</div>
</a>
</div>
</div>
</nav>
</div>
<div data-hover="false" data-delay="0" data-w-id="aba05d0c-f591-4a61-4a78-a419e7fbfc3c"
class="dropdown hidden w-dropdown">
<div class="dropdown-toggle w-dropdown-toggle">
<div class="nav-link">Product</div>
<div class="nav-arrow w-icon-dropdown-toggle"></div>
</div>
</div>
<a href="pricing.html" class="nav-link top">Pricing</a>
<div data-hover="false" data-delay="0" class="dropdown no-mega-menu w-dropdown">
<div class="dropdown-toggle w-dropdown-toggle">
<div class="nav-arrow w-icon-dropdown-toggle"></div>
<div class="nav-link">Resources</div>
</div>
<nav class="dropdown-small w-dropdown-list">
<a href="https://orbit.love/docs" class="normal-link w-dropdown-link">Documentation</a>
<a href="developers.html" class="normal-link w-dropdown-link">Developers</a>
<a href="https://www.orbitmodel.com/" target="_blank" class="normal-link w-dropdown-link">Orbit Model</a>
<a href="/gravity" class="normal-link w-dropdown-link">Gravity</a>
<a href="constellation-report-state-of-community-tools-2021.html"
class="normal-link w-dropdown-link">Constellation Report</a>
<a href="https://orbit.love/partners" class="normal-link w-dropdown-link">Partners</a>
</nav>
</div>
<a href="community.html" class="nav-link">Community</a>
<div class="menu-bg"></div>
</div>
<div data-w-id="a7ae0259-d6b0-5957-f6c3-c89a544d6789" data-is-ix2-target="1" class="nav-lottie"
data-animation-type="lottie"
data-src="https://uploads-ssl.webflow.com/607946292953bb347d578382/607946292953bb9b0d5783c5_Nav%20-%20Lottie.json"
data-loop="0" data-direction="1" data-autoplay="0" data-renderer="svg" data-default-duration="2.5"
data-duration="0"></div>
</div>
</div>
<div class="container nav-bar hidden">
<div class="nav-wrap new w-clearfix">
<a href="index.html" class="brand left w-inline-block"><img src="images/Logo.svg" loading="lazy" width="88"
height="34" alt="" class="nav-logo new"></a>
<div class="nav-menu left">
<div data-hover="false" data-delay="0" data-w-id="ab44c72b-c8e5-ce02-bc6d-19289a416b0d"
class="dropdown w-dropdown">
<div class="dropdown-toggle w-dropdown-toggle">
<div class="nav-link new">Solutions</div>
<div class="nav-arrow w-icon-dropdown-toggle"></div>
</div>
<nav class="dropdown-list new w-dropdown-list">
<div class="div-block-52">
<div class="products-wrap new top">
<a href="champions.html" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/star-06.svg" loading="lazy" alt=""
class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content">
<div class="text-large new nav">Champions Program</div>
<div class="nav-short-description">Launch and scale your champions program to drive feedback and
advocacy.</div>
</div>
</a>
</div>
<div class="products-wrap new bottom">
<a href="feedback.html" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/message-chat-circle.svg" loading="lazy" alt=""
class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content">
<div class="text-large new nav">Beta Program</div>
<div class="nav-short-description">Painless product feedback from your top community members.
</div>
</div>
</a>
</div>
<div class="products-wrap new middle">
<a href="contributor.html" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/feather.svg" loading="lazy" alt=""
class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content">
<div class="text-large new nav">Contributor Program</div>
<div class="nav-short-description">Accelerate and amplify user-generated content in your
community.</div>
</div>
</a>
</div>
</div>
</nav>
</div>
<a href="community.html" class="nav-link top new hidden">Platform</a>
<div data-hover="false" data-delay="0" data-w-id="ab44c72b-c8e5-ce02-bc6d-19289a416b36"
class="dropdown no-mega-menu w-dropdown">
<div class="dropdown-toggle w-dropdown-toggle">
<div class="nav-arrow w-icon-dropdown-toggle"></div>
<div class="nav-link new">Resources</div>
</div>
<nav class="dropdown-small new w-dropdown-list">
<div class="div-block-52">
<div class="products-wrap small">
<a href="https://orbit.love/docs" class="normal-link new middle w-dropdown-link">Documentation</a>
</div>
<div class="products-wrap small">
<a href="https://www.orbitmodel.com/" target="_blank"
class="normal-link new bottom w-dropdown-link">Orbit Model</a>
</div>
</div>
</nav>
</div>
<a href="pricing.html" class="nav-link new">Pricing</a>
<div data-w-id="ab44c72b-c8e5-ce02-bc6d-19289a416b48" class="menu-bg"></div>
</div>
<div class="nav-menu mobile">
<a href="#" class="product-link menu w-inline-block">
<div class="feature-icon new"><img src="images/star-06.svg" loading="lazy" alt="" class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content nav">
<div class="text-large new nav">Solutions</div>
<div class="nav-short-description">Launch and scale your champions program to drive feedback and advocacy.
</div>
</div>
</a>
<a href="champions.html" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/star-06.svg" loading="lazy" alt="" class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content nav">
<div class="text-large new nav">Champions Program</div>
<div class="nav-short-description">Launch and scale your champions program to drive feedback and advocacy.
</div>
</div>
</a>
<a href="contributor.html" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/feather.svg" loading="lazy" alt="" class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content nav">
<div class="text-large new nav">Contributor Program</div>
<div class="nav-short-description">Accelerate and amplify user-generated content in your community.</div>
</div>
</a>
<a href="feedback.html" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/message-chat-circle.svg" loading="lazy" alt=""
class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content nav">
<div class="text-large new nav">Beta Program</div>
<div class="nav-short-description">Painless product feedback from your top community members.</div>
</div>
</a>
<a href="#" class="product-link menu w-inline-block">
<div class="feature-icon new"><img src="images/star-06.svg" loading="lazy" alt="" class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content nav">
<div class="text-large new nav">Resources</div>
<div class="nav-short-description">Launch and scale your champions program to drive feedback and advocacy.
</div>
</div>
</a>
<a href="https://orbit.love/docs" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/star-06.svg" loading="lazy" alt="" class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content nav">
<div class="text-large new nav">Documentation</div>
<div class="nav-short-description">Launch and scale your champions program to drive feedback and advocacy.
</div>
</div>
</a>
<a href="https://orbit.love/model" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/star-06.svg" loading="lazy" alt="" class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content nav">
<div class="text-large new nav">Orbit Model</div>
<div class="nav-short-description">Launch and scale your champions program to drive feedback and advocacy.
</div>
</div>
</a>
<a href="pricing.html" class="nav-link new nav">Pricing</a>
</div>
<div data-w-id="ab44c72b-c8e5-ce02-bc6d-19289a416ba1" data-is-ix2-target="1" class="nav-lottie new"
data-animation-type="lottie"
data-src="https://uploads-ssl.webflow.com/607946292953bb347d578382/607946292953bb9b0d5783c5_Nav%20-%20Lottie.json"
data-loop="0" data-direction="1" data-autoplay="0" data-renderer="svg" data-default-duration="2.5"
data-duration="0"></div>
</div>
</div>
<div fs-cc="banner" class="cookie-notice">
<div class="community-call-to-action banner">
<div class="column-xl align-center">
<div class="text-small text-white">We store cookies to understand site usage and make improvements. Get <a
href="privacy-policy.html" class="color-gradient-2">full details.</a>
</div>
</div>
<div id="w-node-_8d38faf4-2132-1de8-4e65-84deca4c32dc-e7fbfc33" class="flex-center-vertical">
<a fs-cc="close" href="#" class="button rethink close w-inline-block">
<div class="text-block-22">Got it👌🏽</div>
</a>
</div>
</div>
</div>
</aside>
<div class="section-8">
<div class="container-4 w-container">
<a href="/gravity" class="link-block-4 w-inline-block"><img src="images/Gravity-Wordmark-Black.svg" loading="lazy"
alt="" class="image-12"></a>
<h3 class="heading-8 form">Thanks for confirming your address</h3>
<p class="paragraph-9 column-large">We'll get your free copy of <em>Gravity</em> sent out to you. You can
expect to receive it in a few weeks time. In the meantime, you can read it online.</p>
<h4 class="heading-8 form">Issues</h4>
<div class="w-dyn-list">
<div role="list" class="w-dyn-items">
<div role="listitem" class="w-dyn-item">
<div class="w-layout-grid featured-article-grid articles-wide-grid">
<a href="#" class="article-image-link w-inline-block"><img alt="" src=""
class="article-image w-dyn-bind-empty"></a>
<div class="featured-article-title">
<div class="article-meta-2">
<div class="article-meta-date-2 issue">Issue </div>
<div class="article-meta-date-2 w-dyn-bind-empty"></div>
</div>
<a href="#" class="article-title-link w-inline-block">
<h2 class="featured-article-heading-3 w-dyn-bind-empty"></h2>
<div class="text-block-15 w-dyn-bind-empty"></div>
</a>
<div id="w-node-_0af293f8-a3cb-4a20-2ff7-714450f72380-5cd50874">
<a href="#" class="text-block-15 link"><strong>Read this issue</strong></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-4 article w-container"><img src="images/Gravity-Emblem-Black.svg" loading="lazy" width="75"
alt="" class="image-13"></div>
</div>
<div data-w-id="5de8c336-c89f-a68e-f1e7-99d4e1b2cef8" class="footer">
<div data-w-id="cfb61165-de7f-eb75-0378-d2e2cf331811" class="section padding-0 move-down">
<div class="container">
<div data-w-id="60861282-c76a-5336-e408-a3935d1b43fa" class="community-call-to-action">
<div class="column-medium">
<h3 class="footerfix">Rethink the role of community in your business.</h3>
<div class="column-small"></div>
</div>
<div id="w-node-_60861282-c76a-5336-e408-a3935d1b4401-e1b2cef8" class="flex-center-vertical">
<a href="why-orbit.html" class="button rethink w-inline-block">
<div>Learn Why</div>
<div class="icon-arrow margin-left-8 w-embed"><svg width="15" height="12" viewbox="0 0 15 12"
fill="CurrentColor" xmlns="http://www.w3.org/2000/svg">
<path
d="M8.49749 0.299805L14.1975 5.9998L8.49749 11.6998H5.76149L10.4735 6.98781H0.80249V5.01181H10.4735L5.76149 0.299805H8.49749Z"
fill="CurrentColor"></path>
</svg></div>
</a>
</div>
</div>
</div>
</div>
<div class="section call-to-action">
<div class="container flex-center">
<div class="column-medium flex-center-vertical margin-top-24">
<h2 class="color-gradient-2 margin-bottom-0">A better way to build community</h2>
</div>
</div>
</div>
<div class="section padding-0-80">
<div class="container">
<div class="flex-space-between center">
<div class="column-small">
<a href="index.html" class="w-inline-block"><img src="images/Logo---Footer.svg" loading="lazy" width="174"
height="62" alt=""></a>
<p class="text-primary-color margin-top-24">Grow and measure your community with Orbit, the leading
community growth platform.<br></p>
<div class="flex-left">
<a href="https://twitter.com/OrbitModel/" target="_blank" class="margin-left-16 w-inline-block">
<div class="social-icon w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M23.953 4.57009C23.0545 4.96569 22.1026 5.22683 21.128 5.34509C22.1541 4.72834 22.9224 3.76113 23.291 2.62209C22.34 3.17709 21.286 3.58109 20.164 3.80609C19.4238 3.01452 18.4429 2.48951 17.3736 2.31259C16.3044 2.13567 15.2067 2.31674 14.2509 2.82768C13.2952 3.33862 12.5349 4.15084 12.0881 5.13821C11.6412 6.12558 11.533 7.23286 11.78 8.28809C7.69 8.09509 4.067 6.13009 1.64 3.16209C1.19879 3.9119 0.968664 4.76711 0.974 5.63709C0.974 7.34709 1.844 8.85009 3.162 9.73309C2.38086 9.70822 1.61697 9.49702 0.934 9.11709V9.17709C0.933557 10.3135 1.32627 11.415 2.04551 12.2948C2.76474 13.1747 3.76621 13.7786 4.88 14.0041C4.1583 14.1975 3.40241 14.2265 2.668 14.0891C2.98412 15.0671 3.59766 15.922 4.42301 16.5346C5.24837 17.1471 6.24435 17.4868 7.272 17.5061C5.53153 18.872 3.38248 19.6134 1.17 19.6111C0.78 19.6111 0.391 19.5881 0 19.5441C2.25571 20.9884 4.87851 21.7551 7.557 21.7531C16.61 21.7531 21.555 14.2571 21.555 7.76809C21.555 7.55809 21.555 7.34809 21.54 7.13809C22.506 6.44295 23.3392 5.57991 24 4.59009L23.953 4.57009Z"
fill="CurrentColor"></path>
</svg></div>
</a>
<a href="https://discord.orbit.love/" target="_blank" class="margin-left-16 w-inline-block">
<div class="social-icon w-embed"><svg width="30" height="25" viewbox="0 0 30 25" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M28.095 10.2101C26.9136 6.15104 25.5812 4.05372 25.5597 4.0161C25.4838 3.9234 23.6011 1.67037 19.0634 0.00390625L18.4638 1.6364C20.6225 2.42923 22.154 3.39644 22.9963 4.02138C20.4817 3.27046 17.4903 2.81057 14.8409 2.81057C12.1914 2.81057 9.2 3.27046 6.6854 4.02138C7.52762 3.39649 9.05913 2.42923 11.2178 1.6364L10.6182 0.00390625C6.0807 1.67037 4.19799 3.9234 4.12205 4.0161C4.10054 4.05372 2.76817 6.15104 1.58681 10.2101C0.448241 14.1219 0.0157104 19.6402 0 19.8614C0.101451 20.0201 2.43483 24.0039 8.79397 24.0039L10.4058 21.6698C8.59999 21.1903 6.87805 20.4171 5.30178 19.3679L6.26545 17.9201C8.8084 19.6127 11.7737 20.5075 14.8409 20.5075C17.908 20.5075 20.8733 19.6127 23.4163 17.9201L24.3799 19.3679C22.8037 20.4171 21.0817 21.1903 19.2759 21.6698L20.8878 24.0039C27.2469 24.0039 29.5803 20.0201 29.6817 19.8614C29.666 19.6402 29.2335 14.1219 28.095 10.2101V10.2101ZM10.82 14.7599H9.08087V11.8613H10.82V14.7599ZM20.6009 14.7599H18.8617V11.8613H20.6009V14.7599Z"
fill="CurrentColor"></path>
</svg></div>
</a>
<a href="https://www.linkedin.com/company/orbitco" target="_blank" class="margin-left-16 w-inline-block">
<div class="social-icon w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0)">
<path
d="M23.9933 24V23.999H23.9993V15.197C23.9993 10.891 23.0723 7.57397 18.0383 7.57397C15.6183 7.57397 13.9943 8.90198 13.3313 10.161H13.2613V7.97597H8.48828V23.999H13.4583V16.065C13.4583 13.976 13.8543 11.956 16.4413 11.956C18.9903 11.956 19.0283 14.34 19.0283 16.199V24H23.9933Z"
fill="CurrentColor"></path>
<path d="M0.394531 7.97705H5.37053V24H0.394531V7.97705Z" fill="CurrentColor"></path>
<path
d="M2.882 0C1.291 0 0 1.291 0 2.882C0 4.473 1.291 5.791 2.882 5.791C4.473 5.791 5.764 4.473 5.764 2.882C5.763 1.291 4.472 0 2.882 0V0Z"
fill="CurrentColor"></path>
</g>
<defs>
<clippath id="clip0">
<rect width="24" height="24" fill="white"></rect>
</clippath>
</defs>
</svg></div>
</a>
<a href="https://www.youtube.com/orbitmodel" target="_blank" class="margin-left-16 w-inline-block"></a>
</div>
</div>
<div class="column-xs stay-in-the-loop">
<div class="text-xl text-primary-2-color">Stay in the loop</div>
<div class="w-form">
<form id="email-form" name="email-form" data-name="Email Form" method="get"
data-wf-page-id="63e46f9faa110e085cd50874" data-wf-element-id="5de8c336-c89f-a68e-f1e7-99d4e1b2cf1f">
<input class="input large margin-top-16 margin-bottom-12 w-input" maxlength="256" name="email-2"
data-name="Email 2" placeholder="No spam. Only insights and updates." type="email" id="email-2"
required=""><input type="submit" data-wait="Please wait..." class="button form w-button"
value="Subscribe"></form>
<div class="success-message w-form-done">
<div>Thank you! Your submission has been received!</div>
</div>
<div class="error-message w-form-fail">
<div>Oops! Something went wrong while submitting the form.</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section padding-80">
<div class="container">
<div class="grid-fifths footer">
<div>
<div class="text-large text-primary-color">Community</div>
<div class="footer-wrap margin-top-24 cms-fix">
<a href="podcast.html" class="footer-link fix">Developer Love</a>
<a href="/gravity" class="footer-link">Gravity</a>
<a href="constellation-report-state-of-community-tools-2021.html" class="footer-link fix">Constellation
Report</a>
<a href="community-tools-index.html" class="footer-link fix">Tools Index</a>
<a href="https://www.orbitmodel.com/" target="_blank" class="footer-link">Orbit Model</a>
<div class="margin-top-24">
<div class="text-large text-primary-color">Resources</div>
<div class="footer-wrap margin-top-24 cms-fix">
<a href="#" class="footer-link">Knowledge Base</a>
<a href="developers.html" class="footer-link fix">Developers</a>
</div>
</div>
</div>
</div>
<div>
<div class="text-large text-primary-color">Company</div>
<div class="footer-wrap margin-top-24 cms-fix">
<a href="about-us.html" class="footer-link fix">About</a>
<a href="mailto:[email protected]" class="footer-link fix">Contact us at [email protected]</a>
<a href="orbit-community-guidelines.html" class="footer-link fix">Code of conduct</a>
<a id="w-node-bab47b56-69b1-950a-44f1-cd90f244d770-e1b2cef8"
href="https://orbit.trustshare.com/certifications" target="_blank"
class="footer-link fix w-inline-block"><img src="images/21972-312_SOC_NonCPA.webp" loading="lazy"
width="112" height="112" alt="" id="w-node-c4f1254f-ea08-8b52-7161-cbf910ea027e-e1b2cef8"></a>
</div>
</div>
</div>
</div>
</div>
<div class="section padding-0 footer-bar">
<div class="container">
<div class="flex-space-between center">
<div class="text-xs text-small-primary-color">© Copyright Orbit Labs, Inc. All rights reserved.</div>
<div class="terms-wrap">
<a href="privacy-policy.html" class="footer-link">Privacy Policy</a>
<a href="terms-of-service.html" class="footer-link margin-left-16">Terms of Service</a>
</div>
</div>
</div>
</div>
</div>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6090f2cbfb550680d4288567"
type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"></script>
<script src="js/orbit-team.js" type="text/javascript"></script>
<script>
// Sent body to overflow hidden on first click of hamburger icon
$('.nav-lottie').click(function () {
var clicks = $(this).data('clicks');
if (clicks) {
$("body").css("overflow", "auto");
} else {
$("body").css("overflow", "hidden");
}
$(this).data("clicks", !clicks);
});
// Click on the hamburger icon whenever you click on the greyed out part
$(".c-nav_background").click(function () {
$(".nav-lottie").click();
});
</script>
</body>
</html>