From 5c12443bd7199677265433f681b61f4946495f52 Mon Sep 17 00:00:00 2001 From: Tamaghna Choudhuri Date: Mon, 15 Jan 2024 18:51:45 +0000 Subject: [PATCH 1/2] im the goat --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 29dc181..3f1f6fd 100644 --- a/index.html +++ b/index.html @@ -1244,7 +1244,7 @@

class="right-0 absolute w-56 h-72 translate-y-10 extrasmall:w-28 extrasmall:h-36 sm:w-44 sm:h-56 xl:h-80 xl:w-72" /> - + From c28673a84b661c49f60cfdb0e31acd0f0c3fb2b9 Mon Sep 17 00:00:00 2001 From: TeeWrath Date: Tue, 16 Jan 2024 00:59:12 +0530 Subject: [PATCH 2/2] feat: mascot with animation added --- index.html | 8 +- public/heroimgmob.svg | 619 +++++++++++++++++++++++++++++++++++++++++ public/mascot comp.svg | 148 ++++++++++ style.css | 18 ++ 4 files changed, 790 insertions(+), 3 deletions(-) create mode 100644 public/heroimgmob.svg create mode 100644 public/mascot comp.svg diff --git a/index.html b/index.html index 29dc181..912a7f9 100644 --- a/index.html +++ b/index.html @@ -221,16 +221,18 @@ -
+
+
-
+
- + +
diff --git a/public/heroimgmob.svg b/public/heroimgmob.svg new file mode 100644 index 0000000..2e3bc54 --- /dev/null +++ b/public/heroimgmob.svg @@ -0,0 +1,619 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/mascot comp.svg b/public/mascot comp.svg new file mode 100644 index 0000000..e3179ce --- /dev/null +++ b/public/mascot comp.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/style.css b/style.css index 6ea89f0..5e9cab4 100644 --- a/style.css +++ b/style.css @@ -115,6 +115,24 @@ nav ul li a { } } +@keyframes mascot { + 0%{ + transform: translateY(0.5rem); + } + 25%{ + transform: translateY(-0.5rem); + } + 50%{ + transform: translateY(0.5rem); + } + 75%{ + transform: translateY(-0.5rem); + } + 100%{ + transform: translateY(0.5rem); + } +} + /* navbar ends */ /* Hero Text Items */