@ably/ui 8.7.0-dev.4e08581 → 8.7.0-dev.52da22c
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 +16 -5
- package/core/Code/component.css +3 -3
- package/core/Code/component.js +1 -1
- package/core/Code.jsx +351 -7148
- package/core/CompanyAutocomplete/component.js +2 -1
- package/core/CompanyAutocomplete/component.js.LICENSE.txt +1 -0
- 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 -0
- package/core/DropdownMenu.jsx +313 -0
- 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 +142 -70
- package/core/Footer/component.css +21 -1
- package/core/Footer/component.js +1 -1
- package/core/Footer.jsx +162 -76
- 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 +33 -118
- package/core/Meganav/component.css +59 -20
- package/core/Meganav/component.js +1 -1
- package/core/Meganav/component.json +2 -2
- package/core/Meganav.jsx +1120 -1211
- package/core/MeganavBlogPostsList/component.js +2 -1
- package/core/MeganavBlogPostsList/component.js.LICENSE.txt +1 -0
- package/core/MeganavBlogPostsList.jsx +13 -13
- package/core/MeganavContentCompany/component.js +1 -1
- package/core/MeganavContentCompany.jsx +328 -731
- package/core/MeganavContentDevelopers/component.js +1 -1
- package/core/MeganavContentDevelopers.jsx +119 -78
- package/core/{MeganavContentPlatform → MeganavContentProducts}/component.js +1 -1
- package/core/{MeganavContentPlatform.jsx → MeganavContentProducts.jsx} +34 -58
- package/core/MeganavContentUseCases/component.js +1 -1
- package/core/MeganavContentUseCases.jsx +63 -55
- 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 +17 -17
- 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 +152 -80
- 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 +300 -715
- package/core/images/ably-logo.png +0 -0
- 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 +2 -1
- package/core/scripts.js.LICENSE.txt +1 -0
- package/core/sprites.svg +135 -1
- package/core/styles.css +3 -7
- package/package.json +7 -6
- package/reset/scripts.js +1 -1
- package/reset/styles.css +1 -11
- package/src/core/Code/component.css +1 -67
- package/src/core/Code/component.js +11 -46
- package/src/core/Code/component.jsx +7 -3
- package/src/core/DropdownMenu/component.jsx +112 -0
- package/src/core/FeatureFooter/component.html.erb +1 -1
- package/src/core/Flash/component.jsx +40 -14
- 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/HeadwayWidget/HeadwayWidget.jsx +229 -0
- package/src/core/HeadwayWidget/index.js +5 -0
- package/src/core/Logo/component.html.erb +2 -27
- package/src/core/Logo/component.jsx +7 -40
- package/src/core/Logo/component.rb +15 -6
- package/src/core/Meganav/MeganavHeadwayPortal.jsx +20 -0
- package/src/core/Meganav/component.css +59 -18
- package/src/core/Meganav/component.html.erb +1 -1
- package/src/core/Meganav/component.json +2 -2
- package/src/core/Meganav/component.jsx +16 -12
- package/src/core/Meganav/component.rb +7 -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 +47 -21
- package/src/core/MeganavContentDevelopers/component.js +16 -0
- package/src/core/MeganavContentDevelopers/component.jsx +52 -23
- 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 +43 -39
- package/src/core/MeganavContentUseCases/component.jsx +42 -39
- package/src/core/MeganavItemsDesktop/component.jsx +1 -1
- package/src/core/MeganavItemsDesktop/component.rb +1 -1
- package/src/core/MeganavSearchSuggestions/component.html.erb +1 -1
- package/src/core/core.rb +16 -4
- package/src/core/icons/github.svg +1 -1
- package/src/core/icons/google.svg +3 -0
- 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-integrations-col.svg +8 -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-gui-filter-flow-step-1.svg +5 -0
- package/src/core/icons/icon-gui-filter-flow-step-2.svg +5 -0
- package/src/core/icons/icon-gui-filter-flow-step-3.svg +5 -0
- package/src/core/icons/icon-gui-resources.svg +3 -0
- package/src/core/icons/icon-social-x.svg +3 -0
- package/src/core/icons/icon-tech-apachekafka.svg +3 -0
- package/src/core/icons/stackoverflow.svg +3 -0
- package/src/core/icons/youtube.svg +11 -0
- package/src/core/images/ably-logo.png +0 -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/properties.css +2 -0
- package/src/core/styles/text.css +1 -1
- package/src/core/utils/syntax-highlighter-registry.js +63 -0
- package/src/core/utils/syntax-highlighter.css +69 -0
- package/src/core/utils/syntax-highlighter.js +103 -0
- package/tailwind.config.js +1 -0
- package/core/.DS_Store +0 -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/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/.DS_Store +0 -0
- package/src/core/.DS_Store +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 → DropdownMenu}/component.js +0 -0
- /package/{preview/vendor/bundle/ruby/3.0.0/bundler/gems/ably-ui-abffd210ec0f/preview/log/.keep → src/core/MeganavContentProducts/component.js} +0 -0
|
@@ -1,20 +1,18 @@
|
|
|
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
|
-
<%= link_to 'Pub/sub messaging', abs_url("/
|
|
15
|
+
<%= link_to 'Pub/sub messaging', abs_url("/solutions/channels"), class: "ui-footer-menu-row-link" %>
|
|
18
16
|
</li>
|
|
19
17
|
<li class="p-menu-row-snug">
|
|
20
18
|
<%= link_to 'Push notifications', abs_url("/push-notifications"), class: "ui-footer-menu-row-link" %>
|
|
@@ -25,13 +23,9 @@
|
|
|
25
23
|
<li class="p-menu-row-snug">
|
|
26
24
|
<%= link_to 'Multiple protocol messaging', abs_url("/protocols"), class: "ui-footer-menu-row-link" %>
|
|
27
25
|
</li>
|
|
28
|
-
<li class="p-menu-row-snug">
|
|
29
|
-
<%= link_to 'Streaming data sources', abs_url("/hub"), class: "ui-footer-menu-row-link" %>
|
|
30
|
-
</li>
|
|
31
26
|
</ul>
|
|
32
27
|
</div>
|
|
33
|
-
|
|
34
|
-
<div class="col-span-full sm:col-span-3 md:col-span-1">
|
|
28
|
+
<div class="col-span-full xs:col-span-3 md:col-span-1">
|
|
35
29
|
<h2 class="ui-footer-col-title">Ably is for</h2>
|
|
36
30
|
<ul>
|
|
37
31
|
<li class="p-menu-row-snug">
|
|
@@ -52,9 +46,6 @@
|
|
|
52
46
|
<li class="p-menu-row-snug">
|
|
53
47
|
<%= link_to 'Healthcare', abs_url("/solutions/healthcare"), class: "ui-footer-menu-row-link" %>
|
|
54
48
|
</li>
|
|
55
|
-
<li class="p-menu-row-snug">
|
|
56
|
-
<%= link_to 'Streaming data sources', abs_url("/hub"), class: "ui-footer-menu-row-link" %>
|
|
57
|
-
</li>
|
|
58
49
|
<li class="p-menu-row-snug">
|
|
59
50
|
<%= link_to 'eCommerce & Retail', abs_url("/solutions/ecommerce-and-retail"), class: "ui-footer-menu-row-link" %>
|
|
60
51
|
</li>
|
|
@@ -69,8 +60,7 @@
|
|
|
69
60
|
</li>
|
|
70
61
|
</ul>
|
|
71
62
|
</div>
|
|
72
|
-
|
|
73
|
-
<div class="col-span-full sm:col-span-3 md:col-span-1">
|
|
63
|
+
<div class="col-span-full xs:col-span-3 md:col-span-1">
|
|
74
64
|
<h2 class="ui-footer-col-title">Developers</h2>
|
|
75
65
|
<ul>
|
|
76
66
|
<li class="p-menu-row-snug">
|
|
@@ -91,14 +81,13 @@
|
|
|
91
81
|
<li class="p-menu-row-snug">
|
|
92
82
|
<%= link_to 'SDKs', abs_url("/download"), class: "ui-footer-menu-row-link" %>
|
|
93
83
|
</li>
|
|
94
|
-
<li class="p-menu-row-snug flex items-center">
|
|
84
|
+
<li class="p-menu-row-snug flex items-center -mt-4">
|
|
95
85
|
<a class="pr-8 ui-footer-menu-row-link" href="https://status.ably.com/">System status</a>
|
|
96
|
-
<iframe class="w-
|
|
86
|
+
<iframe class="w-20 h-20 mb-2" src="https://status.ably.com/embed/icon" allowtransparency="true" frameborder="0" scrolling="no"></iframe>
|
|
97
87
|
</li>
|
|
98
88
|
</ul>
|
|
99
89
|
</div>
|
|
100
|
-
|
|
101
|
-
<div class="col-span-full sm:col-span-3 md:col-span-1">
|
|
90
|
+
<div class="col-span-full xs:col-span-3 md:col-span-1">
|
|
102
91
|
<h2 class="ui-footer-col-title">WHY ABLY</h2>
|
|
103
92
|
<ul>
|
|
104
93
|
<li class="p-menu-row-snug">
|
|
@@ -121,8 +110,7 @@
|
|
|
121
110
|
</li>
|
|
122
111
|
</ul>
|
|
123
112
|
</div>
|
|
124
|
-
|
|
125
|
-
<div class="col-span-full sm:col-span-3 md:col-span-1">
|
|
113
|
+
<div class="col-span-full xs:col-span-3 md:col-span-1">
|
|
126
114
|
<h2 class="ui-footer-col-title">ABOUT</h2>
|
|
127
115
|
<ul>
|
|
128
116
|
<li class="p-menu-row-snug">
|
|
@@ -141,7 +129,7 @@
|
|
|
141
129
|
<%= link_to 'Open protocol policy', abs_url("/open-policy"), class: "ui-footer-menu-row-link" %>
|
|
142
130
|
</li>
|
|
143
131
|
<li class="p-menu-row-snug">
|
|
144
|
-
|
|
132
|
+
<%= link_to 'Press & Media', abs_url("/press-center"), class: "ui-footer-menu-row-link" %>
|
|
145
133
|
</li>
|
|
146
134
|
<li class="p-menu-row-snug">
|
|
147
135
|
<%= link_to 'Contact us', abs_url("/contact"), class: "ui-footer-menu-row-link" %>
|
|
@@ -149,51 +137,120 @@
|
|
|
149
137
|
</ul>
|
|
150
138
|
</div>
|
|
151
139
|
</div>
|
|
152
|
-
|
|
153
140
|
<div class="max-w-screen-xl ui-grid-px mx-auto">
|
|
154
|
-
<hr class="border-t border-mid-grey"
|
|
141
|
+
<hr class="border-t border-mid-grey my-0"/>
|
|
155
142
|
</div>
|
|
156
|
-
|
|
157
|
-
<div class="max-w-screen-xl mx-auto py-
|
|
158
|
-
<div class="flex
|
|
159
|
-
<div class="
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
143
|
+
<%# Twitter + Glassdoor SM * above + Glassdoor XS + Badges %>
|
|
144
|
+
<div class="max-w-screen-xl mx-auto py-16 grid ui-grid-gap ui-grid-px sm:grid-cols-2">
|
|
145
|
+
<div class="md:flex md:items-center">
|
|
146
|
+
<div class="flex flex-col md:flex-row flex-auto ml-8 sm:col-span-1 md:col-span-2">
|
|
147
|
+
<div class="">
|
|
148
|
+
<div class="flex pb-24">
|
|
149
|
+
<a class="h-24 pr-24 text-cool-black hover:text-icon-twitter" href="https://twitter.com/ablyrealtime" title="Ably on X">
|
|
150
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-social-x", size: "1.5rem")) %>
|
|
151
|
+
</a>
|
|
152
|
+
<a
|
|
153
|
+
class="h-24 pr-24 text-cool-black hover:text-icon-linkedin"
|
|
154
|
+
href="https://www.linkedin.com/company/ably-realtime"
|
|
155
|
+
title="Ably on LinkedIn"
|
|
156
|
+
>
|
|
157
|
+
<%= render(AblyUi::Core::Icon.new(name: "linkedin", size: "1.5rem")) %>
|
|
158
|
+
</a>
|
|
159
|
+
<a class="h-24 pr-24 text-cool-black hover:text-icon-github" href="https://github.com/ably/" title="Ably on Github">
|
|
160
|
+
<%= render(AblyUi::Core::Icon.new(name: "github", size: "1.5rem")) %>
|
|
161
|
+
</a>
|
|
162
|
+
<a class="h-24 pr-24 text-cool-black hover:text-icon-discord" href="https://discord.gg/jwBPhEZ9g5" title="Ably on Discord">
|
|
163
|
+
<%= render(AblyUi::Core::Icon.new(name: "discord", size: "1.5rem")) %>
|
|
164
|
+
</a>
|
|
165
|
+
</div>
|
|
166
|
+
</div>
|
|
167
|
+
<%# GLASSDOOR on SM and Above %>
|
|
168
|
+
<div class="xs:hidden sm:block ui-footer-glassdoor">
|
|
169
|
+
<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">
|
|
170
|
+
<a
|
|
171
|
+
href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm"
|
|
172
|
+
class="h-24 text-cool-black hover:text-icon-glassdoor"
|
|
173
|
+
title="Ably reviews on glassdoor"
|
|
174
|
+
>
|
|
175
|
+
<%= render(AblyUi::Core::Icon.new(name: "glassdoor", size: "1.5rem")) %>
|
|
176
|
+
</a>
|
|
177
|
+
<div class="pl-16 text-menu3 font-light">
|
|
178
|
+
<strong class="block font-medium">We're hiring!</strong>
|
|
179
|
+
<a href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm" class="ui-footer-link">
|
|
180
|
+
Learn more at Glassdoor
|
|
181
|
+
</a>
|
|
182
|
+
</div>
|
|
183
|
+
</div>
|
|
184
|
+
</div>
|
|
164
185
|
</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
|
|
186
|
+
<%# GlassDoor on XS ONLY %>
|
|
187
|
+
<div class="xs:block sm:hidden">
|
|
188
|
+
<div class="border-t border-mid-grey w-full"></div>
|
|
189
|
+
<div class="flex py-24">
|
|
190
|
+
<a
|
|
191
|
+
class="h-24 pr-16 text-cool-black hover:text-icon-glassdoor"
|
|
192
|
+
href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm"
|
|
193
|
+
title="Ably reviews on glassdoor"
|
|
194
|
+
>
|
|
195
|
+
<%= render(AblyUi::Core::Icon.new(name: "glassdoor", size: "1.5rem")) %>
|
|
196
|
+
</a>
|
|
197
|
+
<div class="text-menu3 font-light">
|
|
198
|
+
<strong class="block font-medium">We're hiring!</strong>
|
|
199
|
+
<a href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm" class="ui-footer-link">
|
|
200
|
+
Learn more at Glassdoor
|
|
201
|
+
</a>
|
|
202
|
+
</div>
|
|
190
203
|
</div>
|
|
191
204
|
</div>
|
|
192
205
|
</div>
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
<%= image_tag(
|
|
196
|
-
<%= image_tag(
|
|
206
|
+
<div class="col-span-full sm:col-span-1 inline-flex sm:ml-auto sm:items-center">
|
|
207
|
+
<%= image_tag(highest_user_adoption, alt: "Highest User Adoption 2023", class: "mr-24 h-80") %>
|
|
208
|
+
<%= image_tag(best_support, alt: "Best Support 2023", class: "mr-24 h-80") %>
|
|
209
|
+
<%= image_tag(fastest_implementation, alt: "Fastest Implementation 2023", class: "mr-24 h-80") %>
|
|
210
|
+
<%= image_tag(highest_performer, alt: "High Performer 2023", class: "mr-24 h-80") %>
|
|
211
|
+
</div>
|
|
212
|
+
</div>
|
|
213
|
+
<div class="max-w-screen-xl ui-grid-px mx-auto">
|
|
214
|
+
<hr class="border-t border-mid-grey my-0"/>
|
|
215
|
+
</div>
|
|
216
|
+
<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">
|
|
217
|
+
<div class="flex ml-8 col-span-full sm:col-span-1 md:pb-16 items-center ui-footer-bottom-links">
|
|
218
|
+
<div class="flex">
|
|
219
|
+
<%= link_to 'Cookies', abs_url("/privacy"), class: "pr-24 ui-footer-link" %>
|
|
220
|
+
<%= link_to 'Legals', abs_url("/legals"), class: "pr-24 ui-footer-link" %>
|
|
221
|
+
<%= link_to 'Data Protection', abs_url("/data-protection"), class: "pr-24 ui-footer-link" %>
|
|
222
|
+
<%= link_to 'Privacy', abs_url("/privacy"), class: "ui-footer-link" %>
|
|
223
|
+
</div>
|
|
224
|
+
</div>
|
|
225
|
+
<div class="xs:grid xs:grid-cols-2 sm:grid-cols-4 xs:pl-16 sm:pl-8 md:justify-items-end">
|
|
226
|
+
<div class="flex mr-24">
|
|
227
|
+
<%= 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")) %>
|
|
228
|
+
<div>
|
|
229
|
+
<p class="ui-footer-compliance-text font-medium whitespace-nowrap">SOC 2 Type 2</p>
|
|
230
|
+
<p class="ui-footer-compliance-text font-light mb-24">Certified</p>
|
|
231
|
+
</div>
|
|
232
|
+
</div>
|
|
233
|
+
<div class="flex mr-24 md:col-start-2">
|
|
234
|
+
<%= 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")) %>
|
|
235
|
+
<div>
|
|
236
|
+
<p class="ui-footer-compliance-text font-medium whitespace-nowrap">HIPAA</p>
|
|
237
|
+
<p class="ui-footer-compliance-text font-light mb-24">Compliant</p>
|
|
238
|
+
</div>
|
|
239
|
+
</div>
|
|
240
|
+
<div class="flex mr-24 md:col-start-3">
|
|
241
|
+
<%= 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")) %>
|
|
242
|
+
<div>
|
|
243
|
+
<p class="ui-footer-compliance-text font-medium whitespace-nowrap">EU GDPR</p>
|
|
244
|
+
<p class="ui-footer-compliance-text font-light mb-24">Certified</p>
|
|
245
|
+
</div>
|
|
246
|
+
</div>
|
|
247
|
+
<div class="flex mr-24 md:col-start-4">
|
|
248
|
+
<%= 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")) %>
|
|
249
|
+
<div>
|
|
250
|
+
<p class="ui-footer-compliance-text font-medium whitespace-nowrap">256-bit AES</p>
|
|
251
|
+
<p class="ui-footer-compliance-text font-light mb-24">Encryption</p>
|
|
252
|
+
</div>
|
|
253
|
+
</div>
|
|
197
254
|
</div>
|
|
198
255
|
</div>
|
|
199
256
|
</footer>
|
|
@@ -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
|
};
|