@satish-Maurya-4Submitted over 3 years ago
I have written more code for service section, can same action could be done with less code.
This is my very first project on this amazing platform.
I have written more code for service section, can same action could be done with less code.
This is my very first project on this amazing platform.
Tested the site. Nicely done. You nailed the styling :) good naming convention for classes/ids 🔥🔥
Just don't forget the report for Accessibility issues and HTML issues.
alt
tag for images <img class="arrow__icon" src="images/icon-arrow-down.svg" alt="arrow down" />
for screenreaders/accessability reason#
to all links with href
and have it urls just like this<a href="https://facebook.com/"><i class="fa fa-facebook-square"></i></a>
<a href="https://www.instagram.com/"><i class="fa fa-instagram"></i></a>
<a href="https://twitter.com/"><i class="fa fa-twitter"></i></a>
<a href="https://www.pinterest.com/"><i class="fa fa-pinterest"></i></a>
That's it. Happy Coding! 😊