-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #170 from alo7lika/main
Enhanced Footer with Social Links ON README
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 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 |
---|---|---|
|
@@ -150,5 +150,27 @@ We welcome contributions to this project! Please see our [Contributing.md](./CON | |
|
||
This project is licensed under the [MIT License](LICENSE). | ||
|
||
## 📱 Connect with Us | ||
|
||
<div align="center"> | ||
<!-- LinkedIn --> | ||
<a href="https://www.linkedin.com/in/rohit-dubey-d/" target="_blank"> | ||
<img src="https://img.shields.io/badge/LinkedIn-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white" alt="LinkedIn"/> | ||
</a> | ||
<!-- GitHub --> | ||
<a href="https://github.com/rohitinu6" target="_blank"> | ||
<img src="https://img.shields.io/badge/GitHub-333333?style=for-the-badge&logo=github&logoColor=white" alt="GitHub"/> | ||
</a> | ||
<!-- Email --> | ||
<a href="mailto:[email protected]" target="_blank"> | ||
<img src="https://img.shields.io/badge/Email-D14836?style=for-the-badge&logo=gmail&logoColor=white" alt="Email"/> | ||
</a> | ||
<!-- Instagram --> | ||
<a href="https://www.instagram.com/rohit_dubey_003/" target="_blank"> | ||
<img src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white" alt="Instagram"/> | ||
</a> | ||
</div> | ||
|
||
|
||
|
||
|