From bde47945e2bbb6ebe7eb8d4dd3dd08942f3f19b6 Mon Sep 17 00:00:00 2001 From: sreyaarc Date: Sun, 2 Jul 2023 10:25:57 +0530 Subject: [PATCH 1/3] fix linkedin typo --- Card Animations/Buttons to zoom cards/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Card Animations/Buttons to zoom cards/index.html b/Card Animations/Buttons to zoom cards/index.html index 7abe871..cef2973 100644 --- a/Card Animations/Buttons to zoom cards/index.html +++ b/Card Animations/Buttons to zoom cards/index.html @@ -78,7 +78,7 @@
- Linkdin + LinkedIn Github Instagram From bce9b98cd12d3fd48574d95bb8f1fcd4bed18207 Mon Sep 17 00:00:00 2001 From: sreyaarc Date: Sun, 2 Jul 2023 10:27:53 +0530 Subject: [PATCH 2/3] Align card text and modify a tag --- Card Animations/Buttons to zoom cards/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Card Animations/Buttons to zoom cards/style.css b/Card Animations/Buttons to zoom cards/style.css index d843465..41d0c93 100644 --- a/Card Animations/Buttons to zoom cards/style.css +++ b/Card Animations/Buttons to zoom cards/style.css @@ -21,6 +21,10 @@ body { } a { cursor: pointer; + font-size: 1.2rem; +} +a:hover { + text-transform: uppercase; } .container { max-width: var(--container-width); @@ -75,6 +79,7 @@ a { .card-text { border-radius: 25px; font-size:var(--std-font-size); + text-align: justify; } /* expanded/shrink styling */ From 19fdefe7c42120bf228ed02e44960e34d75178b0 Mon Sep 17 00:00:00 2001 From: sreyaarc Date: Sun, 2 Jul 2023 10:40:24 +0530 Subject: [PATCH 3/3] Assign proper links to card animations --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d539f8c..bf409c4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A list of animations currently in this collection is available at the end of thi ## Community Health Guidelines -#### *If guidelines are not followed, PRs will be marked as spam without warning. Some examples include, commits and PRs without appropriate description, code without appropriate comments, using of prohibited frameworks etc.* +#### _If guidelines are not followed, PRs will be marked as spam without warning. Some examples include, commits and PRs without appropriate description, code without appropriate comments, using of prohibited frameworks etc._ [Code of Conduct](/docs/CODE_OF_CONDUCT.md) @@ -26,10 +26,9 @@ Help is needed in defining better guidelines, rules and creating a site to showc ### Card Animations -- [Card](https://animations.gq/Card%20Animations/cards/card.html) -- [Card1](https://animations.gq/Card%20Animations/cards/Card%201/card.html) -- [Card Stack](https://animations.gq/Card%20Animations/cards_stack/card.html) - +- [Card](https://animations.gq/Card%20Animations/Buttons%20to%20zoom%20cards/index.html) +- [Card1](https://animations.gq/Card%20Animations/Hover%20to%20animate%20cards/index.html) +- [Card Stack](https://animations.gq/Card%20Animations/Info%20card%20stack%20carousel/card.html) ### Hover Animations @@ -51,11 +50,13 @@ Help is needed in defining better guidelines, rules and creating a site to showc - [Login Person](https://animations.gq/Form%20Animations/Show%20Password/index.html) ### Menu Animations + - [Outside Curve Navigation Menu](https://animations.gq/Menu%20Animations/Outside%20Curve%20Navigation%20Menu/index.html) - [Liquid Animation](https://animations.gq/Menu%20Animations/Liquid%20Navigation%20Menu/index.html) - [Clipping Navigation Menu](https://animations.gq/Menu%20Animations/Clipping%20Navigation%20Menu/index.html) #### Filtered animations (to be improved or removed) + - [Flip Animation on Hover](https://animations.gq/Filtering/Flip%20Animation%20on%20Hover/index.html) - [Heartbeat Loader](https://animations.gq/Filtering/Heartbeat%20Loader/index.html) - [Looping Circle](https://animations.gq/Filtering/Looping%20Circle/index.html)