diff --git a/content/about/index.md b/content/about/index.md index c8fb752da..4ca2283d7 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -25,6 +25,11 @@ About a decade ago, a group of passionate Internet & cloud veterans came togethe {% end %} +{% roadmap() %} + +## **roadmap** + +{% end %} diff --git a/tailwind.config.js b/tailwind.config.js index d075446fb..dcd4482ca 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -51,6 +51,15 @@ module.exports = { '2xl': '1450px', // => @media (min-width: 992px) { ... } }, + animation: { + 'infinite-scroll': 'infinite-scroll 25s linear infinite', + }, + keyframes: { + 'infinite-scroll': { + from: { transform: 'translateX(0)' }, + to: { transform: 'translateX(-100%)' }, + } + } }, }, plugins: [], // if we add forms, do it here diff --git a/templates/shortcodes/logo_slider.html b/templates/shortcodes/logo_slider.html index c29c8daeb..c76eade20 100644 --- a/templates/shortcodes/logo_slider.html +++ b/templates/shortcodes/logo_slider.html @@ -15,7 +15,17 @@
-