@ably/ui 8.7.0-dev.28a63f9 → 8.7.0-dev.35edbd4
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/Code/component.js +1 -1
- package/core/Code.jsx +108 -88
- package/core/CompanyAutocomplete/component.js +1 -1
- package/core/ConnectStateWrapper/component.js +1 -1
- package/core/ConnectStateWrapper.jsx +7 -7
- package/core/ContactFooter/component.js +1 -1
- package/core/ContactFooter.jsx +12 -12
- package/core/CookieMessage/component.js +1 -1
- package/core/CookieMessage.jsx +10 -10
- package/core/CustomerLogos/component.js +1 -1
- package/core/CustomerLogos.jsx +7 -7
- package/core/DropdownMenu/component.js +1 -1
- package/core/DropdownMenu.jsx +11 -11
- package/core/FeatureFooter/component.js +1 -1
- package/core/FeaturedLink/component.js +1 -1
- package/core/FeaturedLink.jsx +10 -10
- package/core/Flash/component.js +1 -1
- package/core/Flash.jsx +19 -19
- package/core/Footer/component.css +21 -1
- package/core/Footer/component.js +1 -1
- package/core/Footer.jsx +154 -63
- package/core/Icon/component.js +1 -1
- package/core/Icon.jsx +7 -7
- package/core/Loader/component.js +1 -1
- package/core/Loader.jsx +7 -7
- package/core/Logo/component.js +1 -1
- package/core/Logo.jsx +7 -7
- package/core/Meganav/component.css +1 -3
- package/core/Meganav/component.js +1 -1
- package/core/Meganav/component.json +1 -1
- package/core/Meganav.jsx +219 -186
- package/core/MeganavBlogPostsList/component.js +1 -1
- package/core/MeganavBlogPostsList.jsx +13 -13
- package/core/MeganavContentCompany/component.js +1 -1
- package/core/MeganavContentCompany.jsx +39 -27
- package/core/MeganavContentDevelopers/component.js +1 -1
- package/core/MeganavContentDevelopers.jsx +29 -16
- package/core/MeganavContentPlatform/component.js +1 -1
- package/core/MeganavContentPlatform.jsx +22 -22
- package/core/MeganavContentUseCases/component.js +1 -1
- package/core/MeganavContentUseCases.jsx +62 -54
- package/core/MeganavControl/component.js +1 -1
- package/core/MeganavControl.jsx +10 -10
- package/core/MeganavControlMobileDropdown/component.js +1 -1
- package/core/MeganavControlMobileDropdown.jsx +11 -11
- package/core/MeganavControlMobilePanelClose/component.js +1 -1
- package/core/MeganavControlMobilePanelClose.jsx +10 -10
- package/core/MeganavControlMobilePanelOpen/component.js +1 -1
- package/core/MeganavControlMobilePanelOpen.jsx +10 -10
- package/core/MeganavItemsDesktop/component.js +1 -1
- package/core/MeganavItemsDesktop.jsx +16 -16
- package/core/MeganavItemsMobile/component.js +1 -1
- package/core/MeganavItemsMobile.jsx +39 -39
- package/core/MeganavItemsSignedIn/component.js +1 -1
- package/core/MeganavItemsSignedIn.jsx +33 -33
- package/core/MeganavSearch/component.js +1 -1
- package/core/MeganavSearch.jsx +23 -23
- package/core/MeganavSearchAutocomplete/component.js +1 -1
- package/core/MeganavSearchAutocomplete.jsx +4 -4
- package/core/MeganavSearchPanel/component.js +1 -1
- package/core/MeganavSearchPanel.jsx +19 -19
- package/core/MeganavSearchSuggestions/component.js +1 -1
- package/core/MeganavSearchSuggestions.jsx +13 -13
- package/core/Notice/component.js +1 -1
- package/core/Notice.jsx +30 -30
- package/core/Showcase/component.js +1 -1
- package/core/Showcase.jsx +1 -1
- package/core/SignOutLink/component.js +1 -1
- package/core/SignOutLink.jsx +7 -7
- package/core/Slider/component.js +1 -1
- package/core/Slider.jsx +14 -14
- package/core/Uptime/component.js +1 -1
- package/core/Uptime.jsx +15 -15
- 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/core/scripts.js +1 -1
- package/core/sprites.svg +64 -0
- package/core/styles.css +1 -7
- package/package.json +1 -1
- package/reset/scripts.js +1 -1
- package/reset/styles.css +1 -11
- package/src/.DS_Store +0 -0
- package/src/core/.DS_Store +0 -0
- 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.css +1 -1
- package/src/core/Meganav/component.json +1 -1
- package/src/core/Meganav/component.rb +2 -2
- package/src/core/MeganavContentCompany/component.html.erb +9 -0
- package/src/core/MeganavContentCompany/component.jsx +9 -0
- package/src/core/MeganavContentDevelopers/component.html.erb +17 -10
- package/src/core/MeganavContentDevelopers/component.jsx +10 -0
- package/src/core/MeganavContentPlatform/component.html.erb +6 -6
- package/src/core/MeganavContentPlatform/component.jsx +6 -6
- package/src/core/MeganavContentUseCases/component.html.erb +42 -38
- package/src/core/MeganavContentUseCases/component.jsx +41 -38
- package/src/core/core.rb +8 -4
- package/src/core/icons/icon-display-data-broadcast-col.svg +26 -0
- package/src/core/icons/icon-display-data-synchronization-col.svg +14 -0
- package/src/core/icons/icon-display-events-col.svg +13 -0
- package/src/core/icons/icon-display-kafka-at-the-edge-col.svg +8 -0
- package/src/core/icons/icon-display-push-notifications-col.svg +6 -0
- package/src/core/icons/icon-tech-apachekafka.svg +3 -0
- 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/src/core/styles/text.css +1 -1
- package/src/core/utils/syntax-highlighter-registry.js +2 -0
- package/src/core/utils/syntax-highlighter.js +5 -0
- package/core/Meganav/component.js.LICENSE.txt +0 -7
- package/core/MeganavContentWhyAbly/component.js +0 -22
- package/core/MeganavContentWhyAbly.jsx +0 -3279
- package/core/MeganavSearchAutocomplete/component.js.LICENSE.txt +0 -7
- package/core/Notice/component.js.LICENSE.txt +0 -9
|
@@ -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
|
},
|
|
@@ -72,6 +72,15 @@
|
|
|
72
72
|
</div>
|
|
73
73
|
<% end %>
|
|
74
74
|
</li>
|
|
75
|
+
<li>
|
|
76
|
+
<%= link_to abs_url("/events"), class: "ui-meganav-media-with-image group" do %>
|
|
77
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-events-col", size: "2.5rem")) %>
|
|
78
|
+
<div class="flex flex-col justify-center">
|
|
79
|
+
<p class="ui-meganav-media-heading">Events</p>
|
|
80
|
+
<p class="ui-meganav-media-copy">Join Ably at upcoming events.</p>
|
|
81
|
+
</div>
|
|
82
|
+
<% end %>
|
|
83
|
+
</li>
|
|
75
84
|
</ul>
|
|
76
85
|
</div>
|
|
77
86
|
|
|
@@ -88,6 +88,15 @@ const MeganavContentCompany = ({ paths, absUrl }) => {
|
|
|
88
88
|
</div>
|
|
89
89
|
</a>
|
|
90
90
|
</li>
|
|
91
|
+
<li>
|
|
92
|
+
<a href={absUrl("/events")} className="ui-meganav-media-with-image group">
|
|
93
|
+
<Icon name="icon-display-events-col" size="2.5rem" />
|
|
94
|
+
<div className="flex flex-col justify-center">
|
|
95
|
+
<p className="ui-meganav-media-heading">Events</p>
|
|
96
|
+
<p className="ui-meganav-media-copy">Join Ably at upcoming events.</p>
|
|
97
|
+
</div>
|
|
98
|
+
</a>
|
|
99
|
+
</li>
|
|
91
100
|
</ul>
|
|
92
101
|
</div>
|
|
93
102
|
|
|
@@ -16,26 +16,25 @@
|
|
|
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>
|
|
36
36
|
</ul>
|
|
37
37
|
</div>
|
|
38
|
-
|
|
39
38
|
<div class="col-span-full md:col-span-4 pb-8 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0">
|
|
40
39
|
<ul class="md:mt-40" aria-labelledby="meganav-developers-panel-explore">
|
|
41
40
|
<li>
|
|
@@ -65,9 +64,17 @@
|
|
|
65
64
|
</div>
|
|
66
65
|
<% end %>
|
|
67
66
|
</li>
|
|
67
|
+
<li>
|
|
68
|
+
<%= link_to abs_url("/reference-guide-multiplayer"), class: "ui-meganav-media-with-image group" do %>
|
|
69
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-multi-user-spaces-col", size: "2.5rem")) %>
|
|
70
|
+
<div class="flex flex-col justify-center">
|
|
71
|
+
<p class="ui-meganav-media-heading">Multiplayer reference guide</p>
|
|
72
|
+
<p class="ui-meganav-media-copy">Learn about the core Ably concepts for Multiplayer collaboration.</p>
|
|
73
|
+
</div>
|
|
74
|
+
<% end %>
|
|
75
|
+
</li>
|
|
68
76
|
</ul>
|
|
69
77
|
</div>
|
|
70
|
-
|
|
71
78
|
<div class="col-span-full md:col-span-4 pt-8 pb-24 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0">
|
|
72
79
|
<h3 class="ui-meganav-overline uppercase" id="meganav-developers-panel-quick-links">
|
|
73
80
|
Quick links
|
|
@@ -71,6 +71,15 @@ const MeganavContentDevelopers = ({ absUrl }) => (
|
|
|
71
71
|
</div>
|
|
72
72
|
</a>
|
|
73
73
|
</li>
|
|
74
|
+
<li>
|
|
75
|
+
<a href={absUrl("/reference-guide-multiplayer")} className="ui-meganav-media-with-image group">
|
|
76
|
+
<Icon name="icon-multi-user-spaces-col" size="2.5rem" />
|
|
77
|
+
<div className="flex flex-col justify-center">
|
|
78
|
+
<p className="ui-meganav-media-heading">Multiplayer reference guide</p>
|
|
79
|
+
<p className="ui-meganav-media-copy">Learn about the core Ably concepts for Multiplayer collaboration.</p>
|
|
80
|
+
</div>
|
|
81
|
+
</a>
|
|
82
|
+
</li>
|
|
74
83
|
</ul>
|
|
75
84
|
</div>
|
|
76
85
|
|
|
@@ -99,6 +108,7 @@ const MeganavContentDevelopers = ({ absUrl }) => (
|
|
|
99
108
|
<p className="ui-meganav-media-heading">
|
|
100
109
|
Status
|
|
101
110
|
<iframe
|
|
111
|
+
title="Ably status"
|
|
102
112
|
src="https://status.ably.com/embed/icon"
|
|
103
113
|
allowtransparency="true"
|
|
104
114
|
frameBorder="0"
|
|
@@ -36,12 +36,6 @@
|
|
|
36
36
|
<p class="ui-meganav-media-copy">Display a list of user actions in realtime.</p>
|
|
37
37
|
<% end %>
|
|
38
38
|
</li>
|
|
39
|
-
<li>
|
|
40
|
-
<%= link_to abs_url("/examples/live-charts"), class: "ui-meganav-media group" do %>
|
|
41
|
-
<p class="ui-meganav-media-heading">Live Charts</p>
|
|
42
|
-
<p class="ui-meganav-media-copy">Visualise live metrics and data in a chart.</p>
|
|
43
|
-
<% end %>
|
|
44
|
-
</li>
|
|
45
39
|
<li>
|
|
46
40
|
<%= link_to abs_url("/examples/live-cursors"), class: "ui-meganav-media group" do %>
|
|
47
41
|
<p class="ui-meganav-media-heading">Live Cursors</p>
|
|
@@ -54,6 +48,12 @@
|
|
|
54
48
|
<p class="ui-meganav-media-copy">See when a user is typing a message.</p>
|
|
55
49
|
<% end %>
|
|
56
50
|
</li>
|
|
51
|
+
<li>
|
|
52
|
+
<%= link_to abs_url("/examples/chat-admin-privileges"), class: "ui-meganav-media group" do %>
|
|
53
|
+
<p class="ui-meganav-media-heading">Chat Admin Privileges</p>
|
|
54
|
+
<p class="ui-meganav-media-copy">Control who can take admin actions in a digital space.</p>
|
|
55
|
+
<% end %>
|
|
56
|
+
</li>
|
|
57
57
|
</ul>
|
|
58
58
|
|
|
59
59
|
<%= render(AblyUi::Core::FeaturedLink.new(url: abs_url("/examples"), text_size: 'text-p3')) do %>Explore all live examples<% end %>
|
|
@@ -45,12 +45,6 @@ const MeganavContentPlatform = ({ paths, absUrl }) => (
|
|
|
45
45
|
<p className="ui-meganav-media-copy">Display a list of user actions in realtime.</p>
|
|
46
46
|
</a>
|
|
47
47
|
</li>
|
|
48
|
-
<li>
|
|
49
|
-
<a href={absUrl("/examples/live-charts")} className="ui-meganav-media group">
|
|
50
|
-
<p className="ui-meganav-media-heading">Live Charts</p>
|
|
51
|
-
<p className="ui-meganav-media-copy">Visualise live metrics and data in a chart.</p>
|
|
52
|
-
</a>
|
|
53
|
-
</li>
|
|
54
48
|
<li>
|
|
55
49
|
<a href={absUrl("/examples/live-cursors")} className="ui-meganav-media group">
|
|
56
50
|
<p className="ui-meganav-media-heading">Live Cursors</p>
|
|
@@ -63,6 +57,12 @@ const MeganavContentPlatform = ({ paths, absUrl }) => (
|
|
|
63
57
|
<p className="ui-meganav-media-copy">See when a user is typing a message.</p>
|
|
64
58
|
</a>
|
|
65
59
|
</li>
|
|
60
|
+
<li>
|
|
61
|
+
<a href={absUrl("/examples/chat-admin-privileges")} className="ui-meganav-media group">
|
|
62
|
+
<p className="ui-meganav-media-heading">Chat Admin Privileges</p>
|
|
63
|
+
<p className="ui-meganav-media-copy">Control who can take admin actions in a digital space.</p>
|
|
64
|
+
</a>
|
|
65
|
+
</li>
|
|
66
66
|
</ul>
|
|
67
67
|
<FeaturedLink url={absUrl("/examples")} textSize="text-p3">
|
|
68
68
|
Explore all live examples
|
|
@@ -3,49 +3,68 @@
|
|
|
3
3
|
<section class="grid grid-cols-12 ui-grid-gap-x w-full">
|
|
4
4
|
<div class="col-span-full md:col-span-4 py-24 lg:py-32 px-24 sm:px-32 md:pl-0 md:pr-24 bg-extra-light-grey">
|
|
5
5
|
<h3 class="ui-meganav-overline" id="meganav-use-cases-panel-use-cases">
|
|
6
|
-
|
|
6
|
+
Solutions
|
|
7
7
|
</h3>
|
|
8
8
|
<ul aria-labelledby="meganav-use-cases-panel-industry-use-cases">
|
|
9
|
+
|
|
9
10
|
<li>
|
|
10
|
-
<%= link_to abs_url("/solutions/
|
|
11
|
-
<%= render(AblyUi::Core::Icon.new(name: "icon-
|
|
11
|
+
<%= link_to abs_url("/solutions/chat"), class: "ui-meganav-media-with-image group" do %>
|
|
12
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-chat-stack-col", size: "2.5rem")) %>
|
|
12
13
|
<div class="flex flex-col justify-center">
|
|
13
|
-
<p class="ui-meganav-media-heading">Live
|
|
14
|
-
<p class="ui-meganav-media-copy">Deliver
|
|
14
|
+
<p class="ui-meganav-media-heading">Live Chat</p>
|
|
15
|
+
<p class="ui-meganav-media-copy">Deliver highly reliable chat experiences at scale.</p>
|
|
15
16
|
</div>
|
|
16
17
|
<% end %>
|
|
17
18
|
</li>
|
|
18
19
|
<li>
|
|
19
|
-
<%= link_to abs_url("/solutions/
|
|
20
|
-
<%= render(AblyUi::Core::Icon.new(name: "icon-
|
|
20
|
+
<%= link_to abs_url("/solutions/multiplayer-collaboration"), class: "ui-meganav-media-with-image group" do %>
|
|
21
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-multi-user-spaces-col", size: "2.5rem")) %>
|
|
21
22
|
<div class="flex flex-col justify-center">
|
|
22
|
-
<p class="ui-meganav-media-heading">
|
|
23
|
-
<p class="ui-meganav-media-copy">
|
|
23
|
+
<p class="ui-meganav-media-heading">Multiplayer Collaboration</p>
|
|
24
|
+
<p class="ui-meganav-media-copy">Bring collaborative multiplayer experiences to your users.</p>
|
|
24
25
|
</div>
|
|
25
26
|
<% end %>
|
|
26
27
|
</li>
|
|
27
28
|
<li>
|
|
28
|
-
<%= link_to abs_url("/solutions/
|
|
29
|
-
<%= render(AblyUi::Core::Icon.new(name: "icon-display-
|
|
29
|
+
<%= link_to abs_url("/solutions/data-broadcast"), class: "ui-meganav-media-with-image group" do %>
|
|
30
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-data-broadcast-col", size: "2.5rem")) %>
|
|
30
31
|
<div class="flex flex-col justify-center">
|
|
31
|
-
<p class="ui-meganav-media-heading">
|
|
32
|
-
<p class="ui-meganav-media-copy">
|
|
32
|
+
<p class="ui-meganav-media-heading">Data Broadcast</p>
|
|
33
|
+
<p class="ui-meganav-media-copy">Broadcast realtime event data to millions of devices around the globe.</p>
|
|
33
34
|
</div>
|
|
34
35
|
<% end %>
|
|
35
36
|
</li>
|
|
36
37
|
<li>
|
|
37
|
-
<%= link_to abs_url("/solutions/
|
|
38
|
-
<%= render(AblyUi::Core::Icon.new(name: "icon-
|
|
38
|
+
<%= link_to abs_url("/solutions/data-synchronization"), class: "ui-meganav-media-with-image group" do %>
|
|
39
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-data-synchronization-col", size: "2.5rem")) %>
|
|
39
40
|
<div class="flex flex-col justify-center">
|
|
40
|
-
<p class="ui-meganav-media-heading">
|
|
41
|
-
<p class="ui-meganav-media-copy">
|
|
41
|
+
<p class="ui-meganav-media-heading">Data Synchronization</p>
|
|
42
|
+
<p class="ui-meganav-media-copy">Keep your frontend and backend in realtime sync, at global scale.</p>
|
|
43
|
+
</div>
|
|
44
|
+
<% end %>
|
|
45
|
+
</li>
|
|
46
|
+
<li>
|
|
47
|
+
<%= link_to abs_url("/push-notifications"), class: "ui-meganav-media-with-image group" do %>
|
|
48
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-push-notifications-col", size: "2.5rem")) %>
|
|
49
|
+
<div class="flex flex-col justify-center">
|
|
50
|
+
<p class="ui-meganav-media-heading">Notifications</p>
|
|
51
|
+
<p class="ui-meganav-media-copy">Deliver cross-platform push notifications with a simple unified API.</p>
|
|
52
|
+
</div>
|
|
53
|
+
<% end %>
|
|
54
|
+
</li>
|
|
55
|
+
<li>
|
|
56
|
+
<%= link_to abs_url("/solutions/extend-kafka-to-the-edge"), class: "ui-meganav-media-with-image group" do %>
|
|
57
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-kafka-at-the-edge-col", size: "2.5rem")) %>
|
|
58
|
+
<div class="flex flex-col justify-center">
|
|
59
|
+
<p class="ui-meganav-media-heading">Extend Kafka to the edge</p>
|
|
60
|
+
<p class="ui-meganav-media-copy">Reliably expand Kafka’s event streaming beyond your private network.</p>
|
|
42
61
|
</div>
|
|
43
62
|
<% end %>
|
|
44
63
|
</li>
|
|
45
64
|
</ul>
|
|
46
65
|
</div>
|
|
47
66
|
|
|
48
|
-
<div class="col-span-full md:col-span-4 pt-24 pb-
|
|
67
|
+
<div class="col-span-full md:col-span-4 pt-24 pb-0 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0 bg-white">
|
|
49
68
|
<h3 class="ui-meganav-overline" id="meganav-use-cases-panel-industry">
|
|
50
69
|
Industry
|
|
51
70
|
</h3>
|
|
@@ -80,6 +99,11 @@
|
|
|
80
99
|
<p class="ui-meganav-media-copy">Provide trustworthy, HIPAA-compliant realtime apps.</p>
|
|
81
100
|
<% end %>
|
|
82
101
|
</li>
|
|
102
|
+
</ul>
|
|
103
|
+
</div>
|
|
104
|
+
|
|
105
|
+
<div class="col-span-full md:col-span-4 pt-0 pb-24 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0 bg-white">
|
|
106
|
+
<ul aria-labelledby="meganav-use-cases-panel-solutions" class="mt-0 md:mt-40">
|
|
83
107
|
<li>
|
|
84
108
|
<%= link_to abs_url("/solutions/ecommerce-and-retail"), class: "ui-meganav-media group" do %>
|
|
85
109
|
<p class="ui-meganav-media-heading">eCommerce & Retail</p>
|
|
@@ -106,26 +130,6 @@
|
|
|
106
130
|
</li>
|
|
107
131
|
</ul>
|
|
108
132
|
</div>
|
|
109
|
-
|
|
110
|
-
<div class="col-span-full md:col-span-4 pt-8 pb-24 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0 bg-white">
|
|
111
|
-
<h3 class="ui-meganav-overline" id="meganav-use-cases-panel-solutions">
|
|
112
|
-
Solutions
|
|
113
|
-
</h3>
|
|
114
|
-
<ul aria-labelledby="meganav-use-cases-panel-solutions">
|
|
115
|
-
<li>
|
|
116
|
-
<%= link_to abs_url("/solutions/extend-kafka-to-the-edge"), class: "ui-meganav-media group" do %>
|
|
117
|
-
<p class="ui-meganav-media-heading">Extend Kafka to the edge</p>
|
|
118
|
-
<p class="ui-meganav-media-copy">Reliably expand Kafka’s event streaming beyond your private network.</p>
|
|
119
|
-
<% end %>
|
|
120
|
-
</li>
|
|
121
|
-
<li>
|
|
122
|
-
<%= link_to abs_url("/solutions/asset-tracking"), class: "ui-meganav-media group" do %>
|
|
123
|
-
<p class="ui-meganav-media-heading">Asset Tracking</p>
|
|
124
|
-
<p class="ui-meganav-media-copy">Track assets in realtime with a solution optimised for last mile logistics.</p>
|
|
125
|
-
<% end %>
|
|
126
|
-
</li>
|
|
127
|
-
</ul>
|
|
128
|
-
</div>
|
|
129
133
|
</section>
|
|
130
134
|
<div class="ui-meganav-content-spacer"></div>
|
|
131
135
|
</div>
|