@ably/ui 8.7.0-dev.b870220 → 8.7.0-dev.c29ac14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -4
- package/core/.DS_Store +0 -0
- package/core/Footer/component.css +21 -1
- package/core/Footer.jsx +140 -49
- package/core/Meganav/component.json +1 -1
- package/core/Meganav.jsx +1 -1
- package/core/MeganavItemsDesktop.jsx +1 -1
- package/core/MeganavItemsMobile.jsx +1 -1
- package/core/images/high-performer-2022.png +0 -0
- package/core/images/highest-user-adoption-2022.png +0 -0
- package/core/images/users-love-us-2022.png +0 -0
- package/package.json +1 -1
- package/src/core/.DS_Store +0 -0
- package/src/core/FeatureFooter/component.rb +1 -1
- package/src/core/Footer/component.css +21 -1
- package/src/core/Footer/component.html.erb +118 -56
- package/src/core/Footer/component.jsx +125 -50
- package/src/core/Meganav/component.json +1 -1
- package/src/core/Meganav/component.rb +2 -2
- package/src/core/MeganavContentDevelopers/component.html.erb +8 -8
- package/src/core/core.rb +8 -4
- package/src/core/images/high-performer-2022.png +0 -0
- package/src/core/images/highest-user-adoption-2022.png +0 -0
- package/src/core/images/users-love-us-2022.png +0 -0
package/README.md
CHANGED
|
@@ -239,7 +239,14 @@ yarn link @ably/ui
|
|
|
239
239
|
|
|
240
240
|
For `ruby`:
|
|
241
241
|
|
|
242
|
-
In `preview/Gemfile` replace
|
|
242
|
+
In `preview/Gemfile` replace the Ably UI gem version number with `path: '../'` like this:
|
|
243
|
+
|
|
244
|
+
```bash
|
|
245
|
+
# in preview
|
|
246
|
+
gem 'ably-ui', path: '../', require: 'ably_ui'
|
|
247
|
+
```
|
|
248
|
+
|
|
249
|
+
and run:
|
|
243
250
|
|
|
244
251
|
```bash
|
|
245
252
|
# in preview
|
|
@@ -287,10 +294,14 @@ To deploy a review app with your in-progress code, you can use the `pre-release`
|
|
|
287
294
|
scripts/pre-release.sh
|
|
288
295
|
```
|
|
289
296
|
|
|
290
|
-
This
|
|
297
|
+
This script is a combination of two scripts:
|
|
298
|
+
|
|
299
|
+
1. Pre-Release:
|
|
300
|
+
|
|
301
|
+
- update your local dependencies for ably-ui and run a production build
|
|
302
|
+
- release a gem and a NPM package with the version built from your current SemVer but adding a pre-release tag based on a short SHA of your HEAD commit
|
|
291
303
|
|
|
292
|
-
|
|
293
|
-
— release a gem and a NPM package with the version built from your current SemVer but adding a pre-release tag based on a short SHA of your HEAD commit
|
|
304
|
+
2. Update Pre-Release Version:
|
|
294
305
|
|
|
295
306
|
- update the preview app
|
|
296
307
|
- commit all the above and push to origin
|
package/core/.DS_Store
ADDED
|
Binary file
|
|
@@ -8,7 +8,27 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.ui-footer-link {
|
|
11
|
-
@apply text-gui-default hover:text-gui-hover
|
|
11
|
+
@apply text-gui-default hover:text-gui-hover text-menu3 font-light;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.ui-footer-compliance-text {
|
|
15
|
+
font-size: 12px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.ui-footer-tick-icon {
|
|
19
|
+
min-width: 1.5rem;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@media (max-width: 1040px) {
|
|
23
|
+
.ui-footer-bottom-links {
|
|
24
|
+
@apply pb-40;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@media screen {
|
|
29
|
+
.ui-footer-glassdoor {
|
|
30
|
+
display: none;
|
|
31
|
+
}
|
|
12
32
|
}
|
|
13
33
|
}
|
|
14
34
|
|
package/core/Footer.jsx
CHANGED
|
@@ -191,7 +191,7 @@ function Footer(_ref) {
|
|
|
191
191
|
className: "bg-light-grey font-sans antialiased",
|
|
192
192
|
"data-id": "footer"
|
|
193
193
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
194
|
-
className: "max-w-screen-xl mx-auto py-32 sm:py-40
|
|
194
|
+
className: "max-w-screen-xl mx-auto py-32 sm:py-40 md:py-64 ui-grid-gap ui-grid-px grid grid-cols-6"
|
|
195
195
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
196
196
|
className: "col-span-full md:col-span-2"
|
|
197
197
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
@@ -203,11 +203,11 @@ function Footer(_ref) {
|
|
|
203
203
|
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("h2", {
|
|
204
204
|
className: "text-overline2 col-span-full font-medium uppercase tracking-widen-0.1"
|
|
205
205
|
}, "The Ably Platform")), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
206
|
-
className: "
|
|
206
|
+
className: "md:col-span-4 md:w-3/4 xs:w-3/5 w-full"
|
|
207
207
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
208
|
-
className: "text-p3 py-16 font-medium p-menu-row-snug
|
|
208
|
+
className: "text-p3 py-16 font-medium p-menu-row-snug"
|
|
209
209
|
}, "Easily power any realtime experience in your application via a simple API that handles everything realtime.")), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("ul", {
|
|
210
|
-
className: "grid
|
|
210
|
+
className: "grid grid-cols-1"
|
|
211
211
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", {
|
|
212
212
|
className: "p-menu-row-snug"
|
|
213
213
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
@@ -234,7 +234,7 @@ function Footer(_ref) {
|
|
|
234
234
|
href: absUrl("/hub"),
|
|
235
235
|
className: "ui-footer-menu-row-link"
|
|
236
236
|
}, "Streaming data sources")))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
237
|
-
className: "col-span-full
|
|
237
|
+
className: "col-span-full xs:col-span-3 md:col-span-1"
|
|
238
238
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("h2", {
|
|
239
239
|
className: "ui-footer-col-title"
|
|
240
240
|
}, "Ably is for"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("ul", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", {
|
|
@@ -293,7 +293,7 @@ function Footer(_ref) {
|
|
|
293
293
|
href: absUrl("/solutions/iot-and-connected-devices"),
|
|
294
294
|
className: "ui-footer-menu-row-link"
|
|
295
295
|
}, "IoT & Connected Devices")))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
296
|
-
className: "col-span-full
|
|
296
|
+
className: "col-span-full xs:col-span-3 md:col-span-1"
|
|
297
297
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("h2", {
|
|
298
298
|
className: "ui-footer-col-title"
|
|
299
299
|
}, "Developers"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("ul", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", {
|
|
@@ -327,18 +327,19 @@ function Footer(_ref) {
|
|
|
327
327
|
href: absUrl("/download"),
|
|
328
328
|
className: "ui-footer-menu-row-link"
|
|
329
329
|
}, "SDKs")), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", {
|
|
330
|
-
className: "p-menu-row-snug flex items-center"
|
|
330
|
+
className: "p-menu-row-snug flex items-center -mt-4"
|
|
331
331
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
332
332
|
className: "pr-8 ui-footer-menu-row-link",
|
|
333
333
|
href: "https://status.ably.com/"
|
|
334
334
|
}, "System status"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("iframe", {
|
|
335
|
-
className: "w-
|
|
335
|
+
className: "w-20 h-20 mb-2",
|
|
336
336
|
src: "https://status.ably.com/embed/icon",
|
|
337
337
|
allowtransparency: "true",
|
|
338
338
|
frameBorder: "0",
|
|
339
|
-
scrolling: "no"
|
|
339
|
+
scrolling: "no",
|
|
340
|
+
title: "System Status"
|
|
340
341
|
})))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
341
|
-
className: "col-span-full
|
|
342
|
+
className: "col-span-full xs:col-span-3 md:col-span-1"
|
|
342
343
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("h2", {
|
|
343
344
|
className: "ui-footer-col-title"
|
|
344
345
|
}, "WHY ABLY"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("ul", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", {
|
|
@@ -372,7 +373,7 @@ function Footer(_ref) {
|
|
|
372
373
|
href: absUrl("/integrations"),
|
|
373
374
|
className: "ui-footer-menu-row-link"
|
|
374
375
|
}, "Third-party integrations")))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
375
|
-
className: "col-span-full
|
|
376
|
+
className: "col-span-full xs:col-span-3 md:col-span-1"
|
|
376
377
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("h2", {
|
|
377
378
|
className: "ui-footer-col-title"
|
|
378
379
|
}, "ABOUT"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("ul", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", {
|
|
@@ -413,56 +414,53 @@ function Footer(_ref) {
|
|
|
413
414
|
}, "Contact us"))))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
414
415
|
className: "max-w-screen-xl ui-grid-px mx-auto"
|
|
415
416
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("hr", {
|
|
416
|
-
className: "border-t border-mid-grey"
|
|
417
|
+
className: "border-t border-mid-grey my-0"
|
|
417
418
|
})), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
418
|
-
className: "max-w-screen-xl mx-auto py-
|
|
419
|
+
className: "max-w-screen-xl mx-auto py-16 grid ui-grid-gap ui-grid-px sm:grid-cols-2"
|
|
419
420
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
420
|
-
className: "flex
|
|
421
|
+
className: "md:flex md:items-center"
|
|
421
422
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
422
|
-
className: "
|
|
423
|
-
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
href: absUrl("/legals"),
|
|
428
|
-
className: "pr-24 ui-footer-link"
|
|
429
|
-
}, "Legals"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
430
|
-
href: absUrl("/data-protection"),
|
|
431
|
-
className: "pr-24 ui-footer-link"
|
|
432
|
-
}, "Data Protection"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
433
|
-
href: absUrl("/privacy"),
|
|
434
|
-
className: "ui-footer-link"
|
|
435
|
-
}, "Privacy")), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
436
|
-
className: "pt-32 flex items-center"
|
|
423
|
+
className: "flex flex-col md:flex-row flex-auto ml-8 sm:col-span-1 md:col-span-2"
|
|
424
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
425
|
+
className: ""
|
|
426
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
427
|
+
className: "flex pb-24"
|
|
437
428
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
438
429
|
className: "h-24 pr-24 text-cool-black hover:text-icon-twitter",
|
|
439
|
-
href: "https://twitter.com/ablyrealtime"
|
|
430
|
+
href: "https://twitter.com/ablyrealtime",
|
|
431
|
+
title: "Ably on Twitter"
|
|
440
432
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
441
433
|
name: "twitter",
|
|
442
434
|
size: "1.5rem"
|
|
443
435
|
})), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
444
436
|
className: "h-24 pr-24 text-cool-black hover:text-icon-linkedin",
|
|
445
|
-
href: "https://www.linkedin.com/company/ably-realtime"
|
|
437
|
+
href: "https://www.linkedin.com/company/ably-realtime",
|
|
438
|
+
title: "Ably on LinkedIn"
|
|
446
439
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
447
440
|
name: "linkedin",
|
|
448
441
|
size: "1.5rem"
|
|
449
442
|
})), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
450
443
|
className: "h-24 pr-24 text-cool-black hover:text-icon-github",
|
|
451
|
-
href: "https://github.com/ably/"
|
|
444
|
+
href: "https://github.com/ably/",
|
|
445
|
+
title: "Ably on Github"
|
|
452
446
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
453
447
|
name: "github",
|
|
454
448
|
size: "1.5rem"
|
|
455
449
|
})), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
456
450
|
className: "h-24 pr-24 text-cool-black hover:text-icon-discord",
|
|
457
|
-
href: "https://discord.gg/jwBPhEZ9g5"
|
|
451
|
+
href: "https://discord.gg/jwBPhEZ9g5",
|
|
452
|
+
title: "Ably on Discord"
|
|
458
453
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
459
454
|
name: "discord",
|
|
460
455
|
size: "1.5rem"
|
|
461
|
-
})), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
462
|
-
className: "
|
|
463
|
-
}
|
|
464
|
-
className: "flex
|
|
465
|
-
|
|
456
|
+
})))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
457
|
+
className: "xs:hidden sm:block ui-footer-glassdoor"
|
|
458
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
459
|
+
className: "flex sm:pt-24 md:pt-0 sm:border-t sm:border-l-0 md:border-t-0 md:border-l sm:border-mid-grey sm:w-3/4 md:w-full md:pl-24"
|
|
460
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
461
|
+
href: "https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm",
|
|
462
|
+
className: "h-24 text-cool-black hover:text-icon-glassdoor",
|
|
463
|
+
title: "Ably reviews on glassdoor"
|
|
466
464
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
467
465
|
name: "glassdoor",
|
|
468
466
|
size: "1.5rem"
|
|
@@ -473,23 +471,116 @@ function Footer(_ref) {
|
|
|
473
471
|
}, "We're hiring!"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
474
472
|
href: "https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm",
|
|
475
473
|
className: "ui-footer-link"
|
|
476
|
-
}, "Learn more
|
|
477
|
-
className: "
|
|
474
|
+
}, "Learn more at Glassdoor"))))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
475
|
+
className: "xs:block sm:hidden"
|
|
476
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
477
|
+
className: "border-t border-mid-grey w-full"
|
|
478
|
+
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
479
|
+
className: "flex py-24"
|
|
480
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
481
|
+
className: "h-24 pr-16 text-cool-black hover:text-icon-glassdoor",
|
|
482
|
+
href: "https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm",
|
|
483
|
+
title: "Ably reviews on glassdoor"
|
|
484
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
485
|
+
name: "glassdoor",
|
|
486
|
+
size: "1.5rem"
|
|
487
|
+
})), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
488
|
+
className: "text-menu3 font-light"
|
|
489
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("strong", {
|
|
490
|
+
className: "block font-medium"
|
|
491
|
+
}, "We're hiring!"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
492
|
+
href: "https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm",
|
|
493
|
+
className: "ui-footer-link"
|
|
494
|
+
}, "Learn more at Glassdoor"))))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
495
|
+
className: "col-span-full sm:col-span-1 inline-flex sm:ml-auto sm:items-center"
|
|
478
496
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("img", {
|
|
479
|
-
className: "mr-24
|
|
480
|
-
src: paths.
|
|
481
|
-
alt: "
|
|
497
|
+
className: "mr-24 h-80",
|
|
498
|
+
src: paths.highestUserAdoption,
|
|
499
|
+
alt: "Highest User Adoption 2022"
|
|
482
500
|
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("img", {
|
|
483
|
-
className: "
|
|
484
|
-
src: paths.
|
|
485
|
-
alt: "
|
|
486
|
-
}))
|
|
501
|
+
className: "mr-24 h-80",
|
|
502
|
+
src: paths.usersLoveUs,
|
|
503
|
+
alt: "Users Love Us"
|
|
504
|
+
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("img", {
|
|
505
|
+
className: "mr-24 h-80",
|
|
506
|
+
src: paths.highestPerformer,
|
|
507
|
+
alt: "High Performer 2022"
|
|
508
|
+
}))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
509
|
+
className: "max-w-screen-xl ui-grid-px mx-auto"
|
|
510
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("hr", {
|
|
511
|
+
className: "border-t border-mid-grey my-0"
|
|
512
|
+
})), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
513
|
+
className: "max-w-screen-xl mx-auto py-24 sm:py-40 md:py-32 md:grid md:grid-cols-2 ui-grid-gap ui-grid-px"
|
|
514
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
515
|
+
className: "flex ml-8 col-span-full sm:col-span-1 md:pb-16 items-center ui-footer-bottom-links"
|
|
516
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
517
|
+
className: "flex"
|
|
518
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
519
|
+
href: absUrl("/privacy"),
|
|
520
|
+
className: "pr-24 ui-footer-link"
|
|
521
|
+
}, "Cookies"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
522
|
+
href: absUrl("/legals"),
|
|
523
|
+
className: "pr-24 ui-footer-link"
|
|
524
|
+
}, "Legals"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
525
|
+
href: absUrl("/data-protection"),
|
|
526
|
+
className: "pr-24 ui-footer-link"
|
|
527
|
+
}, "Data Protection"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
528
|
+
href: absUrl("/privacy"),
|
|
529
|
+
className: "ui-footer-link"
|
|
530
|
+
}, "Privacy"))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
531
|
+
className: "xs:grid xs:grid-cols-2 sm:grid-cols-4 xs:pl-16 sm:pl-8 md:justify-items-end"
|
|
532
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
533
|
+
className: "flex mr-24"
|
|
534
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
535
|
+
name: "icon-gui-tick",
|
|
536
|
+
color: "text-active-orange",
|
|
537
|
+
size: "1.5rem",
|
|
538
|
+
additionalCSS: "bg-white rounded-full mr-12 ui-footer-tick-icon"
|
|
539
|
+
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
540
|
+
className: "ui-footer-compliance-text font-medium whitespace-nowrap"
|
|
541
|
+
}, "SOC 2 Type 2"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
542
|
+
className: "ui-footer-compliance-text font-light mb-24"
|
|
543
|
+
}, "Certified"))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
544
|
+
className: "flex mr-24 md:col-start-2"
|
|
545
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
546
|
+
name: "icon-gui-tick",
|
|
547
|
+
color: "text-active-orange",
|
|
548
|
+
size: "1.5rem",
|
|
549
|
+
additionalCSS: "bg-white rounded-full mr-12 ui-footer-tick-icon"
|
|
550
|
+
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
551
|
+
className: "ui-footer-compliance-text font-medium whitespace-nowrap"
|
|
552
|
+
}, "HIPAA"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
553
|
+
className: "ui-footer-compliance-text font-light mb-24"
|
|
554
|
+
}, "Compliant"))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
555
|
+
className: "flex mr-24 md:col-start-3"
|
|
556
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
557
|
+
name: "icon-gui-tick",
|
|
558
|
+
color: "text-active-orange",
|
|
559
|
+
size: "1.5rem",
|
|
560
|
+
additionalCSS: "bg-white rounded-full mr-12 ui-footer-tick-icon"
|
|
561
|
+
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
562
|
+
className: "ui-footer-compliance-text font-medium whitespace-nowrap"
|
|
563
|
+
}, "EU GDPR"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
564
|
+
className: "ui-footer-compliance-text font-light mb-24"
|
|
565
|
+
}, "Certified"))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
566
|
+
className: "flex mr-24 md:col-start-4"
|
|
567
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
568
|
+
name: "icon-gui-tick",
|
|
569
|
+
color: "text-active-orange",
|
|
570
|
+
size: "1.5rem",
|
|
571
|
+
additionalCSS: "bg-white rounded-full mr-12 ui-footer-tick-icon"
|
|
572
|
+
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
573
|
+
className: "ui-footer-compliance-text font-medium whitespace-nowrap"
|
|
574
|
+
}, "256-bit AES"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
575
|
+
className: "ui-footer-compliance-text font-light mb-24"
|
|
576
|
+
}, "Encryption"))))));
|
|
487
577
|
}
|
|
488
578
|
Footer.propTypes = {
|
|
489
579
|
paths: external_commonjs_prop_types_commonjs2_prop_types_default().shape({
|
|
490
580
|
ablyStack: (external_commonjs_prop_types_commonjs2_prop_types_default()).string,
|
|
491
|
-
|
|
492
|
-
|
|
581
|
+
highestPerformer: (external_commonjs_prop_types_commonjs2_prop_types_default()).string,
|
|
582
|
+
highestUserAdoption: (external_commonjs_prop_types_commonjs2_prop_types_default()).string,
|
|
583
|
+
usersLoveUs: (external_commonjs_prop_types_commonjs2_prop_types_default()).string
|
|
493
584
|
}),
|
|
494
585
|
urlBase: (external_commonjs_prop_types_commonjs2_prop_types_default()).string
|
|
495
586
|
};
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"panels": [
|
|
32
32
|
{ "label": "Platform", "shortLabel": "Platform", "id": "platform-panel", "component": "MeganavContentPlatform" },
|
|
33
|
-
{ "label": "
|
|
33
|
+
{ "label": "Solutions", "shortLabel": "Solutions", "id": "use-cases-panel", "component": "MeganavContentUseCases" },
|
|
34
34
|
{ "label": "Company", "shortLabel": "Company", "id": "company-panel", "component": "MeganavContentCompany" },
|
|
35
35
|
{ "label": "Developers", "shortLabel": "Developers", "id": "developers-panel", "component": "MeganavContentDevelopers" }
|
|
36
36
|
]
|
package/core/Meganav.jsx
CHANGED
|
@@ -3274,7 +3274,7 @@ try {
|
|
|
3274
3274
|
/***/ ((module) => {
|
|
3275
3275
|
|
|
3276
3276
|
"use strict";
|
|
3277
|
-
module.exports = JSON.parse('{"n":{"white":{"backgroundColor":"bg-white","textColor":"text-cool-black","buttonBackgroundColor":"","buttonTextColor":"","mobileMenuColor":"text-cool-black","logoTextColor":"text-cool-black","barShadow":"shadow-subtle"},"black":{"backgroundColor":"bg-cool-black","textColor":"text-white","buttonBackgroundColor":"bg-white","buttonTextColor":"text-cool-black","mobileMenuColor":"text-white","logoTextColor":"text-white","barShadow":""},"transparentToWhite":{"backgroundColor":"bg-transparent","textColor":"text-white","buttonBackgroundColor":"bg-white","buttonTextColor":"text-cool-black","mobileMenuColor":"text-white","logoTextColor":"text-white","barShadow":""}},"h":[{"label":"Platform","shortLabel":"Platform","id":"platform-panel","component":"MeganavContentPlatform"},{"label":"
|
|
3277
|
+
module.exports = JSON.parse('{"n":{"white":{"backgroundColor":"bg-white","textColor":"text-cool-black","buttonBackgroundColor":"","buttonTextColor":"","mobileMenuColor":"text-cool-black","logoTextColor":"text-cool-black","barShadow":"shadow-subtle"},"black":{"backgroundColor":"bg-cool-black","textColor":"text-white","buttonBackgroundColor":"bg-white","buttonTextColor":"text-cool-black","mobileMenuColor":"text-white","logoTextColor":"text-white","barShadow":""},"transparentToWhite":{"backgroundColor":"bg-transparent","textColor":"text-white","buttonBackgroundColor":"bg-white","buttonTextColor":"text-cool-black","mobileMenuColor":"text-white","logoTextColor":"text-white","barShadow":""}},"h":[{"label":"Platform","shortLabel":"Platform","id":"platform-panel","component":"MeganavContentPlatform"},{"label":"Solutions","shortLabel":"Solutions","id":"use-cases-panel","component":"MeganavContentUseCases"},{"label":"Company","shortLabel":"Company","id":"company-panel","component":"MeganavContentCompany"},{"label":"Developers","shortLabel":"Developers","id":"developers-panel","component":"MeganavContentDevelopers"}]}');
|
|
3278
3278
|
|
|
3279
3279
|
/***/ }),
|
|
3280
3280
|
|
|
@@ -114,7 +114,7 @@ MeganavControl.propTypes = {
|
|
|
114
114
|
/***/ 3379:
|
|
115
115
|
/***/ ((module) => {
|
|
116
116
|
|
|
117
|
-
module.exports = JSON.parse('{"h":[{"label":"Platform","shortLabel":"Platform","id":"platform-panel","component":"MeganavContentPlatform"},{"label":"
|
|
117
|
+
module.exports = JSON.parse('{"h":[{"label":"Platform","shortLabel":"Platform","id":"platform-panel","component":"MeganavContentPlatform"},{"label":"Solutions","shortLabel":"Solutions","id":"use-cases-panel","component":"MeganavContentUseCases"},{"label":"Company","shortLabel":"Company","id":"company-panel","component":"MeganavContentCompany"},{"label":"Developers","shortLabel":"Developers","id":"developers-panel","component":"MeganavContentDevelopers"}]}');
|
|
118
118
|
|
|
119
119
|
/***/ }),
|
|
120
120
|
|
|
@@ -387,7 +387,7 @@ SignOutLink.propTypes = {
|
|
|
387
387
|
/***/ 3379:
|
|
388
388
|
/***/ ((module) => {
|
|
389
389
|
|
|
390
|
-
module.exports = JSON.parse('{"h":[{"label":"Platform","shortLabel":"Platform","id":"platform-panel","component":"MeganavContentPlatform"},{"label":"
|
|
390
|
+
module.exports = JSON.parse('{"h":[{"label":"Platform","shortLabel":"Platform","id":"platform-panel","component":"MeganavContentPlatform"},{"label":"Solutions","shortLabel":"Solutions","id":"use-cases-panel","component":"MeganavContentUseCases"},{"label":"Company","shortLabel":"Company","id":"company-panel","component":"MeganavContentCompany"},{"label":"Developers","shortLabel":"Developers","id":"developers-panel","component":"MeganavContentDevelopers"}]}');
|
|
391
391
|
|
|
392
392
|
/***/ }),
|
|
393
393
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ably/ui",
|
|
3
|
-
"version": "8.7.0-dev.
|
|
3
|
+
"version": "8.7.0-dev.c29ac14",
|
|
4
4
|
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
package/src/core/.DS_Store
CHANGED
|
Binary file
|
|
@@ -13,7 +13,7 @@ module AblyUi
|
|
|
13
13
|
def initialize(
|
|
14
14
|
url_base: AblyUi::Core::Util::DEFAULT_URL_BASE,
|
|
15
15
|
image_url: nil,
|
|
16
|
-
title: 'Talk to our technical
|
|
16
|
+
title: 'Talk to our technical team',
|
|
17
17
|
subtitle: "If you're having technical or account issues just get in touch.",
|
|
18
18
|
live_chat_label: 'Start a live chat',
|
|
19
19
|
live_chat_disabled_label: 'Live chat unavailable'
|
|
@@ -8,6 +8,26 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.ui-footer-link {
|
|
11
|
-
@apply text-gui-default hover:text-gui-hover
|
|
11
|
+
@apply text-gui-default hover:text-gui-hover text-menu3 font-light;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.ui-footer-compliance-text {
|
|
15
|
+
font-size: 12px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.ui-footer-tick-icon {
|
|
19
|
+
min-width: 1.5rem;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@media (max-width: 1040px) {
|
|
23
|
+
.ui-footer-bottom-links {
|
|
24
|
+
@apply pb-40;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@media screen {
|
|
29
|
+
.ui-footer-glassdoor {
|
|
30
|
+
display: none;
|
|
31
|
+
}
|
|
12
32
|
}
|
|
13
33
|
}
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
<footer class="bg-light-grey font-sans antialiased" data-id="footer">
|
|
2
|
-
<div class="max-w-screen-xl mx-auto py-32 sm:py-40
|
|
2
|
+
<div class="max-w-screen-xl mx-auto py-32 sm:py-40 md:py-64 ui-grid-gap ui-grid-px grid grid-cols-6">
|
|
3
3
|
<div class="col-span-full md:col-span-2">
|
|
4
4
|
<div class="flex flex-row p-menu-row-snug">
|
|
5
5
|
<%= image_tag(ably_stack_path, alt: "Ably homepage", class: "mr-24 -mt-16") %>
|
|
6
6
|
<h2 class="text-overline2 col-span-full font-medium uppercase tracking-widen-0.1">The Ably Platform</h2>
|
|
7
7
|
</div>
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
<p class="text-p3 py-16 font-medium p-menu-row-snug col-span-3">
|
|
8
|
+
<div class="md:col-span-4 md:w-3/4 xs:w-3/5 w-full">
|
|
9
|
+
<p class="text-p3 py-16 font-medium p-menu-row-snug">
|
|
11
10
|
Easily power any realtime experience in your application via a simple API that handles everything realtime.
|
|
12
11
|
</p>
|
|
13
12
|
</div>
|
|
14
|
-
|
|
15
|
-
<ul class="grid gap-x-8 sm:gap-x-16 md:gap-x-24 xl:gap-x-32 sm:grid-cols-2 md:grid-cols-1">
|
|
13
|
+
<ul class="grid grid-cols-1">
|
|
16
14
|
<li class="p-menu-row-snug">
|
|
17
15
|
<%= link_to 'Pub/sub messaging', abs_url("/pub-sub-messaging"), class: "ui-footer-menu-row-link" %>
|
|
18
16
|
</li>
|
|
@@ -30,8 +28,7 @@
|
|
|
30
28
|
</li>
|
|
31
29
|
</ul>
|
|
32
30
|
</div>
|
|
33
|
-
|
|
34
|
-
<div class="col-span-full sm:col-span-3 md:col-span-1">
|
|
31
|
+
<div class="col-span-full xs:col-span-3 md:col-span-1">
|
|
35
32
|
<h2 class="ui-footer-col-title">Ably is for</h2>
|
|
36
33
|
<ul>
|
|
37
34
|
<li class="p-menu-row-snug">
|
|
@@ -69,8 +66,7 @@
|
|
|
69
66
|
</li>
|
|
70
67
|
</ul>
|
|
71
68
|
</div>
|
|
72
|
-
|
|
73
|
-
<div class="col-span-full sm:col-span-3 md:col-span-1">
|
|
69
|
+
<div class="col-span-full xs:col-span-3 md:col-span-1">
|
|
74
70
|
<h2 class="ui-footer-col-title">Developers</h2>
|
|
75
71
|
<ul>
|
|
76
72
|
<li class="p-menu-row-snug">
|
|
@@ -91,14 +87,13 @@
|
|
|
91
87
|
<li class="p-menu-row-snug">
|
|
92
88
|
<%= link_to 'SDKs', abs_url("/download"), class: "ui-footer-menu-row-link" %>
|
|
93
89
|
</li>
|
|
94
|
-
<li class="p-menu-row-snug flex items-center">
|
|
90
|
+
<li class="p-menu-row-snug flex items-center -mt-4">
|
|
95
91
|
<a class="pr-8 ui-footer-menu-row-link" href="https://status.ably.com/">System status</a>
|
|
96
|
-
<iframe class="w-
|
|
92
|
+
<iframe class="w-20 h-20 mb-2" src="https://status.ably.com/embed/icon" allowtransparency="true" frameborder="0" scrolling="no"></iframe>
|
|
97
93
|
</li>
|
|
98
94
|
</ul>
|
|
99
95
|
</div>
|
|
100
|
-
|
|
101
|
-
<div class="col-span-full sm:col-span-3 md:col-span-1">
|
|
96
|
+
<div class="col-span-full xs:col-span-3 md:col-span-1">
|
|
102
97
|
<h2 class="ui-footer-col-title">WHY ABLY</h2>
|
|
103
98
|
<ul>
|
|
104
99
|
<li class="p-menu-row-snug">
|
|
@@ -121,8 +116,7 @@
|
|
|
121
116
|
</li>
|
|
122
117
|
</ul>
|
|
123
118
|
</div>
|
|
124
|
-
|
|
125
|
-
<div class="col-span-full sm:col-span-3 md:col-span-1">
|
|
119
|
+
<div class="col-span-full xs:col-span-3 md:col-span-1">
|
|
126
120
|
<h2 class="ui-footer-col-title">ABOUT</h2>
|
|
127
121
|
<ul>
|
|
128
122
|
<li class="p-menu-row-snug">
|
|
@@ -141,7 +135,7 @@
|
|
|
141
135
|
<%= link_to 'Open protocol policy', abs_url("/open-policy"), class: "ui-footer-menu-row-link" %>
|
|
142
136
|
</li>
|
|
143
137
|
<li class="p-menu-row-snug">
|
|
144
|
-
|
|
138
|
+
<%= link_to 'Press & Media', abs_url("/press-center"), class: "ui-footer-menu-row-link" %>
|
|
145
139
|
</li>
|
|
146
140
|
<li class="p-menu-row-snug">
|
|
147
141
|
<%= link_to 'Contact us', abs_url("/contact"), class: "ui-footer-menu-row-link" %>
|
|
@@ -149,51 +143,119 @@
|
|
|
149
143
|
</ul>
|
|
150
144
|
</div>
|
|
151
145
|
</div>
|
|
152
|
-
|
|
153
146
|
<div class="max-w-screen-xl ui-grid-px mx-auto">
|
|
154
|
-
<hr class="border-t border-mid-grey"
|
|
147
|
+
<hr class="border-t border-mid-grey my-0"/>
|
|
155
148
|
</div>
|
|
156
|
-
|
|
157
|
-
<div class="max-w-screen-xl mx-auto py-
|
|
158
|
-
<div class="flex
|
|
159
|
-
<div class="
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
149
|
+
<%# Twitter + Glassdoor SM * above + Glassdoor XS + Badges %>
|
|
150
|
+
<div class="max-w-screen-xl mx-auto py-16 grid ui-grid-gap ui-grid-px sm:grid-cols-2">
|
|
151
|
+
<div class="md:flex md:items-center">
|
|
152
|
+
<div class="flex flex-col md:flex-row flex-auto ml-8 sm:col-span-1 md:col-span-2">
|
|
153
|
+
<div class="">
|
|
154
|
+
<div class="flex pb-24">
|
|
155
|
+
<a class="h-24 pr-24 text-cool-black hover:text-icon-twitter" href="https://twitter.com/ablyrealtime" title="Ably on Twitter">
|
|
156
|
+
<%= render(AblyUi::Core::Icon.new(name: "twitter", size: "1.5rem")) %>
|
|
157
|
+
</a>
|
|
158
|
+
<a
|
|
159
|
+
class="h-24 pr-24 text-cool-black hover:text-icon-linkedin"
|
|
160
|
+
href="https://www.linkedin.com/company/ably-realtime"
|
|
161
|
+
title="Ably on LinkedIn"
|
|
162
|
+
>
|
|
163
|
+
<%= render(AblyUi::Core::Icon.new(name: "linkedin", size: "1.5rem")) %>
|
|
164
|
+
</a>
|
|
165
|
+
<a class="h-24 pr-24 text-cool-black hover:text-icon-github" href="https://github.com/ably/" title="Ably on Github">
|
|
166
|
+
<%= render(AblyUi::Core::Icon.new(name: "github", size: "1.5rem")) %>
|
|
167
|
+
</a>
|
|
168
|
+
<a class="h-24 pr-24 text-cool-black hover:text-icon-discord" href="https://discord.gg/jwBPhEZ9g5" title="Ably on Discord">
|
|
169
|
+
<%= render(AblyUi::Core::Icon.new(name: "discord", size: "1.5rem")) %>
|
|
170
|
+
</a>
|
|
171
|
+
</div>
|
|
172
|
+
</div>
|
|
173
|
+
<%# GLASSDOOR on SM and Above %>
|
|
174
|
+
<div class="xs:hidden sm:block ui-footer-glassdoor">
|
|
175
|
+
<div class="flex sm:pt-24 md:pt-0 sm:border-t sm:border-l-0 md:border-t-0 md:border-l sm:border-mid-grey sm:w-3/4 md:w-full md:pl-24">
|
|
176
|
+
<a
|
|
177
|
+
href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm"
|
|
178
|
+
class="h-24 text-cool-black hover:text-icon-glassdoor"
|
|
179
|
+
title="Ably reviews on glassdoor"
|
|
180
|
+
>
|
|
181
|
+
<%= render(AblyUi::Core::Icon.new(name: "glassdoor", size: "1.5rem")) %>
|
|
182
|
+
</a>
|
|
183
|
+
<div class="pl-16 text-menu3 font-light">
|
|
184
|
+
<strong class="block font-medium">We're hiring!</strong>
|
|
185
|
+
<a href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm" class="ui-footer-link">
|
|
186
|
+
Learn more at Glassdoor
|
|
187
|
+
</a>
|
|
188
|
+
</div>
|
|
189
|
+
</div>
|
|
190
|
+
</div>
|
|
164
191
|
</div>
|
|
165
|
-
|
|
166
|
-
<div class="
|
|
167
|
-
<
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm"
|
|
183
|
-
>
|
|
184
|
-
<%= render(AblyUi::Core::Icon.new(name: "glassdoor", size: "1.5rem")) %>
|
|
185
|
-
</a>
|
|
186
|
-
<div class="pl-16 text-menu3 font-light">
|
|
187
|
-
<strong class="block font-medium">We're hiring!</strong>
|
|
188
|
-
<a href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm" class="ui-footer-link">Learn more</a>
|
|
189
|
-
at Glassdoor
|
|
192
|
+
<%# GlassDoor on XS ONLY %>
|
|
193
|
+
<div class="xs:block sm:hidden">
|
|
194
|
+
<div class="border-t border-mid-grey w-full"></div>
|
|
195
|
+
<div class="flex py-24">
|
|
196
|
+
<a
|
|
197
|
+
class="h-24 pr-16 text-cool-black hover:text-icon-glassdoor"
|
|
198
|
+
href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm"
|
|
199
|
+
title="Ably reviews on glassdoor"
|
|
200
|
+
>
|
|
201
|
+
<%= render(AblyUi::Core::Icon.new(name: "glassdoor", size: "1.5rem")) %>
|
|
202
|
+
</a>
|
|
203
|
+
<div class="text-menu3 font-light">
|
|
204
|
+
<strong class="block font-medium">We're hiring!</strong>
|
|
205
|
+
<a href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm" class="ui-footer-link">
|
|
206
|
+
Learn more at Glassdoor
|
|
207
|
+
</a>
|
|
208
|
+
</div>
|
|
190
209
|
</div>
|
|
191
210
|
</div>
|
|
192
211
|
</div>
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
<%= image_tag(
|
|
196
|
-
<%= image_tag(
|
|
212
|
+
<div class="col-span-full sm:col-span-1 inline-flex sm:ml-auto sm:items-center">
|
|
213
|
+
<%= image_tag(highest_user_adoption, alt: "Highest User Adoption 2022", class: "mr-24 h-80") %>
|
|
214
|
+
<%= image_tag(users_love_us, alt: "Users Love Us", class: "mr-24 h-80") %>
|
|
215
|
+
<%= image_tag(highest_performer, alt: "High Performer 2022", class: "mr-24 h-80") %>
|
|
216
|
+
</div>
|
|
217
|
+
</div>
|
|
218
|
+
<div class="max-w-screen-xl ui-grid-px mx-auto">
|
|
219
|
+
<hr class="border-t border-mid-grey my-0"/>
|
|
220
|
+
</div>
|
|
221
|
+
<div class="max-w-screen-xl mx-auto py-24 sm:py-40 md:py-32 md:grid md:grid-cols-2 ui-grid-gap ui-grid-px">
|
|
222
|
+
<div class="flex ml-8 col-span-full sm:col-span-1 md:pb-16 items-center ui-footer-bottom-links">
|
|
223
|
+
<div class="flex">
|
|
224
|
+
<%= link_to 'Cookies', abs_url("/privacy"), class: "pr-24 ui-footer-link" %>
|
|
225
|
+
<%= link_to 'Legals', abs_url("/legals"), class: "pr-24 ui-footer-link" %>
|
|
226
|
+
<%= link_to 'Data Protection', abs_url("/data-protection"), class: "pr-24 ui-footer-link" %>
|
|
227
|
+
<%= link_to 'Privacy', abs_url("/privacy"), class: "ui-footer-link" %>
|
|
228
|
+
</div>
|
|
229
|
+
</div>
|
|
230
|
+
<div class="xs:grid xs:grid-cols-2 sm:grid-cols-4 xs:pl-16 sm:pl-8 md:justify-items-end">
|
|
231
|
+
<div class="flex mr-24">
|
|
232
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-gui-tick", color: "text-active-orange", size: "1.5rem", additional_css:"bg-white rounded-full mr-12 ui-footer-tick-icon")) %>
|
|
233
|
+
<div>
|
|
234
|
+
<p class="ui-footer-compliance-text font-medium whitespace-nowrap">SOC 2 Type 2</p>
|
|
235
|
+
<p class="ui-footer-compliance-text font-light mb-24">Certified</p>
|
|
236
|
+
</div>
|
|
237
|
+
</div>
|
|
238
|
+
<div class="flex mr-24 md:col-start-2">
|
|
239
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-gui-tick", color: "text-active-orange", size: "1.5rem", additional_css:"bg-white rounded-full mr-12 ui-footer-tick-icon")) %>
|
|
240
|
+
<div>
|
|
241
|
+
<p class="ui-footer-compliance-text font-medium whitespace-nowrap">HIPAA</p>
|
|
242
|
+
<p class="ui-footer-compliance-text font-light mb-24">Compliant</p>
|
|
243
|
+
</div>
|
|
244
|
+
</div>
|
|
245
|
+
<div class="flex mr-24 md:col-start-3">
|
|
246
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-gui-tick", color: "text-active-orange", size: "1.5rem", additional_css:"bg-white rounded-full mr-12 ui-footer-tick-icon")) %>
|
|
247
|
+
<div>
|
|
248
|
+
<p class="ui-footer-compliance-text font-medium whitespace-nowrap">EU GDPR</p>
|
|
249
|
+
<p class="ui-footer-compliance-text font-light mb-24">Certified</p>
|
|
250
|
+
</div>
|
|
251
|
+
</div>
|
|
252
|
+
<div class="flex mr-24 md:col-start-4">
|
|
253
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-gui-tick", color: "text-active-orange", size: "1.5rem", additional_css:"bg-white rounded-full mr-12 ui-footer-tick-icon")) %>
|
|
254
|
+
<div>
|
|
255
|
+
<p class="ui-footer-compliance-text font-medium whitespace-nowrap">256-bit AES</p>
|
|
256
|
+
<p class="ui-footer-compliance-text font-light mb-24">Encryption</p>
|
|
257
|
+
</div>
|
|
258
|
+
</div>
|
|
197
259
|
</div>
|
|
198
260
|
</div>
|
|
199
261
|
</footer>
|
|
@@ -9,20 +9,19 @@ export default function Footer({ paths, urlBase }) {
|
|
|
9
9
|
|
|
10
10
|
return (
|
|
11
11
|
<footer className="bg-light-grey font-sans antialiased" data-id="footer">
|
|
12
|
-
<div className="max-w-screen-xl mx-auto py-32 sm:py-40
|
|
12
|
+
<div className="max-w-screen-xl mx-auto py-32 sm:py-40 md:py-64 ui-grid-gap ui-grid-px grid grid-cols-6">
|
|
13
13
|
<div className="col-span-full md:col-span-2">
|
|
14
14
|
<div className="flex flex-row p-menu-row-snug">
|
|
15
15
|
<img className="mr-24 -mt-16" src={paths.ablyStack} alt="Ably homepage" />
|
|
16
16
|
<h2 className="text-overline2 col-span-full font-medium uppercase tracking-widen-0.1">The Ably Platform</h2>
|
|
17
17
|
</div>
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
<p className="text-p3 py-16 font-medium p-menu-row-snug col-span-3">
|
|
18
|
+
<div className="md:col-span-4 md:w-3/4 xs:w-3/5 w-full">
|
|
19
|
+
<p className="text-p3 py-16 font-medium p-menu-row-snug">
|
|
21
20
|
Easily power any realtime experience in your application via a simple API that handles everything realtime.
|
|
22
21
|
</p>
|
|
23
22
|
</div>
|
|
24
23
|
|
|
25
|
-
<ul className="grid
|
|
24
|
+
<ul className="grid grid-cols-1">
|
|
26
25
|
<li className="p-menu-row-snug">
|
|
27
26
|
<a href={absUrl("/pub-sub-messaging")} className="ui-footer-menu-row-link">
|
|
28
27
|
Pub/sub messaging
|
|
@@ -51,7 +50,7 @@ export default function Footer({ paths, urlBase }) {
|
|
|
51
50
|
</ul>
|
|
52
51
|
</div>
|
|
53
52
|
|
|
54
|
-
<div className="col-span-full
|
|
53
|
+
<div className="col-span-full xs:col-span-3 md:col-span-1">
|
|
55
54
|
<h2 className="ui-footer-col-title">Ably is for</h2>
|
|
56
55
|
<ul>
|
|
57
56
|
<li className="p-menu-row-snug">
|
|
@@ -112,7 +111,7 @@ export default function Footer({ paths, urlBase }) {
|
|
|
112
111
|
</ul>
|
|
113
112
|
</div>
|
|
114
113
|
|
|
115
|
-
<div className="col-span-full
|
|
114
|
+
<div className="col-span-full xs:col-span-3 md:col-span-1">
|
|
116
115
|
<h2 className="ui-footer-col-title">Developers</h2>
|
|
117
116
|
<ul>
|
|
118
117
|
<li className="p-menu-row-snug">
|
|
@@ -145,16 +144,23 @@ export default function Footer({ paths, urlBase }) {
|
|
|
145
144
|
SDKs
|
|
146
145
|
</a>
|
|
147
146
|
</li>
|
|
148
|
-
<li className="p-menu-row-snug flex items-center">
|
|
147
|
+
<li className="p-menu-row-snug flex items-center -mt-4">
|
|
149
148
|
<a className="pr-8 ui-footer-menu-row-link" href="https://status.ably.com/">
|
|
150
149
|
System status
|
|
151
150
|
</a>
|
|
152
|
-
<iframe
|
|
151
|
+
<iframe
|
|
152
|
+
className="w-20 h-20 mb-2"
|
|
153
|
+
src="https://status.ably.com/embed/icon"
|
|
154
|
+
allowtransparency="true"
|
|
155
|
+
frameBorder="0"
|
|
156
|
+
scrolling="no"
|
|
157
|
+
title="System Status"
|
|
158
|
+
></iframe>
|
|
153
159
|
</li>
|
|
154
160
|
</ul>
|
|
155
161
|
</div>
|
|
156
162
|
|
|
157
|
-
<div className="col-span-full
|
|
163
|
+
<div className="col-span-full xs:col-span-3 md:col-span-1">
|
|
158
164
|
<h2 className="ui-footer-col-title">WHY ABLY</h2>
|
|
159
165
|
<ul>
|
|
160
166
|
<li className="p-menu-row-snug">
|
|
@@ -190,7 +196,7 @@ export default function Footer({ paths, urlBase }) {
|
|
|
190
196
|
</ul>
|
|
191
197
|
</div>
|
|
192
198
|
|
|
193
|
-
<div className="col-span-full
|
|
199
|
+
<div className="col-span-full xs:col-span-3 md:col-span-1">
|
|
194
200
|
<h2 className="ui-footer-col-title">ABOUT</h2>
|
|
195
201
|
<ul>
|
|
196
202
|
<li className="p-menu-row-snug">
|
|
@@ -231,14 +237,86 @@ export default function Footer({ paths, urlBase }) {
|
|
|
231
237
|
</ul>
|
|
232
238
|
</div>
|
|
233
239
|
</div>
|
|
234
|
-
|
|
235
240
|
<div className="max-w-screen-xl ui-grid-px mx-auto">
|
|
236
|
-
<hr className="border-t border-mid-grey" />
|
|
241
|
+
<hr className="border-t border-mid-grey my-0" />
|
|
237
242
|
</div>
|
|
243
|
+
{/* Twitter + Glassdoor SM & above + Glassdoor XS + Badges*/}
|
|
244
|
+
<div className="max-w-screen-xl mx-auto py-16 grid ui-grid-gap ui-grid-px sm:grid-cols-2">
|
|
245
|
+
<div className="md:flex md:items-center">
|
|
246
|
+
<div className="flex flex-col md:flex-row flex-auto ml-8 sm:col-span-1 md:col-span-2">
|
|
247
|
+
<div className="">
|
|
248
|
+
<div className="flex pb-24">
|
|
249
|
+
<a className="h-24 pr-24 text-cool-black hover:text-icon-twitter" href="https://twitter.com/ablyrealtime" title="Ably on Twitter">
|
|
250
|
+
<Icon name="twitter" size="1.5rem" />
|
|
251
|
+
</a>
|
|
252
|
+
<a
|
|
253
|
+
className="h-24 pr-24 text-cool-black hover:text-icon-linkedin"
|
|
254
|
+
href="https://www.linkedin.com/company/ably-realtime"
|
|
255
|
+
title="Ably on LinkedIn"
|
|
256
|
+
>
|
|
257
|
+
<Icon name="linkedin" size="1.5rem" />
|
|
258
|
+
</a>
|
|
259
|
+
<a className="h-24 pr-24 text-cool-black hover:text-icon-github" href="https://github.com/ably/" title="Ably on Github">
|
|
260
|
+
<Icon name="github" size="1.5rem" />
|
|
261
|
+
</a>
|
|
262
|
+
<a className="h-24 pr-24 text-cool-black hover:text-icon-discord" href="https://discord.gg/jwBPhEZ9g5" title="Ably on Discord">
|
|
263
|
+
<Icon name="discord" size="1.5rem" />
|
|
264
|
+
</a>
|
|
265
|
+
</div>
|
|
266
|
+
</div>
|
|
267
|
+
{/* GLASSDOOR on SM and Above */}
|
|
268
|
+
<div className="xs:hidden sm:block ui-footer-glassdoor">
|
|
269
|
+
<div className="flex sm:pt-24 md:pt-0 sm:border-t sm:border-l-0 md:border-t-0 md:border-l sm:border-mid-grey sm:w-3/4 md:w-full md:pl-24">
|
|
270
|
+
<a
|
|
271
|
+
href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm"
|
|
272
|
+
className="h-24 text-cool-black hover:text-icon-glassdoor"
|
|
273
|
+
title="Ably reviews on glassdoor"
|
|
274
|
+
>
|
|
275
|
+
<Icon name="glassdoor" size="1.5rem" />
|
|
276
|
+
</a>
|
|
277
|
+
<div className="pl-16 text-menu3 font-light">
|
|
278
|
+
<strong className="block font-medium">We're hiring!</strong>
|
|
279
|
+
<a href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm" className="ui-footer-link">
|
|
280
|
+
Learn more at Glassdoor
|
|
281
|
+
</a>
|
|
282
|
+
</div>
|
|
283
|
+
</div>
|
|
284
|
+
</div>
|
|
285
|
+
</div>
|
|
286
|
+
{/* GlassDoor on XS ONLY */}
|
|
287
|
+
<div className="xs:block sm:hidden">
|
|
288
|
+
<div className="border-t border-mid-grey w-full"></div>
|
|
289
|
+
<div className="flex py-24">
|
|
290
|
+
<a
|
|
291
|
+
className="h-24 pr-16 text-cool-black hover:text-icon-glassdoor"
|
|
292
|
+
href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm"
|
|
293
|
+
title="Ably reviews on glassdoor"
|
|
294
|
+
>
|
|
295
|
+
<Icon name="glassdoor" size="1.5rem" />
|
|
296
|
+
</a>
|
|
297
|
+
<div className="text-menu3 font-light">
|
|
298
|
+
<strong className="block font-medium">We're hiring!</strong>
|
|
299
|
+
<a href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm" className="ui-footer-link">
|
|
300
|
+
Learn more at Glassdoor
|
|
301
|
+
</a>
|
|
302
|
+
</div>
|
|
303
|
+
</div>
|
|
304
|
+
</div>
|
|
305
|
+
</div>
|
|
238
306
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
<
|
|
307
|
+
<div className="col-span-full sm:col-span-1 inline-flex sm:ml-auto sm:items-center">
|
|
308
|
+
<img className="mr-24 h-80" src={paths.highestUserAdoption} alt="Highest User Adoption 2022" />
|
|
309
|
+
<img className="mr-24 h-80" src={paths.usersLoveUs} alt="Users Love Us" />
|
|
310
|
+
<img className="mr-24 h-80" src={paths.highestPerformer} alt="High Performer 2022" />
|
|
311
|
+
</div>
|
|
312
|
+
</div>
|
|
313
|
+
|
|
314
|
+
<div className="max-w-screen-xl ui-grid-px mx-auto">
|
|
315
|
+
<hr className="border-t border-mid-grey my-0" />
|
|
316
|
+
</div>
|
|
317
|
+
<div className="max-w-screen-xl mx-auto py-24 sm:py-40 md:py-32 md:grid md:grid-cols-2 ui-grid-gap ui-grid-px">
|
|
318
|
+
<div className="flex ml-8 col-span-full sm:col-span-1 md:pb-16 items-center ui-footer-bottom-links">
|
|
319
|
+
<div className="flex">
|
|
242
320
|
<a href={absUrl("/privacy")} className="pr-24 ui-footer-link">
|
|
243
321
|
Cookies
|
|
244
322
|
</a>
|
|
@@ -252,40 +330,36 @@ export default function Footer({ paths, urlBase }) {
|
|
|
252
330
|
Privacy
|
|
253
331
|
</a>
|
|
254
332
|
</div>
|
|
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
|
-
|
|
333
|
+
</div>
|
|
334
|
+
<div className="xs:grid xs:grid-cols-2 sm:grid-cols-4 xs:pl-16 sm:pl-8 md:justify-items-end">
|
|
335
|
+
<div className="flex mr-24">
|
|
336
|
+
<Icon name="icon-gui-tick" color="text-active-orange" size="1.5rem" additionalCSS="bg-white rounded-full mr-12 ui-footer-tick-icon" />
|
|
337
|
+
<div>
|
|
338
|
+
<p className="ui-footer-compliance-text font-medium whitespace-nowrap">SOC 2 Type 2</p>
|
|
339
|
+
<p className="ui-footer-compliance-text font-light mb-24">Certified</p>
|
|
340
|
+
</div>
|
|
341
|
+
</div>
|
|
342
|
+
<div className="flex mr-24 md:col-start-2">
|
|
343
|
+
<Icon name="icon-gui-tick" color="text-active-orange" size="1.5rem" additionalCSS="bg-white rounded-full mr-12 ui-footer-tick-icon" />
|
|
344
|
+
<div>
|
|
345
|
+
<p className="ui-footer-compliance-text font-medium whitespace-nowrap">HIPAA</p>
|
|
346
|
+
<p className="ui-footer-compliance-text font-light mb-24">Compliant</p>
|
|
347
|
+
</div>
|
|
348
|
+
</div>
|
|
349
|
+
<div className="flex mr-24 md:col-start-3">
|
|
350
|
+
<Icon name="icon-gui-tick" color="text-active-orange" size="1.5rem" additionalCSS="bg-white rounded-full mr-12 ui-footer-tick-icon" />
|
|
351
|
+
<div>
|
|
352
|
+
<p className="ui-footer-compliance-text font-medium whitespace-nowrap">EU GDPR</p>
|
|
353
|
+
<p className="ui-footer-compliance-text font-light mb-24">Certified</p>
|
|
354
|
+
</div>
|
|
355
|
+
</div>
|
|
356
|
+
<div className="flex mr-24 md:col-start-4">
|
|
357
|
+
<Icon name="icon-gui-tick" color="text-active-orange" size="1.5rem" additionalCSS="bg-white rounded-full mr-12 ui-footer-tick-icon" />
|
|
358
|
+
<div>
|
|
359
|
+
<p className="ui-footer-compliance-text font-medium whitespace-nowrap">256-bit AES</p>
|
|
360
|
+
<p className="ui-footer-compliance-text font-light mb-24">Encryption</p>
|
|
282
361
|
</div>
|
|
283
362
|
</div>
|
|
284
|
-
</div>
|
|
285
|
-
|
|
286
|
-
<div className="md:text-right col-span-full md:col-span-1 ml-8 inline-flex md:ml-auto">
|
|
287
|
-
<img className="mr-24 w-96 h-96" src={paths.rocketList} alt="Rocket List 2021" />
|
|
288
|
-
<img className="w-96 h-96" src={paths.flexibleCompanies} alt="Flexible Companies 2021" />
|
|
289
363
|
</div>
|
|
290
364
|
</div>
|
|
291
365
|
</footer>
|
|
@@ -295,8 +369,9 @@ export default function Footer({ paths, urlBase }) {
|
|
|
295
369
|
Footer.propTypes = {
|
|
296
370
|
paths: T.shape({
|
|
297
371
|
ablyStack: T.string,
|
|
298
|
-
|
|
299
|
-
|
|
372
|
+
highestPerformer: T.string,
|
|
373
|
+
highestUserAdoption: T.string,
|
|
374
|
+
usersLoveUs: T.string,
|
|
300
375
|
}),
|
|
301
376
|
urlBase: T.string,
|
|
302
377
|
};
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"panels": [
|
|
32
32
|
{ "label": "Platform", "shortLabel": "Platform", "id": "platform-panel", "component": "MeganavContentPlatform" },
|
|
33
|
-
{ "label": "
|
|
33
|
+
{ "label": "Solutions", "shortLabel": "Solutions", "id": "use-cases-panel", "component": "MeganavContentUseCases" },
|
|
34
34
|
{ "label": "Company", "shortLabel": "Company", "id": "company-panel", "component": "MeganavContentCompany" },
|
|
35
35
|
{ "label": "Developers", "shortLabel": "Developers", "id": "developers-panel", "component": "MeganavContentDevelopers" }
|
|
36
36
|
]
|
|
@@ -36,8 +36,8 @@ module AblyUi
|
|
|
36
36
|
class: 'AblyUi::Core::MeganavContentPlatform'
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
label: '
|
|
40
|
-
short_label: '
|
|
39
|
+
label: 'Solutions',
|
|
40
|
+
short_label: 'Solutions',
|
|
41
41
|
id: 'use-cases-panel',
|
|
42
42
|
class: 'AblyUi::Core::MeganavContentUseCases'
|
|
43
43
|
},
|
|
@@ -16,20 +16,20 @@
|
|
|
16
16
|
<% end %>
|
|
17
17
|
</li>
|
|
18
18
|
<li>
|
|
19
|
-
<%= link_to abs_url("/
|
|
20
|
-
<%= render(AblyUi::Core::Icon.new(name: "icon-display-
|
|
19
|
+
<%= link_to abs_url("/docs/quick-start-guide"), class: "ui-meganav-media-with-image group" do %>
|
|
20
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-quickstart-guides-col", size: "2.5rem")) %>
|
|
21
21
|
<div class="flex flex-col justify-center">
|
|
22
|
-
<p class="ui-meganav-media-heading">
|
|
23
|
-
<p class="ui-meganav-media-copy">
|
|
22
|
+
<p class="ui-meganav-media-heading">Quickstart guides</p>
|
|
23
|
+
<p class="ui-meganav-media-copy">Documentation to help you get started quickly.</p>
|
|
24
24
|
</div>
|
|
25
25
|
<% end %>
|
|
26
26
|
</li>
|
|
27
27
|
<li>
|
|
28
|
-
<%= link_to abs_url("/
|
|
29
|
-
<%= render(AblyUi::Core::Icon.new(name: "icon-display-
|
|
28
|
+
<%= link_to abs_url("/integrations"), class: "ui-meganav-media-with-image group" do %>
|
|
29
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-integrations-col", size: "2.5rem")) %>
|
|
30
30
|
<div class="flex flex-col justify-center">
|
|
31
|
-
<p class="ui-meganav-media-heading">
|
|
32
|
-
<p class="ui-meganav-media-copy">
|
|
31
|
+
<p class="ui-meganav-media-heading">Integrations</p>
|
|
32
|
+
<p class="ui-meganav-media-copy">Find out more about Ably integrations. </p>
|
|
33
33
|
</div>
|
|
34
34
|
<% end %>
|
|
35
35
|
</li>
|
package/src/core/core.rb
CHANGED
|
@@ -42,12 +42,16 @@ module AblyUi
|
|
|
42
42
|
asset_path 'ably_ui/core/images/icon-tech-aws.svg'
|
|
43
43
|
end
|
|
44
44
|
|
|
45
|
-
def
|
|
46
|
-
asset_path 'ably_ui/core/images/
|
|
45
|
+
def highest_performer
|
|
46
|
+
asset_path 'ably_ui/core/images/high-performer-2022.png'
|
|
47
47
|
end
|
|
48
48
|
|
|
49
|
-
def
|
|
50
|
-
asset_path 'ably_ui/core/images/
|
|
49
|
+
def highest_user_adoption
|
|
50
|
+
asset_path 'ably_ui/core/images/highest-user-adoption-2022.png'
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
def users_love_us
|
|
54
|
+
asset_path 'ably_ui/core/images/users-love-us-2022.png'
|
|
51
55
|
end
|
|
52
56
|
end
|
|
53
57
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|