@ably/ui 8.7.0-dev.80c4fae → 8.7.0-dev.827e917
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -4
- package/core/Code/component.js +1 -1
- package/core/Code.jsx +108 -88
- package/core/CompanyAutocomplete/component.js +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 -1
- package/core/DropdownMenu.jsx +11 -11
- package/core/FeatureFooter/component.js +1 -1
- package/core/FeaturedLink/component.js +1 -1
- package/core/FeaturedLink.jsx +10 -10
- package/core/Flash/component.js +1 -1
- package/core/Flash.jsx +19 -22
- package/core/Footer/component.css +21 -1
- package/core/Footer/component.js +1 -1
- package/core/Footer.jsx +163 -77
- package/core/Icon/component.js +1 -1
- package/core/Icon.jsx +7 -7
- package/core/Loader/component.js +1 -1
- package/core/Loader.jsx +7 -7
- package/core/Logo/component.js +1 -1
- package/core/Logo.jsx +7 -7
- package/core/Meganav/component.css +1 -3
- package/core/Meganav/component.js +1 -1
- package/core/Meganav/component.json +2 -2
- package/core/Meganav.jsx +576 -973
- 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 +54 -29
- 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 +62 -54
- package/core/MeganavControl/component.js +1 -1
- package/core/MeganavControl.jsx +10 -10
- package/core/MeganavControlMobileDropdown/component.js +1 -1
- package/core/MeganavControlMobileDropdown.jsx +11 -11
- package/core/MeganavControlMobilePanelClose/component.js +1 -1
- package/core/MeganavControlMobilePanelClose.jsx +10 -10
- package/core/MeganavControlMobilePanelOpen/component.js +1 -1
- package/core/MeganavControlMobilePanelOpen.jsx +10 -10
- package/core/MeganavItemsDesktop/component.js +1 -1
- package/core/MeganavItemsDesktop.jsx +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 +30 -33
- 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/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 -32
- package/core/sprites.svg +113 -0
- package/core/styles.css +1 -7
- package/package.json +5 -5
- package/reset/scripts.js +1 -1
- package/reset/styles.css +1 -11
- package/src/core/Flash/component.jsx +0 -2
- package/src/core/Footer/component.css +21 -1
- package/src/core/Footer/component.html.erb +121 -64
- package/src/core/Footer/component.jsx +129 -62
- package/src/core/Logo/component.rb +12 -4
- 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 +31 -15
- package/src/core/MeganavContentDevelopers/component.jsx +33 -14
- 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-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/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/.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/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/.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 → MeganavContentProducts}/component.js +0 -0
package/core/styles.css
CHANGED
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
|
|
348
348
|
.ui-text-h4 {
|
|
349
349
|
@apply font-sans font-medium text-cool-black;
|
|
350
|
-
@apply text-h4
|
|
350
|
+
@apply text-h4;
|
|
351
351
|
@apply tracking-widen-0.1;
|
|
352
352
|
}
|
|
353
353
|
|
|
@@ -545,12 +545,6 @@
|
|
|
545
545
|
color: #76767c;
|
|
546
546
|
}
|
|
547
547
|
|
|
548
|
-
.ui-textarea:-ms-input-placeholder {
|
|
549
|
-
/* CSS vars don't work in ::placeholder in Webkit :( */
|
|
550
|
-
/* color: var(--text-dark-grey); */
|
|
551
|
-
color: #76767c;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
548
|
.ui-textarea::placeholder {
|
|
555
549
|
/* CSS vars don't work in ::placeholder in Webkit :( */
|
|
556
550
|
/* color: var(--text-dark-grey); */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ably/ui",
|
|
3
|
-
"version": "8.7.0-dev.
|
|
3
|
+
"version": "8.7.0-dev.827e917",
|
|
4
4
|
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,8 +27,7 @@
|
|
|
27
27
|
"change-case": "^4.1.1",
|
|
28
28
|
"commander": "^7.2.0",
|
|
29
29
|
"css-loader": "^5.0.0",
|
|
30
|
-
"cypress": "^
|
|
31
|
-
"cypress-plugin-snapshots": "^1.4.4",
|
|
30
|
+
"cypress": "^13.3.1",
|
|
32
31
|
"eslint": "^7.12.1",
|
|
33
32
|
"eslint-config-prettier": "^6.15.0",
|
|
34
33
|
"eslint-plugin-cypress": "^2.11.2",
|
|
@@ -65,6 +64,7 @@
|
|
|
65
64
|
"release": "./scripts/release.sh"
|
|
66
65
|
},
|
|
67
66
|
"dependencies": {
|
|
67
|
+
"@mrtkrcm/cypress-plugin-snapshots": "https://github.com/mrtkrcm/cypress-plugin-snapshots#v1.13.0",
|
|
68
68
|
"addsearch-js-client": "^0.7.0",
|
|
69
69
|
"array-flat-polyfill": "^1.0.1",
|
|
70
70
|
"dompurify": "^2.2.9",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"lodash.throttle": "^4.1.1",
|
|
75
75
|
"nanoid": "^4.0.0",
|
|
76
76
|
"prop-types": "^15.7.2",
|
|
77
|
-
"react": "^
|
|
78
|
-
"react-dom": "^
|
|
77
|
+
"react": "^18.2.0",
|
|
78
|
+
"react-dom": "^18.2.0",
|
|
79
79
|
"redux": "^4.0.5",
|
|
80
80
|
"scroll-lock": "^2.1.4"
|
|
81
81
|
},
|
package/reset/scripts.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.AblyUi=t():(e.AblyUi=e.AblyUi||{},e.AblyUi.Reset=t())}(this,(
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.AblyUi=t():(e.AblyUi=e.AblyUi||{},e.AblyUi.Reset=t())}(this,(()=>(()=>{"use strict";var e={};return(e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})})(e),e})()));
|
package/reset/styles.css
CHANGED
|
@@ -86,8 +86,7 @@
|
|
|
86
86
|
abbr[title] {
|
|
87
87
|
border-bottom: none; /* 1 */
|
|
88
88
|
text-decoration: underline; /* 2 */
|
|
89
|
-
|
|
90
|
-
text-decoration: underline dotted; /* 2 */
|
|
89
|
+
text-decoration: underline dotted; /* 2 */
|
|
91
90
|
}
|
|
92
91
|
|
|
93
92
|
/**
|
|
@@ -444,19 +443,10 @@
|
|
|
444
443
|
resize: vertical;
|
|
445
444
|
}
|
|
446
445
|
|
|
447
|
-
input:-ms-input-placeholder,
|
|
448
|
-
textarea:-ms-input-placeholder {
|
|
449
|
-
color: #a0aec0;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
446
|
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
453
447
|
color: #a0aec0;
|
|
454
448
|
}
|
|
455
449
|
|
|
456
|
-
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
|
|
457
|
-
color: #a0aec0;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
450
|
input::placeholder,
|
|
461
451
|
textarea::placeholder {
|
|
462
452
|
color: #a0aec0;
|
|
@@ -8,6 +8,26 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.ui-footer-link {
|
|
11
|
-
@apply text-gui-default hover:text-gui-hover
|
|
11
|
+
@apply text-gui-default hover:text-gui-hover text-menu3 font-light;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.ui-footer-compliance-text {
|
|
15
|
+
font-size: 12px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.ui-footer-tick-icon {
|
|
19
|
+
min-width: 1.5rem;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@media (max-width: 1040px) {
|
|
23
|
+
.ui-footer-bottom-links {
|
|
24
|
+
@apply pb-40;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@media screen {
|
|
29
|
+
.ui-footer-glassdoor {
|
|
30
|
+
display: none;
|
|
31
|
+
}
|
|
12
32
|
}
|
|
13
33
|
}
|
|
@@ -1,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">
|
|
@@ -89,16 +79,15 @@
|
|
|
89
79
|
<%= link_to 'Support & FAQs', abs_url("/support"), class: "ui-footer-menu-row-link" %>
|
|
90
80
|
</li>
|
|
91
81
|
<li class="p-menu-row-snug">
|
|
92
|
-
<%= link_to 'SDKs', abs_url("/
|
|
82
|
+
<%= link_to 'SDKs', abs_url("/docs/sdks"), 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>
|