Designo Agency Website - React, Typescript, Material UI, Formik
Design comparison
Solution retrospective
This was a BIG Project as the challenge says. So I am looking for a person with a BIG heart who might give me a piece of advice and thereby help me improve tremendously. Great thanks to all of you in advance!!
Community feedback
- @GrzywNPosted about 2 years ago
Great job 🥳
I suggest using semantic
<address>
tag for address data and<a href="tel:+1 253-863-8967">+1 253-863-8967</a>
for the phone number (it's good for mobile users, since they can click on it to get the number). You can do it multiple times across the page, since phone numbers and addresses are present in multiple components.You might also add autocomplete properties to form inputs for example
autocomplete="email"
,autocomplete="name"
etc. More about it hereI would change favicon to the Designo logo. There is a great tool for it - favicon.io. You might need to convert the logo/image to the png, but you will get everything you need for different devices/sizes.
Hope this helps! Have a nice day and happy coding!
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord