On a related note, what’s the industry standard / recommended way to add your own pictures to your site? Do you store it on the cloud through whatever website then just get the link from there?
Notice that I changed the class as well. Also, try to always style your content through your CSS. It’ll be easier for you to modify at a later date and it will keep your HTML cleaner.
Lastly, you have added the bootstrap CSS but you aren’t really using it, aside from the containers and some text-center class. If this is by choice it’s fine, otherwise, try and use the grid system more effectively, you could get the same layout with very little effort.
As an example, look here. Aside from all that, again, nice job!
Thank you so much! Your feedback is very helpful and I really appreciate the example! Haha, it’s not really a choice so much as the fact that I just started learning how to use Bootstrap. I redid my portfolio following your example. Thanks again!