@ably/ui 8.7.0-dev.28a63f9 → 8.7.0-dev.2f1ba81

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.
Files changed (148) hide show
  1. package/README.md +22 -11
  2. package/core/Code/component.css +2 -0
  3. package/core/Code/component.js +1 -1
  4. package/core/Code.jsx +108 -88
  5. package/core/CompanyAutocomplete/component.js +2 -1
  6. package/core/CompanyAutocomplete/component.js.LICENSE.txt +1 -0
  7. package/core/ConnectStateWrapper/component.js +1 -1
  8. package/core/ConnectStateWrapper.jsx +7 -7
  9. package/core/ContactFooter/component.js +1 -1
  10. package/core/ContactFooter.jsx +12 -12
  11. package/core/CookieMessage/component.js +1 -1
  12. package/core/CookieMessage.jsx +10 -10
  13. package/core/CustomerLogos/component.js +1 -1
  14. package/core/CustomerLogos.jsx +7 -7
  15. package/core/DropdownMenu/component.js +1 -1
  16. package/core/DropdownMenu.jsx +11 -11
  17. package/core/FeatureFooter/component.js +1 -1
  18. package/core/FeaturedLink/component.css +1 -1
  19. package/core/FeaturedLink/component.js +1 -1
  20. package/core/FeaturedLink.jsx +10 -10
  21. package/core/Flash/component.js +1 -1
  22. package/core/Flash.jsx +19 -19
  23. package/core/Footer/component.css +23 -3
  24. package/core/Footer/component.js +1 -1
  25. package/core/Footer.jsx +165 -79
  26. package/core/Icon/component.js +1 -1
  27. package/core/Icon.jsx +7 -7
  28. package/core/Loader/component.js +1 -1
  29. package/core/Loader.jsx +7 -7
  30. package/core/Logo/component.js +1 -1
  31. package/core/Logo.jsx +7 -7
  32. package/core/Meganav/component.css +7 -9
  33. package/core/Meganav/component.js +1 -1
  34. package/core/Meganav/component.json +2 -2
  35. package/core/Meganav.jsx +568 -962
  36. package/core/MeganavBlogPostsList/component.js +2 -1
  37. package/core/MeganavBlogPostsList/component.js.LICENSE.txt +1 -0
  38. package/core/MeganavBlogPostsList.jsx +13 -13
  39. package/core/MeganavContentCompany/component.js +1 -1
  40. package/core/MeganavContentCompany.jsx +328 -731
  41. package/core/MeganavContentDevelopers/component.js +1 -1
  42. package/core/MeganavContentDevelopers.jsx +43 -18
  43. package/core/{MeganavContentPlatform → MeganavContentProducts}/component.js +1 -1
  44. package/core/{MeganavContentPlatform.jsx → MeganavContentProducts.jsx} +35 -59
  45. package/core/MeganavContentUseCases/component.js +1 -1
  46. package/core/MeganavContentUseCases.jsx +62 -54
  47. package/core/MeganavControl/component.js +1 -1
  48. package/core/MeganavControl.jsx +10 -10
  49. package/core/MeganavControlMobileDropdown/component.js +1 -1
  50. package/core/MeganavControlMobileDropdown.jsx +11 -11
  51. package/core/MeganavControlMobilePanelClose/component.js +1 -1
  52. package/core/MeganavControlMobilePanelClose.jsx +10 -10
  53. package/core/MeganavControlMobilePanelOpen/component.js +1 -1
  54. package/core/MeganavControlMobilePanelOpen.jsx +10 -10
  55. package/core/MeganavItemsDesktop/component.js +1 -1
  56. package/core/MeganavItemsDesktop.jsx +17 -17
  57. package/core/MeganavItemsMobile/component.js +1 -1
  58. package/core/MeganavItemsMobile.jsx +39 -39
  59. package/core/MeganavItemsSignedIn/component.js +1 -1
  60. package/core/MeganavItemsSignedIn.jsx +33 -33
  61. package/core/MeganavSearch/component.js +1 -1
  62. package/core/MeganavSearch.jsx +23 -23
  63. package/core/MeganavSearchAutocomplete/component.js +1 -1
  64. package/core/MeganavSearchAutocomplete.jsx +4 -4
  65. package/core/MeganavSearchPanel/component.js +1 -1
  66. package/core/MeganavSearchPanel.jsx +19 -19
  67. package/core/MeganavSearchSuggestions/component.js +1 -1
  68. package/core/MeganavSearchSuggestions.jsx +13 -13
  69. package/core/Notice/component.js +1 -1
  70. package/core/Notice.jsx +32 -32
  71. package/core/Showcase/component.js +1 -1
  72. package/core/Showcase.jsx +1 -1
  73. package/core/SignOutLink/component.js +1 -1
  74. package/core/SignOutLink.jsx +7 -7
  75. package/core/Slider/component.js +1 -1
  76. package/core/Slider.jsx +14 -14
  77. package/core/Uptime/component.js +1 -1
  78. package/core/Uptime.jsx +300 -715
  79. package/core/fonts/jetBrains-mono.css +3 -0
  80. package/core/fonts/manrope.css +3 -0
  81. package/core/images/best-support-2023.svg +1 -0
  82. package/core/images/fastest-implementation-2023.svg +1 -0
  83. package/core/images/high-performer-2022.png +0 -0
  84. package/core/images/high-performer-2023.svg +1 -0
  85. package/core/images/highest-user-adoption-2022.png +0 -0
  86. package/core/images/highest-user-adoption-2023.svg +1 -0
  87. package/core/images/users-love-us-2022.png +0 -0
  88. package/core/scripts.js +2 -1
  89. package/core/scripts.js.LICENSE.txt +1 -0
  90. package/core/sprites.svg +93 -0
  91. package/core/styles.css +222 -101
  92. package/package.json +5 -5
  93. package/reset/scripts.js +1 -1
  94. package/reset/styles.css +1 -11
  95. package/src/core/FeaturedLink/component.css +1 -1
  96. package/src/core/Footer/component.css +23 -3
  97. package/src/core/Footer/component.html.erb +122 -65
  98. package/src/core/Footer/component.jsx +130 -63
  99. package/src/core/Meganav/component.css +7 -7
  100. package/src/core/Meganav/component.json +2 -2
  101. package/src/core/Meganav/component.jsx +2 -2
  102. package/src/core/Meganav/component.rb +6 -6
  103. package/src/core/MeganavContentCompany/component.html.erb +9 -0
  104. package/src/core/MeganavContentCompany/component.jsx +9 -0
  105. package/src/core/MeganavContentDevelopers/component.html.erb +22 -6
  106. package/src/core/MeganavContentDevelopers/component.jsx +20 -1
  107. package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.html.erb +16 -34
  108. package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.jsx +19 -40
  109. package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.rb +1 -1
  110. package/src/core/MeganavContentUseCases/component.html.erb +42 -38
  111. package/src/core/MeganavContentUseCases/component.jsx +41 -38
  112. package/src/core/MeganavItemsDesktop/component.jsx +1 -1
  113. package/src/core/MeganavItemsDesktop/component.rb +1 -1
  114. package/src/core/Notice/component.html.erb +2 -2
  115. package/src/core/Notice/component.jsx +2 -2
  116. package/src/core/core.rb +12 -4
  117. package/src/core/fonts/jetBrains-mono.css +3 -0
  118. package/src/core/fonts/manrope.css +3 -0
  119. package/src/core/icons/icon-display-asset-tracking-col.svg +18 -0
  120. package/src/core/icons/icon-display-data-broadcast-col.svg +26 -0
  121. package/src/core/icons/icon-display-data-synchronization-col.svg +14 -0
  122. package/src/core/icons/icon-display-events-col.svg +13 -0
  123. package/src/core/icons/icon-display-examples-col.svg +11 -0
  124. package/src/core/icons/icon-display-kafka-at-the-edge-col.svg +8 -0
  125. package/src/core/icons/icon-display-push-notifications-col.svg +6 -0
  126. package/src/core/icons/icon-social-x.svg +3 -0
  127. package/src/core/icons/icon-tech-apachekafka.svg +3 -0
  128. package/src/core/images/best-support-2023.svg +1 -0
  129. package/src/core/images/fastest-implementation-2023.svg +1 -0
  130. package/src/core/images/high-performer-2022.png +0 -0
  131. package/src/core/images/high-performer-2023.svg +1 -0
  132. package/src/core/images/highest-user-adoption-2022.png +0 -0
  133. package/src/core/images/highest-user-adoption-2023.svg +1 -0
  134. package/src/core/images/users-love-us-2022.png +0 -0
  135. package/src/core/styles/buttons.css +5 -5
  136. package/src/core/styles/forms.css +5 -5
  137. package/src/core/styles/properties.css +153 -45
  138. package/src/core/styles/text.css +59 -40
  139. package/src/core/utils/syntax-highlighter-registry.js +2 -0
  140. package/src/core/utils/syntax-highlighter.css +2 -0
  141. package/src/core/utils/syntax-highlighter.js +5 -0
  142. package/tailwind.config.js +144 -49
  143. package/core/Meganav/component.js.LICENSE.txt +0 -7
  144. package/core/MeganavContentWhyAbly/component.js +0 -22
  145. package/core/MeganavContentWhyAbly.jsx +0 -3279
  146. package/core/MeganavSearchAutocomplete/component.js.LICENSE.txt +0 -7
  147. package/core/Notice/component.js.LICENSE.txt +0 -9
  148. /package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.js +0 -0
