),
@@ -106,19 +120,137 @@ export const SLIDES = [
{
id: '4',
content: (
-
+
+
+
+ ),
+ },
+ {
+ id: '5',
+ content: (
+
+
),
},
];
+
+{
+ /*
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
*/
+}
diff --git a/marketing/src/containers/repository/resources/releases/component.tsx b/marketing/src/containers/repository/resources/releases/component.tsx
index d5a4f956d..20e491358 100644
--- a/marketing/src/containers/repository/resources/releases/component.tsx
+++ b/marketing/src/containers/repository/resources/releases/component.tsx
@@ -33,7 +33,7 @@ const DatasetReleases: React.FC = () => (
className="flex space-x-5 font-bold items-center"
>
Go to source
-
+
@@ -57,7 +57,7 @@ const DatasetReleases: React.FC = () => (
className="flex space-x-5 font-bold items-center"
>
Go to source
-
+
diff --git a/marketing/src/styles/globals.css b/marketing/src/styles/globals.css
index 4079f765c..02dea475c 100644
--- a/marketing/src/styles/globals.css
+++ b/marketing/src/styles/globals.css
@@ -3,7 +3,8 @@
@tailwind utilities;
@-webkit-keyframes autofill {
- 0%,100% {
+ 0%,
+ 100% {
color: #666;
background: transparent;
}
@@ -37,10 +38,10 @@
input:-webkit-autofill,
input:-webkit-autofill:focus {
- transition: background-color 0s 60000s, color 0s 60000s;
+ transition: background-color 0s 60000s, color 0s 60000s;
}
input[data-autocompleted] {
- background-color: transparent !important;
+ background-color: transparent !important;
}
}
@@ -62,13 +63,13 @@
/* Overriding styles */
@layer components {
- div[data-testid="blog-card-item"] p > em {
+ div[data-testid='blog-card-item'] p > em {
@apply not-italic;
}
- div[data-testid="blog-card-item"] p > strong {
+ div[data-testid='blog-card-item'] p > strong {
@apply font-bold text-white;
}
- div[data-testid="blog-card-item"] p > a {
+ div[data-testid='blog-card-item'] p > a {
@apply underline text-white;
}
}