daurygg
@dauryggAll comments
- @Talika-BajajSubmitted 4 months ago
- @mikewil245Submitted 22 days agoWhat challenges did you encounter, and how did you overcome them?
Challenges I encountered was positioning the the social links between mobile and desktop .
- @ibrahimelsarawySubmitted 23 days ago
- @farouq05Submitted 2 months ago
- @AnneClrSubmitted 28 days agoWhat are you most proud of, and what would you do differently next time?
I didn't know the tags picture and source to change the src according to the size of the screen
- @Abdullah-trialSubmitted 28 days ago@dauryggPosted 28 days ago
Great job with the CSS! I’d suggest keeping some padding on small screens so the content doesn’t stick to the edges. Instead of using a fixed width of 50%, consider using max-width: 720px to make it more adaptable to different screen sizes. Also, check the margins on headings and paragraphs; there’s a bit of a need for more bottom spacing for consistency. The font size on mobile might be a bit large, so it could be worth adjusting. Overall, it's looking good—just fine-tune those details!
Marked as helpful0 - @henrivilarSubmitted 29 days agoWhat are you most proud of, and what would you do differently next time?
I managed to make this project without having a Figma design file. It may not be exactly the same but I tried to let as close as possible.
@dauryggPosted 29 days agoit's a little be smaller than the original solution but is good. I like how you do the style in your footer.
Marked as helpful0 - @Abdullah-trialSubmitted 29 days ago
- @djoodiSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
I'm most proud of the fact that I still remember so many web development fundamentals. It's been a long time since I coded anything for web, so all I needed was the MDN docs and a quick video on flexbox to get me going. All in all, I'm proud that I finished this solution.
What I'd do different next time is try to use frameworks. I have past experience using React and Bootstrap, so I would probably use React and try to learn Tailwind if I was given this challenge again in the future.
What challenges did you encounter, and how did you overcome them?Because I was out of practice with web development, my biggest challenge was remembering CSS attributes. I had a good idea of which properties I could change but I had to look up the docs to get it right. In retrospect, CSS is probably my weakest skill so I learned a lot with this challenge. HTML wasn't difficult at all.
What specific areas of your project would you like help with?Since CSS is my weakest skill, I'd love to get feedback on if I'm doing things right. Are there any bad practices that I unknowingly used? Is there a better way to implement something?
@dauryggPosted about 1 month ago¡Buen trabajo, Judie! Me encanta cómo lograste crear un diseño limpio y centrado usando Flexbox, y el código es fácil de leer. También está genial que hayas usado variables CSS para los colores, eso te da mucha flexibilidad. Algo que podrías mejorar es hacer que el contenedor sea un poco más flexible usando max-width en lugar de una width fija, para que se adapte mejor a diferentes pantallas. También te recomendaría optimizar la imagen del QR para mejorar los tiempos de carga. Como mencionas que CSS es tu área débil, probar Tailwind puede ser una excelente idea para simplificar tu estilo y escribir menos código CSS. ¡Sigue así!
0