Danny Seo
@kisu-seoAll comments
- @marc-regnierSubmitted 19 days ago
- @CasperTheChildSubmitted 19 days agoWhat are you most proud of, and what would you do differently next time?
I am proud of getting accustomed to CSS and of writing HTML and CSS more efficiently, saving time.
What challenges did you encounter, and how did you overcome them?No
What specific areas of your project would you like help with?How would you adjust my second media query (with two columns)? Any suggestions?
- @Reemkhan09Submitted about 2 months ago
- @Top-Trekx-Im-gvp-98Submitted 21 days agoWhat challenges did you encounter, and how did you overcome them?
created mobile first view to desktop view. confused with width & heights . again i studied media queries in web.dev website. completed this challenge.
What specific areas of your project would you like help with?any feedback is always welcome. It is fun to see others approach to the same challenge.
@kisu-seoPosted 20 days agoWell done. However, since the design looks quite different, I think further adjustments could make it a better piece of work.
0 - @ChiangArtSubmitted 24 days agoWhat are you most proud of, and what would you do differently next time?
De todo, solo que me e demorado mucho en terminarlo
What challenges did you encounter, and how did you overcome them?Darle el toque perfecto
What specific areas of your project would you like help with?en todo
@kisu-seoPosted 23 days agoThis is a very well-made piece of work. I was able to learn a lot from it.
0 - @SrikathyayiniSubmitted 23 days agoWhat are you most proud of, and what would you do differently next time?
I am proud to see that I successfully produced a clean, aesthetically pleasing profile card. Its functionality is accompanied by the latest minimalist designs and incorporates modern minimalistic layout; the social links and the profile details are perfectly demonstrated within a responsive user-friendly design. Next time, it should be even more interactive, using slight animations or hover effects on various places to make it much more interesting for users. In fact, I would also consider making accessibility to some extent better by making proper ARIA labels as well as optimizing it for better working with screen readers for increased accessibility. Also, this would also be great, perhaps, by integrating back end support in order to ensure dynamic data retrieval thus developing a highly scalable profile card solution. In contemplating the thought of this project I would realize areas where my added creativity can expand future functionalities.
What challenges did you encounter, and how did you overcome them?The biggest problem I encountered was aligning elements correctly so the profile card layout would appear clean and remain responsive to all sizes of screens. It is difficult to keep everything in its place while still making sure there is sufficient spacing, so it ends up being polished on both mobile and desktop views. I used flexible layout techniques from CSS Flexbox along with media queries, making control over the layout even better than before, ultimately creating a more balanced view between devices.
@kisu-seoPosted 23 days agoThis is a well-made piece of work. However, I believe it would be even better if it were aligned more closely with the design guide.
Marked as helpful0 - @khal45Submitted 24 days ago
- @VOIDCODES-404Submitted 26 days agoWhat are you most proud of, and what would you do differently next time?
I am happy that I was able to use the flex-box principle to carefully arrange and position the elements accurately, next time I would like to use grid to get the same result.
What challenges did you encounter, and how did you overcome them?Centering a div is common problem but for this project I was able to center the div using the flex-box principle