@ably/ui 8.7.0-dev.7021bee → 8.7.0-dev.7072b07
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/Code/component.css +2 -0
- package/core/Code/component.js +739 -1
- package/core/Code.jsx +557 -410
- package/core/CompanyAutocomplete/component.css +2 -0
- package/core/CompanyAutocomplete/component.js +1161 -1
- package/core/ConnectStateWrapper/component.js +22 -1
- package/core/ConnectStateWrapper.jsx +29 -15
- package/core/ContactFooter/component.css +2 -0
- package/core/ContactFooter/component.js +211 -1
- package/core/ContactFooter.jsx +221 -144
- package/core/CookieMessage/component.css +2 -0
- package/core/CookieMessage/component.js +82 -1
- package/core/CookieMessage.jsx +62 -45
- package/core/CustomerLogos/component.js +22 -1
- package/core/CustomerLogos.jsx +16 -7
- package/core/DropdownMenu/component.js +22 -1
- package/core/DropdownMenu.jsx +26 -13
- package/core/FeatureFooter/component.css +2 -0
- package/core/FeatureFooter/component.js +211 -1
- package/core/FeaturedLink/component.css +2 -0
- package/core/FeaturedLink/component.js +82 -1
- package/core/FeaturedLink.jsx +25 -12
- package/core/Flash/component.css +2 -0
- package/core/Flash/component.js +82 -1
- package/core/Flash.jsx +132 -104
- package/core/Footer/component.css +23 -1
- package/core/Footer/component.js +82 -1
- package/core/Footer.jsx +307 -203
- package/core/Icon/component.js +22 -1
- package/core/Icon.jsx +16 -7
- package/core/Loader/component.js +22 -1
- package/core/Loader.jsx +16 -7
- package/core/Logo/component.js +22 -1
- package/core/Logo.jsx +16 -7
- package/core/Meganav/component.css +3 -3
- package/core/Meganav/component.js +992 -1
- package/core/Meganav/component.json +2 -2
- package/core/Meganav.jsx +2702 -2361
- package/core/MeganavBlogPostsList/component.js +1159 -1
- package/core/MeganavBlogPostsList.jsx +34 -17
- package/core/MeganavContentCompany/component.js +22 -1
- package/core/MeganavContentCompany.jsx +293 -216
- package/core/MeganavContentDevelopers/component.js +22 -1
- package/core/MeganavContentDevelopers.jsx +68 -30
- package/core/MeganavContentPlatform/component.js +1 -1
- package/core/MeganavContentPlatform.jsx +26 -50
- package/core/MeganavContentProducts/component.js +22 -0
- package/core/MeganavContentProducts.jsx +350 -0
- package/core/MeganavContentUseCases/component.js +22 -1
- package/core/MeganavContentUseCases.jsx +77 -56
- package/core/MeganavControl/component.js +241 -1
- package/core/MeganavControl.jsx +25 -12
- package/core/MeganavControlMobileDropdown/component.js +180 -1
- package/core/MeganavControlMobileDropdown.jsx +26 -13
- package/core/MeganavControlMobilePanelClose/component.js +142 -1
- package/core/MeganavControlMobilePanelClose.jsx +25 -12
- package/core/MeganavControlMobilePanelOpen/component.js +170 -1
- package/core/MeganavControlMobilePanelOpen.jsx +25 -12
- package/core/MeganavItemsDesktop/component.js +22 -1
- package/core/MeganavItemsDesktop.jsx +42 -22
- package/core/MeganavItemsMobile/component.js +22 -1
- package/core/MeganavItemsMobile.jsx +104 -60
- package/core/MeganavItemsSignedIn/component.js +22 -1
- package/core/MeganavItemsSignedIn.jsx +93 -52
- package/core/MeganavSearch/component.js +22 -1
- package/core/MeganavSearch.jsx +64 -35
- package/core/MeganavSearchAutocomplete/component.js +295 -1
- package/core/MeganavSearchAutocomplete.jsx +10 -4
- package/core/MeganavSearchPanel/component.js +22 -1
- package/core/MeganavSearchPanel.jsx +53 -28
- package/core/MeganavSearchSuggestions/component.js +258 -1
- package/core/MeganavSearchSuggestions.jsx +34 -17
- package/core/Notice/component.css +2 -0
- package/core/Notice/component.js +872 -1
- package/core/Notice.jsx +380 -310
- package/core/Showcase/component.css +2 -0
- package/core/Showcase/component.js +343 -1
- package/core/Showcase.jsx +4 -1
- package/core/SignOutLink/component.js +22 -1
- package/core/SignOutLink.jsx +16 -7
- package/core/Slider/component.css +2 -0
- package/core/Slider/component.js +255 -1
- package/core/Slider.jsx +208 -156
- package/core/Uptime/component.css +2 -0
- package/core/Uptime/component.js +82 -1
- package/core/Uptime.jsx +46 -23
- package/core/images/best-support-2023.svg +1 -0
- package/core/images/fastest-implementation-2023.svg +1 -0
- package/core/images/high-performer-2022.png +0 -0
- package/core/images/high-performer-2023.svg +1 -0
- package/core/images/highest-user-adoption-2022.png +0 -0
- package/core/images/highest-user-adoption-2023.svg +1 -0
- package/core/images/users-love-us-2022.png +0 -0
- package/core/scripts.js +1465 -1
- package/core/sprites.svg +99 -0
- package/core/styles.css +3 -7
- package/package.json +5 -3
- 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/Flash/component.jsx +0 -2
- package/src/core/Footer/component.css +21 -1
- package/src/core/Footer/component.html.erb +120 -63
- package/src/core/Footer/component.jsx +128 -61
- package/src/core/Meganav/component.css +1 -1
- package/src/core/Meganav/component.json +2 -2
- package/src/core/Meganav/component.jsx +2 -2
- package/src/core/Meganav/component.rb +6 -6
- package/src/core/MeganavContentCompany/component.html.erb +9 -0
- package/src/core/MeganavContentCompany/component.jsx +9 -0
- package/src/core/MeganavContentDevelopers/component.html.erb +30 -14
- package/src/core/MeganavContentDevelopers/component.jsx +32 -13
- package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.html.erb +15 -33
- package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.jsx +18 -39
- package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.rb +1 -1
- package/src/core/MeganavContentUseCases/component.html.erb +42 -38
- package/src/core/MeganavContentUseCases/component.jsx +41 -38
- package/src/core/MeganavItemsDesktop/component.jsx +1 -1
- package/src/core/MeganavItemsDesktop/component.rb +1 -1
- package/src/core/core.rb +12 -4
- package/src/core/icons/icon-display-asset-tracking-col.svg +18 -0
- package/src/core/icons/icon-display-chat-col.svg +4 -0
- 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-examples-col.svg +11 -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-gui-check-circled-fill-black.svg +4 -0
- package/src/core/icons/icon-social-x.svg +3 -0
- package/src/core/icons/icon-tech-apachekafka.svg +3 -0
- package/src/core/images/best-support-2023.svg +1 -0
- package/src/core/images/fastest-implementation-2023.svg +1 -0
- package/src/core/images/high-performer-2022.png +0 -0
- package/src/core/images/high-performer-2023.svg +1 -0
- package/src/core/images/highest-user-adoption-2022.png +0 -0
- package/src/core/images/highest-user-adoption-2023.svg +1 -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/tailwind.config.js +1 -0
- package/core/Meganav/component.js.LICENSE.txt +0 -7
- package/core/MeganavContentWhyAbly/component.js +0 -6
- package/core/MeganavContentWhyAbly.jsx +0 -6
- package/core/MeganavSearchAutocomplete/component.js.LICENSE.txt +0 -7
- package/core/Notice/component.js.LICENSE.txt +0 -9
- package/core/fonts/.DS_Store +0 -0
- package/core/images/.DS_Store +0 -0
- package/core/scripts.js.LICENSE.txt +0 -32
- package/preview/vendor/bundle/ruby/3.0.0/bundler/gems/ably-ui-abffd210ec0f/preview/log/.keep +0 -0
- package/preview/vendor/bundle/ruby/3.0.0/bundler/gems/ably-ui-abffd210ec0f/preview/tmp/.keep +0 -0
- package/preview/vendor/bundle/ruby/3.0.0/bundler/gems/ably-ui-abffd210ec0f/preview/tmp/pids/.keep +0 -0
- package/src/core/fonts/.DS_Store +0 -0
- package/src/core/images/.DS_Store +0 -0
- package/src/reset/.DS_Store +0 -0
- /package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.js +0 -0
|
@@ -9,22 +9,21 @@ 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
|
-
<a href={absUrl("/
|
|
26
|
+
<a href={absUrl("/solutions/channels")} className="ui-footer-menu-row-link">
|
|
28
27
|
Pub/sub messaging
|
|
29
28
|
</a>
|
|
30
29
|
</li>
|
|
@@ -43,15 +42,10 @@ export default function Footer({ paths, urlBase }) {
|
|
|
43
42
|
Multiple protocol messaging
|
|
44
43
|
</a>
|
|
45
44
|
</li>
|
|
46
|
-
<li className="p-menu-row-snug">
|
|
47
|
-
<a href={absUrl("/hub")} className="ui-footer-menu-row-link">
|
|
48
|
-
Streaming data sources
|
|
49
|
-
</a>
|
|
50
|
-
</li>
|
|
51
45
|
</ul>
|
|
52
46
|
</div>
|
|
53
47
|
|
|
54
|
-
<div className="col-span-full
|
|
48
|
+
<div className="col-span-full xs:col-span-3 md:col-span-1">
|
|
55
49
|
<h2 className="ui-footer-col-title">Ably is for</h2>
|
|
56
50
|
<ul>
|
|
57
51
|
<li className="p-menu-row-snug">
|
|
@@ -84,11 +78,6 @@ export default function Footer({ paths, urlBase }) {
|
|
|
84
78
|
Healthcare
|
|
85
79
|
</a>
|
|
86
80
|
</li>
|
|
87
|
-
<li className="p-menu-row-snug">
|
|
88
|
-
<a href={absUrl("/hub")} className="ui-footer-menu-row-link">
|
|
89
|
-
Streaming data sources
|
|
90
|
-
</a>
|
|
91
|
-
</li>
|
|
92
81
|
<li className="p-menu-row-snug">
|
|
93
82
|
<a href={absUrl("/solutions/ecommerce-and-retail")} className="ui-footer-menu-row-link">
|
|
94
83
|
eCommerce & Retail
|
|
@@ -112,7 +101,7 @@ export default function Footer({ paths, urlBase }) {
|
|
|
112
101
|
</ul>
|
|
113
102
|
</div>
|
|
114
103
|
|
|
115
|
-
<div className="col-span-full
|
|
104
|
+
<div className="col-span-full xs:col-span-3 md:col-span-1">
|
|
116
105
|
<h2 className="ui-footer-col-title">Developers</h2>
|
|
117
106
|
<ul>
|
|
118
107
|
<li className="p-menu-row-snug">
|
|
@@ -145,16 +134,23 @@ export default function Footer({ paths, urlBase }) {
|
|
|
145
134
|
SDKs
|
|
146
135
|
</a>
|
|
147
136
|
</li>
|
|
148
|
-
<li className="p-menu-row-snug flex items-center">
|
|
137
|
+
<li className="p-menu-row-snug flex items-center -mt-4">
|
|
149
138
|
<a className="pr-8 ui-footer-menu-row-link" href="https://status.ably.com/">
|
|
150
139
|
System status
|
|
151
140
|
</a>
|
|
152
|
-
<iframe
|
|
141
|
+
<iframe
|
|
142
|
+
className="w-20 h-20 mb-2"
|
|
143
|
+
src="https://status.ably.com/embed/icon"
|
|
144
|
+
allowtransparency="true"
|
|
145
|
+
frameBorder="0"
|
|
146
|
+
scrolling="no"
|
|
147
|
+
title="System Status"
|
|
148
|
+
></iframe>
|
|
153
149
|
</li>
|
|
154
150
|
</ul>
|
|
155
151
|
</div>
|
|
156
152
|
|
|
157
|
-
<div className="col-span-full
|
|
153
|
+
<div className="col-span-full xs:col-span-3 md:col-span-1">
|
|
158
154
|
<h2 className="ui-footer-col-title">WHY ABLY</h2>
|
|
159
155
|
<ul>
|
|
160
156
|
<li className="p-menu-row-snug">
|
|
@@ -190,7 +186,7 @@ export default function Footer({ paths, urlBase }) {
|
|
|
190
186
|
</ul>
|
|
191
187
|
</div>
|
|
192
188
|
|
|
193
|
-
<div className="col-span-full
|
|
189
|
+
<div className="col-span-full xs:col-span-3 md:col-span-1">
|
|
194
190
|
<h2 className="ui-footer-col-title">ABOUT</h2>
|
|
195
191
|
<ul>
|
|
196
192
|
<li className="p-menu-row-snug">
|
|
@@ -231,14 +227,87 @@ export default function Footer({ paths, urlBase }) {
|
|
|
231
227
|
</ul>
|
|
232
228
|
</div>
|
|
233
229
|
</div>
|
|
234
|
-
|
|
235
230
|
<div className="max-w-screen-xl ui-grid-px mx-auto">
|
|
236
|
-
<hr className="border-t border-mid-grey" />
|
|
231
|
+
<hr className="border-t border-mid-grey my-0" />
|
|
232
|
+
</div>
|
|
233
|
+
{/* Twitter + Glassdoor SM & above + Glassdoor XS + Badges*/}
|
|
234
|
+
<div className="max-w-screen-xl mx-auto py-16 grid ui-grid-gap ui-grid-px sm:grid-cols-2">
|
|
235
|
+
<div className="md:flex md:items-center">
|
|
236
|
+
<div className="flex flex-col md:flex-row flex-auto ml-8 sm:col-span-1 md:col-span-2">
|
|
237
|
+
<div className="">
|
|
238
|
+
<div className="flex pb-24">
|
|
239
|
+
<a className="h-24 pr-24 text-cool-black hover:text-icon-twitter" href="https://twitter.com/ablyrealtime" title="Ably on X">
|
|
240
|
+
<Icon name="icon-social-x" size="1.5rem" />
|
|
241
|
+
</a>
|
|
242
|
+
<a
|
|
243
|
+
className="h-24 pr-24 text-cool-black hover:text-icon-linkedin"
|
|
244
|
+
href="https://www.linkedin.com/company/ably-realtime"
|
|
245
|
+
title="Ably on LinkedIn"
|
|
246
|
+
>
|
|
247
|
+
<Icon name="linkedin" size="1.5rem" />
|
|
248
|
+
</a>
|
|
249
|
+
<a className="h-24 pr-24 text-cool-black hover:text-icon-github" href="https://github.com/ably/" title="Ably on Github">
|
|
250
|
+
<Icon name="github" size="1.5rem" />
|
|
251
|
+
</a>
|
|
252
|
+
<a className="h-24 pr-24 text-cool-black hover:text-icon-discord" href="https://discord.gg/jwBPhEZ9g5" title="Ably on Discord">
|
|
253
|
+
<Icon name="discord" size="1.5rem" />
|
|
254
|
+
</a>
|
|
255
|
+
</div>
|
|
256
|
+
</div>
|
|
257
|
+
{/* GLASSDOOR on SM and Above */}
|
|
258
|
+
<div className="xs:hidden sm:block ui-footer-glassdoor">
|
|
259
|
+
<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">
|
|
260
|
+
<a
|
|
261
|
+
href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm"
|
|
262
|
+
className="h-24 text-cool-black hover:text-icon-glassdoor"
|
|
263
|
+
title="Ably reviews on glassdoor"
|
|
264
|
+
>
|
|
265
|
+
<Icon name="glassdoor" size="1.5rem" />
|
|
266
|
+
</a>
|
|
267
|
+
<div className="pl-16 text-menu3 font-light">
|
|
268
|
+
<strong className="block font-medium">We're hiring!</strong>
|
|
269
|
+
<a href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm" className="ui-footer-link">
|
|
270
|
+
Learn more at Glassdoor
|
|
271
|
+
</a>
|
|
272
|
+
</div>
|
|
273
|
+
</div>
|
|
274
|
+
</div>
|
|
275
|
+
</div>
|
|
276
|
+
{/* GlassDoor on XS ONLY */}
|
|
277
|
+
<div className="xs:block sm:hidden">
|
|
278
|
+
<div className="border-t border-mid-grey w-full"></div>
|
|
279
|
+
<div className="flex py-24">
|
|
280
|
+
<a
|
|
281
|
+
className="h-24 pr-16 text-cool-black hover:text-icon-glassdoor"
|
|
282
|
+
href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm"
|
|
283
|
+
title="Ably reviews on glassdoor"
|
|
284
|
+
>
|
|
285
|
+
<Icon name="glassdoor" size="1.5rem" />
|
|
286
|
+
</a>
|
|
287
|
+
<div className="text-menu3 font-light">
|
|
288
|
+
<strong className="block font-medium">We're hiring!</strong>
|
|
289
|
+
<a href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm" className="ui-footer-link">
|
|
290
|
+
Learn more at Glassdoor
|
|
291
|
+
</a>
|
|
292
|
+
</div>
|
|
293
|
+
</div>
|
|
294
|
+
</div>
|
|
295
|
+
</div>
|
|
296
|
+
|
|
297
|
+
<div className="col-span-full sm:col-span-1 inline-flex sm:ml-auto sm:items-center">
|
|
298
|
+
<img className="mr-24 h-80" src={paths.highestUserAdoption} alt="Highest User Adoption 2023" />
|
|
299
|
+
<img className="mr-24 h-80" src={paths.bestSupport} alt="Best Support 2023" />
|
|
300
|
+
<img className="mr-24 h-80" src={paths.fastestImplementation} alt="Fastest Implementation 2023" />
|
|
301
|
+
<img className="mr-24 h-80" src={paths.highestPerformer} alt="High Performer 2023" />
|
|
302
|
+
</div>
|
|
237
303
|
</div>
|
|
238
304
|
|
|
239
|
-
<div className="max-w-screen-xl
|
|
240
|
-
<
|
|
241
|
-
|
|
305
|
+
<div className="max-w-screen-xl ui-grid-px mx-auto">
|
|
306
|
+
<hr className="border-t border-mid-grey my-0" />
|
|
307
|
+
</div>
|
|
308
|
+
<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">
|
|
309
|
+
<div className="flex ml-8 col-span-full sm:col-span-1 md:pb-16 items-center ui-footer-bottom-links">
|
|
310
|
+
<div className="flex">
|
|
242
311
|
<a href={absUrl("/privacy")} className="pr-24 ui-footer-link">
|
|
243
312
|
Cookies
|
|
244
313
|
</a>
|
|
@@ -252,40 +321,36 @@ export default function Footer({ paths, urlBase }) {
|
|
|
252
321
|
Privacy
|
|
253
322
|
</a>
|
|
254
323
|
</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
|
-
|
|
324
|
+
</div>
|
|
325
|
+
<div className="xs:grid xs:grid-cols-2 sm:grid-cols-4 xs:pl-16 sm:pl-8 md:justify-items-end">
|
|
326
|
+
<div className="flex mr-24">
|
|
327
|
+
<Icon name="icon-gui-tick" color="text-active-orange" size="1.5rem" additionalCSS="bg-white rounded-full mr-12 ui-footer-tick-icon" />
|
|
328
|
+
<div>
|
|
329
|
+
<p className="ui-footer-compliance-text font-medium whitespace-nowrap">SOC 2 Type 2</p>
|
|
330
|
+
<p className="ui-footer-compliance-text font-light mb-24">Certified</p>
|
|
331
|
+
</div>
|
|
332
|
+
</div>
|
|
333
|
+
<div className="flex mr-24 md:col-start-2">
|
|
334
|
+
<Icon name="icon-gui-tick" color="text-active-orange" size="1.5rem" additionalCSS="bg-white rounded-full mr-12 ui-footer-tick-icon" />
|
|
335
|
+
<div>
|
|
336
|
+
<p className="ui-footer-compliance-text font-medium whitespace-nowrap">HIPAA</p>
|
|
337
|
+
<p className="ui-footer-compliance-text font-light mb-24">Compliant</p>
|
|
338
|
+
</div>
|
|
339
|
+
</div>
|
|
340
|
+
<div className="flex mr-24 md:col-start-3">
|
|
341
|
+
<Icon name="icon-gui-tick" color="text-active-orange" size="1.5rem" additionalCSS="bg-white rounded-full mr-12 ui-footer-tick-icon" />
|
|
342
|
+
<div>
|
|
343
|
+
<p className="ui-footer-compliance-text font-medium whitespace-nowrap">EU GDPR</p>
|
|
344
|
+
<p className="ui-footer-compliance-text font-light mb-24">Certified</p>
|
|
345
|
+
</div>
|
|
346
|
+
</div>
|
|
347
|
+
<div className="flex mr-24 md:col-start-4">
|
|
348
|
+
<Icon name="icon-gui-tick" color="text-active-orange" size="1.5rem" additionalCSS="bg-white rounded-full mr-12 ui-footer-tick-icon" />
|
|
349
|
+
<div>
|
|
350
|
+
<p className="ui-footer-compliance-text font-medium whitespace-nowrap">256-bit AES</p>
|
|
351
|
+
<p className="ui-footer-compliance-text font-light mb-24">Encryption</p>
|
|
282
352
|
</div>
|
|
283
353
|
</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
354
|
</div>
|
|
290
355
|
</div>
|
|
291
356
|
</footer>
|
|
@@ -295,8 +360,10 @@ export default function Footer({ paths, urlBase }) {
|
|
|
295
360
|
Footer.propTypes = {
|
|
296
361
|
paths: T.shape({
|
|
297
362
|
ablyStack: T.string,
|
|
298
|
-
|
|
299
|
-
|
|
363
|
+
highestPerformer: T.string,
|
|
364
|
+
highestUserAdoption: T.string,
|
|
365
|
+
bestSupport: T.string,
|
|
366
|
+
fastestImplementation: T.string,
|
|
300
367
|
}),
|
|
301
368
|
urlBase: T.string,
|
|
302
369
|
};
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"panels": [
|
|
32
|
-
{ "label": "
|
|
33
|
-
{ "label": "
|
|
32
|
+
{ "label": "Products", "shortLabel": "Products", "id": "products-panel", "component": "MeganavContentProducts" },
|
|
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
|
]
|
|
@@ -14,7 +14,7 @@ import Notice from "../Notice/component.jsx";
|
|
|
14
14
|
import MeganavData from "./component.json";
|
|
15
15
|
import _absUrl from "../url-base";
|
|
16
16
|
|
|
17
|
-
import
|
|
17
|
+
import MeganavContentProducts from "../MeganavContentProducts/component.jsx";
|
|
18
18
|
import MeganavContentUseCases from "../MeganavContentUseCases/component.jsx";
|
|
19
19
|
import MeganavContentCompany from "../MeganavContentCompany/component.jsx";
|
|
20
20
|
import MeganavContentDevelopers from "../MeganavContentDevelopers/component.jsx";
|
|
@@ -58,7 +58,7 @@ SignIn.propTypes = {
|
|
|
58
58
|
const SignInPlaceholder = () => <div />;
|
|
59
59
|
|
|
60
60
|
const panels = {
|
|
61
|
-
|
|
61
|
+
MeganavContentProducts: MeganavContentProducts,
|
|
62
62
|
MeganavContentUseCases: MeganavContentUseCases,
|
|
63
63
|
MeganavContentCompany: MeganavContentCompany,
|
|
64
64
|
MeganavContentDevelopers: MeganavContentDevelopers,
|
|
@@ -30,14 +30,14 @@ module AblyUi
|
|
|
30
30
|
def panels
|
|
31
31
|
[
|
|
32
32
|
{
|
|
33
|
-
label: '
|
|
34
|
-
short_label: '
|
|
35
|
-
id: '
|
|
36
|
-
class: 'AblyUi::Core::
|
|
33
|
+
label: 'Products',
|
|
34
|
+
short_label: 'Products',
|
|
35
|
+
id: 'products-panel',
|
|
36
|
+
class: 'AblyUi::Core::MeganavContentProducts'
|
|
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,34 @@
|
|
|
16
16
|
<% end %>
|
|
17
17
|
</li>
|
|
18
18
|
<li>
|
|
19
|
-
<%= link_to abs_url("/docs/
|
|
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
|
+
</div>
|
|
34
|
+
<% end %>
|
|
35
|
+
</li>
|
|
36
|
+
<li>
|
|
37
|
+
<%= link_to abs_url("/examples"), class: "ui-meganav-media-with-image group" do %>
|
|
38
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-examples-col", size: "2.5rem")) %>
|
|
39
|
+
<div class="flex flex-col justify-center">
|
|
40
|
+
<p class="ui-meganav-media-heading">Live examples</p>
|
|
41
|
+
<p class="ui-meganav-media-copy">Discover our features and their use cases.</p>
|
|
33
42
|
</div>
|
|
34
43
|
<% end %>
|
|
35
44
|
</li>
|
|
36
45
|
</ul>
|
|
37
46
|
</div>
|
|
38
|
-
|
|
39
47
|
<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
48
|
<ul class="md:mt-40" aria-labelledby="meganav-developers-panel-explore">
|
|
41
49
|
<li>
|
|
@@ -57,17 +65,25 @@
|
|
|
57
65
|
<% end %>
|
|
58
66
|
</li>
|
|
59
67
|
<li>
|
|
60
|
-
<%= link_to abs_url("/
|
|
61
|
-
<%= render(AblyUi::Core::Icon.new(name: "icon-display-
|
|
68
|
+
<%= link_to abs_url("/reference-guide-chat"), class: "ui-meganav-media-with-image group" do %>
|
|
69
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-display-chat-col", size: "2.5rem")) %>
|
|
62
70
|
<div class="flex flex-col justify-center">
|
|
63
|
-
<p class="ui-meganav-media-heading">
|
|
64
|
-
<p class="ui-meganav-media-copy">
|
|
71
|
+
<p class="ui-meganav-media-heading">Chat apps reference guide</p>
|
|
72
|
+
<p class="ui-meganav-media-copy">Learn how to build chat apps with Ably.</p>
|
|
73
|
+
</div>
|
|
74
|
+
<% end %>
|
|
75
|
+
</li>
|
|
76
|
+
<li>
|
|
77
|
+
<%= link_to abs_url("/reference-guide-multiplayer"), class: "ui-meganav-media-with-image group" do %>
|
|
78
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-multi-user-spaces-col", size: "2.5rem")) %>
|
|
79
|
+
<div class="flex flex-col justify-center">
|
|
80
|
+
<p class="ui-meganav-media-heading">Multiplayer reference guide</p>
|
|
81
|
+
<p class="ui-meganav-media-copy">Learn how to build collaborative features with Ably.</p>
|
|
65
82
|
</div>
|
|
66
83
|
<% end %>
|
|
67
84
|
</li>
|
|
68
85
|
</ul>
|
|
69
86
|
</div>
|
|
70
|
-
|
|
71
87
|
<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
88
|
<h3 class="ui-meganav-overline uppercase" id="meganav-developers-panel-quick-links">
|
|
73
89
|
Quick links
|
|
@@ -22,20 +22,29 @@ const MeganavContentDevelopers = ({ absUrl }) => (
|
|
|
22
22
|
</a>
|
|
23
23
|
</li>
|
|
24
24
|
<li>
|
|
25
|
-
<a href={absUrl("/docs/
|
|
26
|
-
<Icon name="icon-display-
|
|
25
|
+
<a href={absUrl("/docs/quick-start-guide")} className="ui-meganav-media-with-image group">
|
|
26
|
+
<Icon name="icon-display-quickstart-guides-col" size="2.5rem" />
|
|
27
27
|
<div className="flex flex-col justify-center">
|
|
28
|
-
<p className="ui-meganav-media-heading">
|
|
29
|
-
<p className="ui-meganav-media-copy">
|
|
28
|
+
<p className="ui-meganav-media-heading">Quickstart guides</p>
|
|
29
|
+
<p className="ui-meganav-media-copy">Documentation to help you get started quickly.</p>
|
|
30
30
|
</div>
|
|
31
31
|
</a>
|
|
32
32
|
</li>
|
|
33
33
|
<li>
|
|
34
|
-
<a href={absUrl("/
|
|
35
|
-
<Icon name="icon-display-
|
|
34
|
+
<a href={absUrl("/integrations")} className="ui-meganav-media-with-image group">
|
|
35
|
+
<Icon name="icon-display-integrations-col" size="2.5rem" />
|
|
36
36
|
<div className="flex flex-col justify-center">
|
|
37
|
-
<p className="ui-meganav-media-heading">
|
|
38
|
-
<p className="ui-meganav-media-copy">
|
|
37
|
+
<p className="ui-meganav-media-heading">Integrations</p>
|
|
38
|
+
<p className="ui-meganav-media-copy">Find out more about Ably integrations. </p>
|
|
39
|
+
</div>
|
|
40
|
+
</a>
|
|
41
|
+
</li>
|
|
42
|
+
<li>
|
|
43
|
+
<a href={absUrl("/examples")} className="ui-meganav-media-with-image group">
|
|
44
|
+
<Icon name="icon-display-examples-col" size="2.5rem" />
|
|
45
|
+
<div className="flex flex-col justify-center">
|
|
46
|
+
<p className="ui-meganav-media-heading">Live examples</p>
|
|
47
|
+
<p className="ui-meganav-media-copy">Discover our features and their use cases.</p>
|
|
39
48
|
</div>
|
|
40
49
|
</a>
|
|
41
50
|
</li>
|
|
@@ -58,16 +67,25 @@ const MeganavContentDevelopers = ({ absUrl }) => (
|
|
|
58
67
|
<Icon name="icon-display-tutorials-demos-col" size="2.5rem" />
|
|
59
68
|
<div className="flex flex-col justify-center">
|
|
60
69
|
<p className="ui-meganav-media-heading">Tutorials & Demos</p>
|
|
61
|
-
<p className="ui-meganav-media-copy">Get stuck in with our hands-on resources
|
|
70
|
+
<p className="ui-meganav-media-copy">Get stuck in with our hands-on resources.</p>
|
|
62
71
|
</div>
|
|
63
72
|
</a>
|
|
64
73
|
</li>
|
|
65
74
|
<li>
|
|
66
|
-
<a href={absUrl("/
|
|
67
|
-
<Icon name="icon-display-
|
|
75
|
+
<a href={absUrl("/reference-guide-chat")} className="ui-meganav-media-with-image group">
|
|
76
|
+
<Icon name="icon-display-chat-col" size="2.5rem" />
|
|
68
77
|
<div className="flex flex-col justify-center">
|
|
69
|
-
<p className="ui-meganav-media-heading">
|
|
70
|
-
<p className="ui-meganav-media-copy">
|
|
78
|
+
<p className="ui-meganav-media-heading">Chat apps reference guide</p>
|
|
79
|
+
<p className="ui-meganav-media-copy">Learn how to build chat apps with Ably.</p>
|
|
80
|
+
</div>
|
|
81
|
+
</a>
|
|
82
|
+
</li>
|
|
83
|
+
<li>
|
|
84
|
+
<a href={absUrl("/reference-guide-multiplayer")} className="ui-meganav-media-with-image group">
|
|
85
|
+
<Icon name="icon-multi-user-spaces-col" size="2.5rem" />
|
|
86
|
+
<div className="flex flex-col justify-center">
|
|
87
|
+
<p className="ui-meganav-media-heading">Multiplayer reference guide</p>
|
|
88
|
+
<p className="ui-meganav-media-copy">Learn how to build collaborative features with Ably.</p>
|
|
71
89
|
</div>
|
|
72
90
|
</a>
|
|
73
91
|
</li>
|
|
@@ -99,6 +117,7 @@ const MeganavContentDevelopers = ({ absUrl }) => (
|
|
|
99
117
|
<p className="ui-meganav-media-heading">
|
|
100
118
|
Status
|
|
101
119
|
<iframe
|
|
120
|
+
title="Ably status"
|
|
102
121
|
src="https://status.ably.com/embed/icon"
|
|
103
122
|
allowtransparency="true"
|
|
104
123
|
frameBorder="0"
|
|
@@ -16,52 +16,34 @@
|
|
|
16
16
|
</div>
|
|
17
17
|
|
|
18
18
|
<div class="col-span-full md:col-span-4 pt-24 pb-8 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0 bg-white">
|
|
19
|
-
<h3 class="ui-meganav-overline" id="meganav-
|
|
20
|
-
|
|
19
|
+
<h3 class="ui-meganav-overline" id="meganav-products-panel-list-examples">
|
|
20
|
+
Products
|
|
21
|
+
</h3>
|
|
22
|
+
<ul class="mb-16" aria-labelledby="meganav-products-panel-list-examples">
|
|
21
23
|
<li>
|
|
22
|
-
<%= link_to abs_url("/
|
|
23
|
-
<p class="ui-meganav-media-heading">
|
|
24
|
-
<p class="ui-meganav-media-copy">
|
|
24
|
+
<%= link_to abs_url("/solutions/channels"), class: "ui-meganav-media group" do %>
|
|
25
|
+
<p class="ui-meganav-media-heading">Pub/Sub Channels</p>
|
|
26
|
+
<p class="ui-meganav-media-copy">Build infinitely scalable realtime applications.</p>
|
|
25
27
|
<% end %>
|
|
26
28
|
</li>
|
|
27
29
|
<li>
|
|
28
|
-
<%= link_to abs_url("/
|
|
29
|
-
<p class="ui-meganav-media-heading">
|
|
30
|
-
<p class="ui-meganav-media-copy">
|
|
30
|
+
<%= link_to abs_url("/spaces"), class: "ui-meganav-media group" do %>
|
|
31
|
+
<p class="ui-meganav-media-heading">Spaces (Beta)</p>
|
|
32
|
+
<p class="ui-meganav-media-copy">Create multi-user collaborative environments.</p>
|
|
31
33
|
<% end %>
|
|
32
34
|
</li>
|
|
33
35
|
<li>
|
|
34
|
-
<%= link_to abs_url("/
|
|
35
|
-
<p class="ui-meganav-media-heading">
|
|
36
|
-
<p class="ui-meganav-media-copy">
|
|
37
|
-
<% end %>
|
|
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
|
-
<li>
|
|
46
|
-
<%= link_to abs_url("/examples/live-cursors"), class: "ui-meganav-media group" do %>
|
|
47
|
-
<p class="ui-meganav-media-heading">Live Cursors</p>
|
|
48
|
-
<p class="ui-meganav-media-copy">Track all cursors in realtime.</p>
|
|
49
|
-
<% end %>
|
|
50
|
-
</li>
|
|
51
|
-
<li>
|
|
52
|
-
<%= link_to abs_url("/examples/typing-indicator"), class: "ui-meganav-media group" do %>
|
|
53
|
-
<p class="ui-meganav-media-heading">Typing Indicator</p>
|
|
54
|
-
<p class="ui-meganav-media-copy">See when a user is typing a message.</p>
|
|
36
|
+
<%= link_to abs_url("/livesync"), class: "ui-meganav-media group" do %>
|
|
37
|
+
<p class="ui-meganav-media-heading">LiveSync (Pre release)</p>
|
|
38
|
+
<p class="ui-meganav-media-copy">Keep clients in sync with any relational database.</p>
|
|
55
39
|
<% end %>
|
|
56
40
|
</li>
|
|
57
41
|
</ul>
|
|
58
|
-
|
|
59
|
-
<%= render(AblyUi::Core::FeaturedLink.new(url: abs_url("/examples"), text_size: 'text-p3')) do %>Explore all live examples<% end %>
|
|
60
42
|
</div>
|
|
61
43
|
|
|
62
44
|
<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">
|
|
63
|
-
<h3 class="ui-meganav-overline" id="meganav-
|
|
64
|
-
<ul class="mb-16" aria-labelledby="meganav-
|
|
45
|
+
<h3 class="ui-meganav-overline" id="meganav-products-panel-list-our-technology">Technology</h3>
|
|
46
|
+
<ul class="mb-16" aria-labelledby="meganav-products-panel-list-our-technology">
|
|
65
47
|
<li>
|
|
66
48
|
<%= link_to abs_url("/four-pillars-of-dependability#performance"), class: "ui-meganav-media group" do %>
|
|
67
49
|
<p class="ui-meganav-media-heading">Predictable performance</p>
|