Portfolio Page (Eval + Issue with Top Nav Link)

Howdy,

I was wondering if anyone wanted to give me some feedback on the project that I just made. I’m having an issue with the navbar at the top, but I went ahead and turned it in.

Some suggestions:

Make the menu nav bar and all graphics go edge-to-edge on your browser.
body{
margin:0px;
padding:0px;
}

For your nav bar nav ul {} css, add this to give some padding to your text.
padding: 10px 0px;

I think It’s hard to read the nav bar when it’s too transparent, it gets “lost” in the page. So my personal preference is:
background-color: rgba(46,68,80, .95);