ayush-that / FinVeda

A dynamic financial literacy app with Arthsathi AI chatbot, finance blogs, market trends, SIP calculator, and a quiz for effortless finance learning.
https://fin-veda.vercel.app/
GNU General Public License v3.0
90 stars 176 forks source link

Adding Social Media Links to the Footer #273

Closed nirajsingh015 closed 2 months ago

nirajsingh015 commented 3 months ago

As a part of my gssoc contribution i want to integrate social media links into the footer, making it easy for users to connect with us on platforms like Facebook, Twitter, Instagram, and LinkedIn. This will boost our social media presence and encourage user engagement by providing seamless access to our social profiles through interactive icons.

Screenshot 2024-06-05 121356

github-actions[bot] commented 3 months ago

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

Aradhyajha commented 3 months ago

Hii @ayush-that , sir I want to work on that issue for solving this To add social media links to the website's footer, first decide which platforms to include and obtain their icons. Insert the HTML for these links in the footer section, such as

FacebookTwitterInstagramLinkedIn . Style the icons with CSS to ensure they are visually appealing and responsive, for example, .social-media {text-align: center; padding: 10px 0;} .social-media a {margin: 0 10px; display: inline-block;} .social-media img {width: 30px; height: 30px; transition: transform 0.3s;} .social-media img:hover {transform: scale(1.1);}, and test the footer on various devices and browsers to ensure functionality and responsiveness.

Aradhyajha commented 3 months ago

link

Agarwalvidu commented 2 months ago

As this is a professional website it is not needed. Thank you for contributing, looking for more issues from your end. For now I am closing this issue. needed.