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

  • @Pinielpeti

    Submitted

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

    e

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

    e

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

    e

    Edper 40

    @edper

    Posted

    Good start Piniel.

    As for your css it would be good to use class instead of id. You have five id that is doing basically the same. Use class because it is reusable. Also, the background for your links is too bright for me. You need to use other background or lessen the opacity by using rgba where a means alpha for opacity.

    Marked as helpful

    1
  • @Rhyz26

    Submitted

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

    I'm happy for solving the challenge of the two different images that are supposed to be displayed separately in the desktop view and mobile view respectively

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

    The main challenge that I faced was about the two different images that were given, they were for both desktop view and mobile view respectively, its in such a way that you view one image for each view, I overcame the challenge by using the opacity property respectively for each, I also included media queries for the mobile view

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

    in the mobile view, I face the challenge of optimising the view so that it looks beautiful

    Edper 40

    @edper

    Posted

    You submitted to a wrong challenge. This is supposedly for Social Link profile but you submitted a solution for a product preview card. You need to submit it to the correct challenge.

    0
  • Anuj kumar 110

    @Anujkumar6316

    Submitted

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

    I'm most proud of how clean and organized the code is in this example. Each element is properly structured and styled, making it easy to understand and maintain. Additionally, the use of CSS for styling allows for flexibility and consistency across different devices and screen sizes.

    If I were to do something differently next time, I might consider adding more interactivity or animations to make the social links profile more engaging. This could include hover effects, transitions, or even interactive elements like buttons or tooltips. Additionally, I might explore using CSS frameworks like Bootstrap to streamline the development process and ensure better compatibility across browsers.

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

    The main challenge was ensuring consistent display across browsers and devices. I used modern CSS techniques like flexbox and media queries for responsiveness. Ensuring smooth hover effects across browsers was another challenge, addressed with CSS transitions and thorough testing.

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

    none

    Edper 40

    @edper

    Posted

    Good start. But I advise you to include hover on your social links in your CSS. Also, you use background-color when you are using the :hover pseudo class. Maybe you can use the green color as your background color for hover. You can also play around with using the brand color as your background for each link.

    0
  • @Psyco2020

    Submitted

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

    to able to complete the project without any help or assistance.

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

    CSS positioning and grids.

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

    css sizings of the actual website in style guide

    Edper 40

    @edper

    Posted

    You did not include your assets folder in your code. And thus the image is not showing up for your <img>. You need to update your codebase here in Github.

    0
  • P

    @alonsovzqz

    Submitted

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

    • What would be the best way to handle the items in the list? I used anchor HTML tag but would it worth to use buttons?
    • What approach did you recommend for desktop? I only increased the padding but it's almost not noticeable.
    Edper 40

    @edper

    Posted

    Nicely done! Button or anchor would not matter much here. Nice use of list there instead of <div> with class.

    1
  • Quân 120

    @Kwun7826

    Submitted

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

    This are very first projects, need more like this to improve my skills

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

    Using flex-box

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

    Not yet met up

    Edper 40

    @edper

    Posted

    Good start here. I would advice that links are clickable. Use cursor:pointer when hovering on social links (even if it has no real URL to go to) and probably change the background color when it hovers. You can also play around with changing the background color of social links to the brand color of the social media.

    1