Skip to content

Commit 846ed48

Browse files
committed
Feat: LICENSE & README
1 parent c1d7ea7 commit 846ed48

2 files changed

Lines changed: 63 additions & 0 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 MDJAmin
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
## Demo
2+
3+
Check out the live demo: [GitHub Pages Demo](https://mdjamin.github.io/Social-media-Card-Hover/)
4+
5+
# Social Media Card Hover
6+
7+
Welcome to the **Social Media Card Hover** project! This project features interactive social media cards that flip when hovered over, showcasing different platforms with unique icons and descriptions.
8+
9+
## Project Features
10+
11+
- **Hover Effect**: Each card flips to reveal additional information when hovered over.
12+
- **Social Media Icons**: The cards feature popular social media icons (LinkedIn, Twitter, and GitHub) with custom hover effects.
13+
- **Responsive Layout**: The layout is designed to be flexible, ensuring the cards are displayed properly on different screen sizes.
14+
- **Interactive Links**: Each card contains a link (currently set to `#`), which can be updated to point to the corresponding social media profiles.
15+
16+
## Technologies Used
17+
18+
- **HTML**: Provides the structure for the card and content.
19+
- **CSS**: Handles the layout, hover effects, and styling of the cards.
20+
- **Font Awesome**: Used for social media icons to enhance the visual appearance of each card.
21+
22+
## Installation
23+
24+
1. Navigate to the project folder:
25+
26+
```bash
27+
cd social-media-card-hover
28+
```
29+
30+
2. Open the index.html file in your browser to see the hover effect in action.
31+
32+
## Usage
33+
34+
- Hover over the cards to flip and see additional details about the social media platforms.
35+
36+
- You can update the links in the anchor (<a>) tags inside each card with your own social media URLs.
37+
38+
- Feel free to add more cards and customize the icons and descriptions as needed.
39+
40+
## Author
41+
42+
Created by **MDJAmin**. Check out more projects on [GitHub](https://github.com/MDJAmin).

0 commit comments

Comments
 (0)