@@ -1,20 +1,18 @@
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 lg:py-64 ui-grid-gap ui-grid-px grid grid-cols-6">
1
+ <footer class="bg-light-grey font-sans antialiased leading-normal" data-id="footer">
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
- <h2 class="text-overline2 col-span-full font-medium uppercase tracking-widen-0.1">The Ably Platform</h2>
6
+ <h2 class="text-overline2 col-span-full font-mono font-bold uppercase tracking-widen-0.16">The Ably Platform</h2>
7
7
  </div>
8
-
9
- <div class="grid grid-cols-4">
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="font-sans text-p3 py-16 font-bold 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("/pub-sub-messaging"), class: "ui-footer-menu-row-link" %>
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-24 h-24 mt-4" src="https://status.ably.com/embed/icon" allowtransparency="true" frameborder="0" scrolling="no"></iframe>
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
- <%= link_to 'Press & Media', abs_url("/press-center"), class: "ui-footer-menu-row-link" %>
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-24 md:py-40 lg:py-32 grid ui-grid-gap ui-grid-px grid-cols-2">
158
- <div class="flex flex-col flex-auto pb-40 ml-8 col-span-full md:col-span-1">
159
- <div class="inline-flex">
160
- <%= link_to 'Cookies', abs_url("/privacy"), class: "ui-footer-link pr-24" %>
161
- <%= link_to 'Legals', abs_url("/legals"), class: "ui-footer-link pr-24" %>
162
- <%= link_to 'Data Protection', abs_url("/data-protection"), class: "ui-footer-link pr-24" %>
163
- <%= link_to 'Privacy', abs_url("/privacy"), class: "ui-footer-link" %>
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-sans font-medium">
178
+ <strong class="block font-medium">We&apos;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="pt-32 flex items-center">
167
- <a class="h-24 pr-24 text-cool-black hover:text-icon-twitter" href="https://twitter.com/ablyrealtime">
168
- <%= render(AblyUi::Core::Icon.new(name: "twitter", size: "1.5rem")) %>
169
- </a>
170
- <a class="h-24 pr-24 text-cool-black hover:text-icon-linkedin" href="https://www.linkedin.com/company/ably-realtime">
171
- <%= render(AblyUi::Core::Icon.new(name: "linkedin", size: "1.5rem")) %>
172
- </a>
173
- <a class="h-24 pr-24 text-cool-black hover:text-icon-github" href="https://github.com/ably/">
174
- <%= render(AblyUi::Core::Icon.new(name: "github", size: "1.5rem")) %>
175
- </a>
176
- <a class="h-24 pr-24 text-cool-black hover:text-icon-discord" href="https://discord.gg/jwBPhEZ9g5">
177
- <%= render(AblyUi::Core::Icon.new(name: "discord", size: "1.5rem")) %>
178
- </a>
179
- <div class="border-l border-mid-grey h-40"></div>
180
- <a
181
- class="flex flex-row pl-24 text-cool-black hover:text-icon-glassdoor"
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&apos;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-sans font-medium">
198
+ <strong class="block font-medium">We&apos;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
- <div class="md:text-right col-span-full md:col-span-1 ml-8 inline-flex md:ml-auto">
195
- <%= image_tag(rocket_list, alt: "Rocket List 2021", class: "mr-24 w-96 h-96") %>
196
- <%= image_tag(flexible_companies, alt: "Flexible Companies 2021", class: "w-96 h-96") %>
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-bold whitespace-nowrap">SOC 2 Type 2</p>
230
+ <p class="ui-footer-compliance-text font-medium 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-bold whitespace-nowrap">HIPAA</p>
237
+ <p class="ui-footer-compliance-text font-medium 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-bold whitespace-nowrap">EU GDPR</p>
244
+ <p class="ui-footer-compliance-text font-medium 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-bold whitespace-nowrap">256-bit AES</p>
251
+ <p class="ui-footer-compliance-text font-medium mb-24">Encryption</p>
252
+ </div>
253
+ </div>
197
254
  </div>
