arghadipmanna101 / Flipkart_Clone

Clone of Flipkart using HTML,CSS and JavaScript.
https://flipkart-clone-seven-azure.vercel.app
MIT License
188 stars 510 forks source link

DOC: footer.html #1456

Open AKSHITHA-CHILUKA opened 1 month ago

AKSHITHA-CHILUKA commented 1 month ago

What's wrong with the existing documentation

updating HTML footer code, several improvements have been incorporated to enhance functionality and accessibility.

File to change

improvements to the footer HTML code to enhance accessibility and maintainability. In footer.html

Details of the change

Updated the tag to "Footer - Flipkart" for better context. Added aria-label attributes to social media icons and links for improved accessibility. Corrected HTML syntax by changing <P> tags to lowercase <p> tags. Moved inline styles to CSS for better maintainability.</p> <h3>Type of change</h3> <p>Accessibility improvements Syntax corrections Code organization Descriptive updates</p> <h3>Record</h3> <ul> <li>[X] I agree to follow this project's Code of Conduct</li> <li>[X] I'm a GSSOC'24 contributor</li> <li>[X] I want to work on this issue</li> </ul> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/github-actions[bot]"><img src="https://avatars.githubusercontent.com/in/15368?v=4" />github-actions[bot]</a> commented <strong> 1 month ago</strong> </div> <div class="markdown-body"> <p>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.<p></p></p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/AKSHITHA-CHILUKA"><img src="https://avatars.githubusercontent.com/u/120377576?v=4" />AKSHITHA-CHILUKA</a> commented <strong> 1 month ago</strong> </div> <div class="markdown-body"> <p>please add gssoc and level lables</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>