DEV Community

Discussion on: How often have you re-designed your portfolio?

Collapse
 
pablohs1986 profile image
Pablo Herrero

A few times, I think as I learning, I change it. This is: pabloherrero.me/

Collapse
 
louislow profile image
Louis Low

I'd like your portfolio website design. Your head photo has some sort of un-even colour to it, was it purposely do it that way?

Collapse
 
pablohs1986 profile image
Pablo Herrero

Well no, it's a mistake. I used Gimp to substitute the color and I didn't do very well apparently... I didn't realize it, thanks for telling me :)

Collapse
 
pablohs1986 profile image
Pablo Herrero

Solved! I had used the wrong tool in Gimp. Thanks again, Loouis!

Thread Thread
 
louislow profile image
Louis Low

Now it looks more professional!

Thread Thread
 
pablohs1986 profile image
Pablo Herrero

😂😂😂yeahhh

Thread Thread
 
louislow profile image
Louis Low • Edited

Do you want me to fix some of the tiny spacing issues on your design? I can make you some CSS-es.

Never mind, I'll do it now... Because I am bored at this moment.

Results

Solutions

/* header bar spacing */
.navbar {
    padding-left: 30px;
    padding-right: 30px;
}

#footer {
    padding: 20px;
}

/* work: project cards spacing */
.project {
    padding: 20px;
    min-height: 300px;
}

/* stack icon spacing */
i.fab {
    padding-right: 10px;
}
Enter fullscreen mode Exit fullscreen mode
Thread Thread
 
pablohs1986 profile image
Pablo Herrero

heyyy man!! you shouldn't have bothered... I've implemented your changes and, they are small touches, but now everything looks more consistent. Is great! As a newbie, I can only thank you for taking time to help me ;)