Lucas Tomaz Monteiro
@odevlucassAll comments
- @EfthymiosKSubmitted about 1 month ago@odevlucassPosted about 1 month ago
Parabéns, talvez a única coisa que eu mudaria seria no fundo para trazer mais contraste para o conteúdo do site mas fora isso ficou perfeito!
1 - @Mubarak-AdeyemiSubmitted 2 months agoWhat are you most proud of, and what would you do differently next time?
I am most proud of the clean and responsive layout achieved using Flexbox and semantic HTML5. The code is well-organized, and the use of CSS custom properties ensures consistency and easy future updates.
Next time, I would focus more on enhancing accessibility by incorporating ARIA attributes and improving performance through optimization techniques like lazy loading for images.
What challenges did you encounter, and how did you overcome them?I encountered challenges with the new media query syntax
@media (width >= 470px)
, as it wasn’t supported by browsers like Firefox. To resolve this, I reverted to the more widely supported syntax,@media (min-width: 470px)
, ensuring compatibility across all browsers. This experience reinforced the importance of testing for cross-browser compatibility.@odevlucassPosted 2 months agoMuito bom, talvez única coisa que você poderia corrigir é as cores e o weight dos textos para ficar mais fiel ao design projetado.
0 - @yannanclsSubmitted 2 months ago@odevlucassPosted 2 months ago
ficou igual ao design, parabéns!
Marked as helpful0 - @akil4Submitted 2 months agoWhat are you most proud of, and what would you do differently next time?
I was able to replicate the design and add hovering links to the Webpage using the anchor element's href attribute.
What challenges did you encounter, and how did you overcome them?I wanted th entire element containing the links to change while hovering, but first I had the anchor element wrapped around the paragraph element which made only the text interactable. After i wrapped the entire div containing the text within an anchor element I was able to accomplish my initial desire.
What specific areas of your project would you like help with?I really need help in picking fonts and colors. I am not sure what to pick for what element and for what purpose. I look forward to choosing fonts and colors that are more user friendly and continue the development process.
- @GoddyOgSubmitted 2 months agoWhat are you most proud of, and what would you do differently next time?
Nothing much but i am glad that is was able to complete this challenge
What challenges did you encounter, and how did you overcome them?No major challenge faced while i was working on this
What specific areas of your project would you like help with?Can't really pin point the exact areas where i need to work on but i still have like a lot of work to do
- @amuni5323Submitted 2 months ago@odevlucassPosted 2 months ago
Ficou muito bom, poderia apenas editar o qr code para ficar centralizado mas parabéns!
0