diff --git a/apps/client/components/Navbar/index.vue b/apps/client/components/Navbar/index.vue index e80ef4ce7..e9667a578 100644 --- a/apps/client/components/Navbar/index.vue +++ b/apps/client/components/Navbar/index.vue @@ -1,16 +1,31 @@ + + - - - Earth Worm - + + + + Earth Worm + + - + diff --git a/apps/client/layouts/default.vue b/apps/client/layouts/default.vue index c4f624d3d..b973e3876 100644 --- a/apps/client/layouts/default.vue +++ b/apps/client/layouts/default.vue @@ -3,11 +3,13 @@ - - - - + + + + + + + - \ No newline at end of file diff --git a/apps/client/pages/index.vue b/apps/client/pages/index.vue index 901af3f95..53ae77113 100644 --- a/apps/client/pages/index.vue +++ b/apps/client/pages/index.vue @@ -1,7 +1,5 @@ @@ -10,22 +8,68 @@ - Earth Worm + Earth Worm - - Why did you not good at English? - Because you have not use Earthworm yet 🤪 ! + + Why aren’t you good at English? + It’s because you haven’t used Earthworm yet! 🤪 + + + 🌟 + Star us on GitHub + + Go and get it ↵ - - 📖 - 🪱 + + + + 📖 + 🪱 + - - What's is Earthworm ? - + + What is Earthworm? + an open-source, collaborative, user-friendly English learning tool. + + + wip... + + + wip... + + + + + + + Why Earthworm? + + \ No newline at end of file diff --git a/apps/client/tailwind.config.js b/apps/client/tailwind.config.js index d09b78f53..fc9f94bd3 100644 --- a/apps/client/tailwind.config.js +++ b/apps/client/tailwind.config.js @@ -1,8 +1,19 @@ /** @type {import('tailwindcss').Config} */ export default { + darkMode: 'class', content: [], theme: { - extend: {}, + extend: { + animation: { + wink: "wink 1s cubic-bezier(0.4, 0, 0.6, 1) infinite" + }, + keyframes: { + wink: { + '0%, 100%': { opacity: '1' }, + '50%': { opacity: '0' }, + } + }, + }, }, plugins: [require("daisyui")], };
Why did you not good at English?
Because you have not use Earthworm yet 🤪 !
an open-source, collaborative, user-friendly English learning tool.