Check out my Portfolio page!

Please let me know what you think of my portfolio. I just started freeCodeCamp a couple days ago but I am learning as much as I can as fast as I can.

http://s.codepen.io/neecholaus/debug/WxorVj#top

@neecholaus It’s not too bad for a first attempt to be honest, I would say hold fire for a few more days and wait until you reach the Bootstrap section to learn the responsive elements.

Few comments on the code

</head>

    <body translate="no" >
<head>
    <link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
</head>
<body> 

</br>

</body>

</body>

Move your fonts link into the top head and keep it altogether instead of multiple heads.
Same with closing body tags only need 1 to close.
->

Hope this helps