198
255
  </div>
199
256
  </footer>
@@ -8,23 +8,22 @@ export default function Footer({ paths, urlBase }) {
8
8
  const absUrl = (path) => _absUrl(path, urlBase);
9
9
 
10
10
  return (
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 lg:py-64 ui-grid-gap ui-grid-px grid grid-cols-6">
11
+ <footer className="bg-light-grey font-sans antialiased leading-normal" data-id="footer">
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
- <h2 className="text-overline2 col-span-full font-medium uppercase tracking-widen-0.1">The Ably Platform</h2>
16
+ <h2 className="text-overline2 font-mono font-bold col-span-full uppercase tracking-widen-0.16">The Ably Platform</h2>
17
17
  </div>
18
-
19
- <div className="grid grid-cols-4">
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="font-sans text-p3 py-16 font-bold 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 gap-x-8 sm:gap-x-16 md:gap-x-24 xl:gap-x-32 sm:grid-cols-2 md:grid-cols-1">
24
+ <ul className="grid grid-cols-1">
26
25
  <li className="p-menu-row-snug">
27
- <a href={absUrl("/pub-sub-messaging")} className="ui-footer-menu-row-link">
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 sm:col-span-3 md:col-span-1">
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 &amp; 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 sm:col-span-3 md:col-span-1">
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 className="w-24 h-24 mt-4" src="https://status.ably.com/embed/icon" allowtransparency="true" frameBorder="0" scrolling="no"></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 sm:col-span-3 md:col-span-1">
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 sm:col-span-3 md:col-span-1">
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-sans font-medium">
268
+ <strong className="block font-medium">We&apos;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-sans font-medium">
288
+ <strong className="block font-medium">We&apos;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 mx-auto py-24 md:py-40 lg:py-32 grid ui-grid-gap ui-grid-px grid-cols-2">
240
- <div className="flex flex-col flex-auto pb-40 ml-8 col-span-full md:col-span-1">
241
- <div className="inline-flex">
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
- <div className="pt-32 flex items-center">
257
- <a className="h-24 pr-24 text-cool-black hover:text-icon-twitter" href="https://twitter.com/ablyrealtime">
258
- <Icon name="twitter" size="1.5rem" />
259
- </a>
260
- <a className="h-24 pr-24 text-cool-black hover:text-icon-linkedin" href="https://www.linkedin.com/company/ably-realtime">
261
- <Icon name="linkedin" size="1.5rem" />
262
- </a>
263
- <a className="h-24 pr-24 text-cool-black hover:text-icon-github" href="https://github.com/ably/">
264
- <Icon name="github" size="1.5rem" />
265
- </a>
266
- <a className="h-24 pr-24 text-cool-black hover:text-icon-discord" href="https://discord.gg/jwBPhEZ9g5">
267
- <Icon name="discord" size="1.5rem" />
268
- </a>
269
- <div className="border-l border-mid-grey h-40"></div>
270
- <a
271
- className="flex flex-row pl-24 text-cool-black hover:text-icon-glassdoor"
272
- href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm"
273
- >
274
- <Icon name="glassdoor" size="1.5rem" />
275
- </a>
276
- <div className="pl-16 text-menu3 font-light">
277
- <strong className="block font-medium">We&apos;re hiring!</strong>
278
- <a href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm" className="ui-footer-link">
279
- Learn more
280
- </a>
281
- &nbsp;at Glassdoor
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-bold whitespace-nowrap">SOC 2 Type 2</p>
330
+ <p className="ui-footer-compliance-text font-medium 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-bold whitespace-nowrap">HIPAA</p>
337
+ <p className="ui-footer-compliance-text font-medium 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-bold whitespace-nowrap">EU GDPR</p>
344
+ <p className="ui-footer-compliance-text font-medium 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-bold whitespace-nowrap">256-bit AES</p>
351
+ <p className="ui-footer-compliance-text font-medium 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
- rocketList: T.string,
299
- flexibleCompanies: T.string,
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
  };
@@ -51,7 +51,7 @@
51
51
  }
