-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee8d744
commit 24aa6dd
Showing
1 changed file
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,43 @@ | ||
# html-css-javascript-card | ||
|
||
# HTML/CSS and JavaScript Cards | ||
|
||
This repository contains a collection of 15 card designs and effects built with HTML, CSS, and JavaScript. These projects showcase various creative and interactive card layouts, including expanding cards, 3D effects, hover animations, and more. Each project demonstrates different techniques and styles to enhance user interface design. | ||
|
||
| # | Project | Live Demo | | ||
| :-: | ----------------------------------------------- | --------- | | ||
| 01 | [Expanding Cards](https://github.com/he-is-talha/html-css-javascript-cards/tree/main/01-Expanding-Cards) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-cards/01-Expanding-Cards/) | | ||
| 02 | [3D Card with Hover](https://github.com/he-is-talha/html-css-javascript-cards/tree/main/02-3d-Card-With-Hover) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-cards/02-3d-Card-With-Hover/) | | ||
| 03 | [Creative Cards](https://github.com/he-is-talha/html-css-javascript-cards/tree/main/03-Creative-Cards) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-cards/03-Creative-Cards/) | | ||
| 04 | [Expanding Cards](https://github.com/he-is-talha/html-css-javascript-cards/tree/main/04-Expanding-Cards) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-cards/04-Expanding-Cards/) | | ||
| 05 | [3D Product Card](https://github.com/he-is-talha/html-css-javascript-cards/tree/main/05-3D-Product-Card) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-cards/05-3D-Product-Card/) | | ||
| 06 | [Memory Cards](https://github.com/he-is-talha/html-css-javascript-cards/tree/main/06-Memory-Cards) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-cards/06-Memory-Cards/) | | ||
| 07 | [Card Hover Effect V1](https://github.com/he-is-talha/html-css-javascript-cards/tree/main/07-Card-Hover-Effect-V1) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-cards/07-Card-Hover-Effect-V1/) | | ||
| 08 | [Card Hover Effect V2](https://github.com/he-is-talha/html-css-javascript-cards/tree/main/08-Card-Hover-Effect-V2) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-cards/08-Card-Hover-Effect-V2/) | | ||
| 09 | [Card Hover Effect V3](https://github.com/he-is-talha/html-css-javascript-cards/tree/main/09-Card-Hover-Effect-V3) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-cards/09-Card-Hover-Effect-V3/) | | ||
| 10 | [I Love You Card](https://github.com/he-is-talha/html-css-javascript-cards/tree/main/10-I-Love-You-Card) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-cards/10-I-Love-You-Card/) | | ||
| 11 | [Item Card Hover Effect](https://github.com/he-is-talha/html-css-javascript-cards/tree/main/11-Item-Card-Hover-Effect) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-cards/11-Item-Card-Hover-Effect/) | | ||
| 12 | [Product Card Info](https://github.com/he-is-talha/html-css-javascript-cards/tree/main/12-Product-Card-Info) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-cards/12-Product-Card-Info/) | | ||
| 13 | [Sliding Product Card](https://github.com/he-is-talha/html-css-javascript-cards/tree/main/13-Sliding-Product-Card) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-cards/13-Sliding-Product-Card/) | | ||
| 14 | [Sneakers Product Card](https://github.com/he-is-talha/html-css-javascript-cards/tree/main/14-Sneakers-Product-Card) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-cards/14-Sneakers-Product-Card/) | | ||
| 15 | [Text Card Hover Effect](https://github.com/he-is-talha/html-css-javascript-cards/tree/main/15-Text-Card-Hover-Effect) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-cards/15-Text-Card-Hover-Effect/) | | ||
|
||
## License | ||
|
||
The MIT License | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |