Thanks In Advance

Hi I’m Antwaun,

I have just submitted my portfolio project. I know it needs a lot of work, but as a perfectionist. I can spend too much time one thing. I would love feedback, all constructive criticisms are welcome.

I would especially like feedback on how to make the page more responsive.

My Portfolio

Thanks

I dig it :slight_smile:

I bet you had a lot of trouble trying to get the bootstrap stuff to work correctly, didn’t you? :stuck_out_tongue: That’s because you didn’t include the bootstrap links in the top of your html file! You’ll want to include

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">

<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>

<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>

at the top of your html file. Now you’ll have access to all of the classes you were trying to use (and having to build some of them manually in your CSS). Doing this should make your site way more responsive by default, and you can make tweaks from there.

Good Luck!

p.s. It looks really good for having written all of the styling yourself. This should certainly help though!

@Gkleinereva thanks for all your help. I added all the links my portfolio is definitely responsive now. I think the next time I do a portfolio. I’ll use css grid. I appreciate your feedback. Once again thanks.
:grin: