Latest solutions
Latest comments
- @Pakapol-TanachaisithSubmitted 12 months ago
- @Si1entERASubmitted 10 months agoWhat are you most proud of, and what would you do differently next time?
The completion of the project.
What challenges did you encounter, and how did you overcome them?I struggled with the pop-up icons, and I plan on doing a second version to improve on it.
What specific areas of your project would you like help with?Any and all feedback is welcomed.
- @Devs-advocateSubmitted 10 months agoWhat are you most proud of, and what would you do differently next time?
I'm happy that I was able to approach the challenge with a clear approach. This is basically due to the experience gained from previous challenges.
What challenges did you encounter, and how did you overcome them?The most difficult issue I had was center-aligning the profile pic with the name and verification to it's right. It was easier once I deployed them within a flexbox container, but I tried with limited success to do it without flexbox. Responsiveness is an issue if there's no clear direction on where media queries should be invoked, and what the screen should look like at varying widths. I overcame this by making my own mind up where it should happen.
What specific areas of your project would you like help with?Perhaps some clarity on how the screen should look at widths between the mobile and desktop designs. I'm gathering it's my own opinion at this point, but I was toying with having a different grid design at the in-between design widths. For example, a two-column grid.
- @sammie-createSubmitted 11 months agoWhat are you most proud of, and what would you do differently next time?
I will know that based on feedbacks i get
What challenges did you encounter, and how did you overcome them?Nothing much
What specific areas of your project would you like help with?None for now
- @BarteQSSubmitted 11 months agoWhat are you most proud of, and what would you do differently next time?
I was able the create the page mostly by myself.
What challenges did you encounter, and how did you overcome them?I had some problems with making the desktop version where I used Kevin Powell's video for help.
What specific areas of your project would you like help with?At this point, none.
- @percydocomoSubmitted 11 months agoWhat are you most proud of, and what would you do differently next time?
I tried using @font-face for this project. Also, I tried to align the layout of the project as close as possible.
What challenges did you encounter, and how did you overcome them?The css file was very long and messy at first because I was targeting every single element.
What specific areas of your project would you like help with?
It took me a bit of time to refine the file by not repeating the same style on similar elements. The headings and lists are identical/similar in style so I styled them with the identical style first and added element specific style after.I was unable to align the list markers with the list items when it is in mobile design. They look different from the original.