Darryl Rachel
@darrylrachelAll comments
- @alexanderivanov2Submitted 7 months ago@darrylrachelPosted 7 months ago
Your project looks great and your code is clean. Also great job using a table for the "table" lol. I know a lot of people would try to use flexbox. But sometimes a simple old school table works perfectly fine.
Happy coding!
0 - @agoatnamedbearSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud that I didn't have any issues with this project
What challenges did you encounter, and how did you overcome them?I didn't really run into any challenges on this project
What specific areas of your project would you like help with?I think I would like to get better at structuring my HTML and any advice would be appreciated.
@darrylrachelPosted 7 months agoYour site looks good and your spacing is good. Great job!
As to your markup everything looks good there too. You're using HTML5 semantic tags properly. Also great job on adding the actual links to the social sites. I was just critiquing mines and wished I did the same thing.
Happy coding.
Marked as helpful0 - @slackwareeSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
I feel like I'm getting better at writing less bloated code.
What challenges did you encounter, and how did you overcome them?I had some issues with the sizing of margins and padding on certain elements because I was using
What specific areas of your project would you like help with?px
, but came to find that if I usedem
units it would make my design appear more consistently sized.I feel like the avatar image at the bottom of the card is not aligned horizontally with the text, and I'm not sure how to fix that. I've set the
img
element to havevertical-align: middle;
but I'm not sure what else to do other than that.@darrylrachelPosted 7 months agoAll in all everything looks good. I feel you on the sizing of margins and what not, I too encounter those same issues. But you found a solution which means you're learning so congratulations on your success.
1 - @TorHammSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud that i can actually make it and next time I'll use more tools like react or bootstrap to make it more convenient.
What challenges did you encounter, and how did you overcome them?I don't have enough knowledge to use tools or any frameworks so i just go for a basic way using only HTML and CSS
What specific areas of your project would you like help with?Using framework like bootstrap is too hard to understand i have to learn a little bit more to actually understand and know how to use it.
@darrylrachelPosted 7 months agoYour solution looks spot-on. Great job!
When it comes to using frameworks like bootstrap what I used to do and sometimes still do is copy and the component you want to use and start removing and altering the code to see what changes. I also like to visually type the code from bootstrap to gain the muscle and visual memory from typing the actual code.
Hope this helps. Good luck on your journey.
Marked as helpful1