Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Boffdub 30

    @Boffdub

    Submitted

    What are you most proud of, and what would you do differently next time?

    I feel like I'm getting better after every time I do this.

    What challenges did you encounter, and how did you overcome them?

    I initially had issues with centering the image. I manage to get help on the discord and a few people had the answer I was looking for.

    I also had issues with the caption bar but I managed to figure that out on my own.

    What specific areas of your project would you like help with?

    If there is a way to have a cleaner CSS page, that would be appreciated.

    DILHT 40

    @DILHT

    Posted

    Great job on the design! To take it to the next level, consider adding interactive states to your <h1> and using HTML5 semantic elements like <header>, <main>, and <footer> improve code structure and accessibility. also check out media queries for responsiveness . Keep up the good work and keep learning!

    Marked as helpful

    1
  • @CamrynTidsworth

    Submitted

    What are you most proud of, and what would you do differently next time?

    This project was a great opportunity to get comfortable using GitHub. Next time, I'd like to focus on creating more reusable variables for my CSS style components like font size, color, etc.

    What challenges did you encounter, and how did you overcome them?

    I struggled a bit with positioning the QR code. Ultimately, I realized that you can't use flexbox for everything (only most things ; ) ), and used plain old positioning properties to solve the problem.

    What specific areas of your project would you like help with?

    I noticed that the lines of text in my design are slightly off compared to the example. I'm not sure how much of an issue this is but if anyone has a take on whether it's important/how to tweak it I'm very open to feedback.

    DILHT 40

    @DILHT

    Posted

    The HTML structure is well-organized, and you've used semantic elements like div with descriptive classes, which is great. However, you could further improve the semantic meaning by using more specific HTML5 elements, such as header, main, and footer, instead of generic div elements.All things considered the code is well organised

    0