Fraol T.
@Fraol-TAll comments
- @TFuchsLaSubmitted 11 days ago@Fraol-TPosted about 6 hours ago
The final result is amazing ! and I checked you code and it was unorganized. Try to minimalize the long line of code by cutting out unnecessary code lines and using short codes or merging styles that share the same property. Always be sure to write a readable code since it can be modified and if it's a mess it would be difficult to manage.
keep it up
0 - @WajahatAli130Submitted 2 days agoWhat are you most proud of, and what would you do differently next time?
Really enjoyed making this one! Favourite part was making the social links change color on hover.
What challenges did you encounter, and how did you overcome them?Kept struggling to center things but figured it out eventually by looking on the internet and revisiting advice on previous projects.
What specific areas of your project would you like help with?How am I supposed to change the color of the cursor on hover. I tried searching online but apparently there is now way. Closest thing would be to link an image as the background of the cursor.
@Fraol-TPosted 2 days agoI checked your code and I noticed that you didn't use containers that much and that answers your struggle to center every element. I recommend you to section every element in a relatable group such as profile info and links that would make the code easy to use and understand. Also if you notice some elements structured as a list in the design it is wise to use an unordered list
<ul>
.Other than that, you developed a well done page. Keep up the good work 👍
Marked as helpful0 - @wandering-bitSubmitted 15 days ago@Fraol-TPosted 3 days ago
Great work it looks really good, but it can be improved by adjusting height and width of the card.
1 - @BirukSeSubmitted 3 days ago@Fraol-TPosted 3 days ago
It seems like you didn't add background color in the body element and use border radius to make the QR-code component look smooth. Try to check every detail in the Figma design
0