52
52
 
53
53
  .ui-meganav-link {
54
- @apply text-menu2 font-medium block;
54
+ @apply text-menu2 font-bold block font-sans;
55
55
  @apply mr-12 lg:mr-24 px-0 py-20;
56
56
  @apply hover:text-gui-hover focus:text-gui-focus focus:outline-none;
57
57
  @apply transition-colors;
@@ -63,13 +63,13 @@
63
63
 
64
64
  .ui-meganav-mobile-link {
65
65
  @apply p-menu-row relative -left-8 w-extend-8;
66
- @apply text-menu2 font-medium block text-cool-black text-left;
66
+ @apply text-menu2 font-bold font-mono font-medium block text-cool-black text-left;
67
67
  @apply flex items-center;
68
68
  @apply focus:text-gui-focus focus:outline-none;
69
69
  }
70
70
 
71
71
  .ui-meganav-account-link {
72
- @apply block px-8 py-8 hover:bg-light-grey hover:text-gui-hover rounded relative -left-8 text-menu3 w-extend-8 font-light;
72
+ @apply block px-8 py-8 hover:bg-light-grey hover:text-gui-hover rounded relative -left-8 text-menu3 w-extend-8 font-bold font-mono;
73
73
  }
74
74
 
75
75
  .ui-meganav-content {
@@ -93,19 +93,19 @@
93
93
  grid-template-rows: min-content 1fr;
94
94
 
95
95
  @apply block px-8 py-8 hover:bg-light-grey rounded relative -left-8 w-extend-8;
96
- @apply grid gap-x-8;
96
+ @apply grid gap-x-16;
97
97
  }
98
98
 
99
99
  .ui-meganav-media-heading {
100
- @apply text-menu3 text-cool-black font-medium group-hover:text-gui-hover group-focus:text-gui-focus;
100
+ @apply text-menu3 text-cool-black font-bold font-sans group-hover:text-gui-hover group-focus:text-gui-focus leading-normal;
101
101
  }
102
102
 
103
103
  .ui-meganav-media-copy {
104
- @apply text-p3 text-dark-grey font-light;
104
+ @apply text-p3 font-sans font-medium text-dark-grey leading-normal;
105
105
  }
106
106
 
107
107
  .ui-meganav-overline {
108
- @apply text-overline2 text-cool-black uppercase font-medium tracking-widen-0.15 p-overline;
108
+ @apply text-overline2 text-cool-black uppercase font-bold font-mono tracking-widen-0.16 p-overline;
109
109
  }
110
110
 
111
111
  .ui-meganav-hr {
@@ -29,8 +29,8 @@
29
29
  }
30
30
  },
31
31
  "panels": [
32
- { "label": "Platform", "shortLabel": "Platform", "id": "platform-panel", "component": "MeganavContentPlatform" },
33
- { "label": "Use Cases & Solutions", "shortLabel": "Use Cases", "id": "use-cases-panel", "component": "MeganavContentUseCases" },
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 MeganavContentPlatform from "../MeganavContentPlatform/component.jsx";
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
- MeganavContentPlatform: MeganavContentPlatform,
61
+ MeganavContentProducts: MeganavContentProducts,
62
62
  MeganavContentUseCases: MeganavContentUseCases,
63
63
  MeganavContentCompany: MeganavContentCompany,
64
64
  MeganavContentDevelopers: MeganavContentDevelopers,