Skip to content

Commit 24aa6dd

Browse files
authored
Update README.md
1 parent ee8d744 commit 24aa6dd

File tree

1 file changed

+43
-2
lines changed

1 file changed

+43
-2
lines changed

README.md

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,43 @@
1-
# html-css-javascript-card
2-
1+
# HTML/CSS and JavaScript Cards
2+
3+
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.
4+
5+
| # | Project | Live Demo |
6+
| :-: | ----------------------------------------------- | --------- |
7+
| 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/) |
8+
| 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/) |
9+
| 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/) |
10+
| 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/) |
11+
| 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/) |
12+
| 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/) |
13+
| 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/) |
14+
| 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/) |
15+
| 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/) |
16+
| 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/) |
17+
| 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/) |
18+
| 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/) |
19+
| 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/) |
20+
| 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/) |
21+
| 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/) |
22+
23+
## License
24+
25+
The MIT License
26+
27+
Permission is hereby granted, free of charge, to any person obtaining a copy
28+
of this software and associated documentation files (the "Software"), to deal
29+
in the Software without restriction, including without limitation the rights
30+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
31+
copies of the Software, and to permit persons to whom the Software is
32+
furnished to do so, subject to the following conditions:
33+
34+
The above copyright notice and this permission notice shall be included in
35+
all copies or substantial portions of the Software.
36+
37+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
39+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
40+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
41+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
42+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
43+
THE SOFTWARE.

0 commit comments

Comments
 (0)