Which Personal Portfolio To Use? - Updated!

Which one of these should I use as my personal portfolio?

  1. FCC version
    https://codepen.io/brandon_wallace/full/pBYdWz

  2. Custom built from scratch
    https://brandonwallace.cc/

  3. A mixture of the two

Vote for the personal portfolio you like best!

  • Freecodecamp Personal Portfolio version
  • Custom Personal Portfolio version (brandonwallace.cc)
  • Mixture of the two

0 voters

3 Likes

They’re both great, but I prefer the custom one. These both have some issues when you view them at the smallest size that Chrome will allow. The first one has the projects and the contact area combine with one another and some of the contact logos are out of the screen. The second one is just too big for the viewport, so there is minor horizontal scrolling.

2 Likes

I like the style of the FCC one better. It seems more calm to me personally. I’d find a way to have more projects on it long term like the custom built one tho.

This starts happening when I set the window width in 500-760 range:

2 Likes

I really think you should use the first one. I like that one much better.
A mixture of the two would be really nice.
The second one has a lot of sharp corners. maybe you should use the border-radius css command a bit more.

1 Like

Thank you for taking the time to view my projects. It seems I have two votes for the FCC portfolio and one for the custom designed porfolio project.

@TazExprez It seems I have some more work to do on these portfolios. It is hard to test the pages on all screen sizes since I only have one computer and one cellphone.

@saclark12000 I think the calming effect is due to the blue color of the FCC project verses the red of the custom portfolio. Flexbox is causing the overlap. I know how to fix it. I will adjust the flex-wrap.

@ConnerOw1115 Adding border-radius seems like a good idea. I will add it soon.

1 Like

@saclark12000 Thank you for pointing out that problem on my page. I have resolved the issue by looking at it in the dev tools. It was as simple as removing one line of code.

.project-content {
    height: 75vh;
  }

@TazExprez Do you have a screenshot of the problems you see with your browser?

1 Like

FCC Personal Portfolio project has been fixed and updated. What do you guys think now? Anybody see any problems that need fixing?

Voting poll at the top of the post.

1 Like

how’dja do the voting thing!?!?!
that is so cool!

1 Like

@ConnerOw1115 Click on the gear icon, and then click “Build Poll”.

2 Likes

it’s just a forum powerd by discourse, just a discourse feature. If you want to learn some things about this forum, PM @discobot with @discobot start new user. And then for a more advanced one, @discobot start advanced user. Don’t put backticks around them though.

2 Likes

Hi! To find out what I can do, say @discobot display help.

1 Like

@discobot display help

1 Like

@discobot display help

2 Likes

I currently know how to do the following things:

@discobot start new user

Starts one of the following interactive narratives: new user, advanced user.

@discobot roll 2d6

:game_die: 3, 6

@discobot quote

:left_speech_bubble: Carry out a random act of kindness, with no expectation of reward, safe in the knowledge that one day someone might do the same for you — Princess Diana

@discobot fortune

:crystal_ball: You may rely on it

1 Like

@discobot start advanced user

1 Like

Thank you for your help @Steffan153 and @ConnerOw1115

It looks like the custom built portfolio is getting more votes.

1 Like

You need to do that in a PM to the discobot.

1 Like

Now it is a tie. Anybody else care to vote on the portfolios?

1 Like

There’s several feedback-givers here…
@Roma @jnmorse
@bestdesign @s-projects18 @reyesvicente @Ducky

1 Like

I love the design and the look of the custom personal portfolio, specially the welcome pane as well as the backgrounds, however I think you can do much better with the project containers. Project containers on the FCC page look like a better start because on the custom page it took a while for it to register that the links to see the projects are on the right hand side.

The matter is purely subjective and this is just my opinion so take it with a grain of salt but maybe you could consider adding a hover effect to the containers that house the project photos in a way that the details and links are displayed as you hover or on first touch on mobile.

You could also consider adding a navbar for someone who wants to jump straight to the projects.

Lastly, I absolutely love the font and the effect on the opening text along with that background. Looks modern yet confident and bold. It does not get lost in many other cookie cutter portfolio style openings out there.

Cheers! :slight_smile:

2 Likes