From 2a70e0860a7f9c9caaaf6f1b9baa80e94cbeefc3 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Sun, 12 May 2024 11:56:25 +0300 Subject: [PATCH] update logos animation --- content/about/index.md | 5 ++ tailwind.config.js | 9 +++ templates/shortcodes/logo_slider.html | 43 ++++++++++++- templates/shortcodes/roadmap.html | 93 +++++++++++++++++++++++++++ 4 files changed, 149 insertions(+), 1 deletion(-) create mode 100644 templates/shortcodes/roadmap.html 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 @@
-