My Portfolio Project

Thanks for coming to share your portfolio Project with other learners!

When posting your project for review, please be sure to include the following:

Hi. I’m Pam. I’d been studying for web development for the past 10 months.
It was fun exploring new ways to make my website my interactive using both CSS and JavaScript.
It took a few days to complete, since I wasn’t sure what I wanted to do at first.

Link :- GitHub - Pam0504/My-profolio
We hope you enjoyed this project!

Hi,

Looks good!

Have you tried deploying your code to GitHub pages so you can host a live version?
If you are completing the Full Stack or Front-End Paths, I believe this will be covered later in the course.

Also, because you have used a full file path to the CSS stylesheet, it doesn’t show on my copy.


Instead, you should use ./ and ../ to navigate the file tree. For example:

<link rel="stylesheet" type="text/css" href="../Css/home%20style.css">

You should use this for the images and scripts as well.

Hope that helps!