Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify card and readme.md #81

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Card Animations/Buttons to zoom cards/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</div>
<div class="card-text">
<span>
<a href="https://www.linkedin.com/in/mstatharv/" style="color: blue;">Linkdin</a>
<a href="https://www.linkedin.com/in/mstatharv/" style="color: blue;">LinkedIn</a>
<a href="https://github.com/Mr-okey/Mr-okey" style="color: black;">Github</a>
<a href="#" style="color:rgb(255, 0, 43);">Instagram
</a>
Expand Down
5 changes: 5 additions & 0 deletions Card Animations/Buttons to zoom cards/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ body {
}
a {
cursor: pointer;
font-size: 1.2rem;
}
a:hover {
text-transform: uppercase;
}
.container {
max-width: var(--container-width);
Expand Down Expand Up @@ -75,6 +79,7 @@ a {
.card-text {
border-radius: 25px;
font-size:var(--std-font-size);
text-align: justify;
}

/* expanded/shrink styling */
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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

Expand All @@ -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)
Expand Down