I’m looking for some honest feedback on my resume and portfolio.
I had no previous coding experience, February 2019 I started fcc and earned my full stack certificate 6 months later. My learning has been entirely online through fcc and docs and other resources. I’m going to start applying for jobs which is why I’m asking for feedback .
I’m attaching two resumes, one with an “Objective” statement and shorter job section (to keep it to one page), and the other without the Objective. They are otherwise identical. I don’t know if I should include an Objective or not.
I got a good suggestion from the feedback on my portfolio which is what I was hoping for. But only the one response, anybody else have any thoughts / feedback on either the resume or portfolio?
overflow-x: hidden will completely hide anything that extends outside its container element horizontally. I highly recommend not doing this, and refactoring your CSS to be more responsive - otherwise it is possible for your site to appear to be missing content.
@nhcarrigan thanks for taking a look. The animations were causing a horizontal scroll bar because they were moving from off screen (or outside the container element) to on screen, which occurred regardless of screen size. So there was nothing overflowing that I wanted displayed. Hiding the overflow removed the scroll bar.