From 8dafde279913bcaf81beee677af91f41b47eac4c Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Sat, 1 Oct 2022 18:04:08 +0700 Subject: [PATCH] feat: Add CSS animation site --- contents/_data/github.js | 1 + contents/_includes/layouts/base.njk | 7 ++++--- styles/blocks/_example.scss | 7 ++++--- styles/blocks/_footer.scss | 14 ++++++++++++-- styles/blocks/_nav.scss | 22 +++++++--------------- 5 files changed, 28 insertions(+), 23 deletions(-) diff --git a/contents/_data/github.js b/contents/_data/github.js index c0ed939..b2ff6d4 100644 --- a/contents/_data/github.js +++ b/contents/_data/github.js @@ -15,6 +15,7 @@ module.exports = async function() { return { 'oneloc': await fetchGitHubStars('phuocng/1loc'), 'crossbrowser': await fetchGitHubStars('phuocng/cross-browser'), + 'cssanimation': await fetchGitHubStars('phuocng/css-animation'), 'csslayout': await fetchGitHubStars('phuocng/csslayout'), 'frontendtips': await fetchGitHubStars('phuocng/frontend-tips'), 'htmldom': await fetchGitHubStars('phuocng/html-dom'), diff --git a/contents/_includes/layouts/base.njk b/contents/_includes/layouts/base.njk index dca5669..9adee03 100644 --- a/contents/_includes/layouts/base.njk +++ b/contents/_includes/layouts/base.njk @@ -37,7 +37,8 @@