My Portfolio - Feedback appreciated

I just finished the portfolio challenge after a week of starting with FCC and The Web Development Bootcamp. I plan on adding a lot of stuff in the future, but I need to learn JavaScrip for most of it.
Please let me know what you think, and it would be awesome if someone could tell how to add a smooth scrolling behavior when clicking on the anchor tags. I tried a lot of stuff but I still can’t figure it out.
Thanks!
JP’s Portfolio

1 Like

Simple, nice, responsive. I would only make this changes in css:

.landingDiv {
/*   margin-top: 350px;
  margin-bottom: 550px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  color: #edf2f4;
}

Good job. :+1:

1 Like

Thank you! I didn’t know about that. I’ll look up Flexbox.

Did you write this code yourself or pull a template from another site and modify accordingly? Looks a little like Bootstrap Studio.

Just wondering as its pretty impressive design for only being at FCC for a week. If so great work.

1 Like

Thanks! I designed and coded it myself, except for the navbar, which I only modified.

Simple & clean. Great job.

1 Like