Sure, here's an example of a portfolio website using HTML, CSS, and JavaScript. The website showcases several projects, and each project can be clicked on to view more details. HTML code: ``` My Portfolio

My Portfolio

About Me

I'm a web developer who loves creating beautiful and interactive websites. I have experience with HTML, CSS, JavaScript, and several web frameworks.

Projects

Project Image

Project Name 1

A brief description of the project.

Project Image

Project Name 2

A brief description of the project.

Contact

``` CSS Code: ``` ``` JavaScript Code: ```