# 1.E.2: Portfolio Page

## Learning Objectives

1. Know how to make a professional-looking website with vanilla CSS rules and layout techniques

## Instructions

Make a professional-looking portfolio page with CSS rules and layout techniques. Feel free to use hard-coded dummy data and use flexbox to layout projects. [Here is a sample page](https://codepen.io/freeCodeCamp/full/zNBOYG) for reference.

Start by forking and cloning [Rocket's Portfolio Page repo](https://github.com/rocketacademy/portfolio-page-bootcamp). Submit by creating a pull request to the `main` branch of Rocket's repo and sharing the PR link in your section Slack channel.

## Reference solution

Here is [reference code](https://github.com/rocketacademy/portfolio-page-bootcamp/tree/solution) and a [reference deployment](https://rocketacademy.github.io/portfolio-page-bootcamp/) for this exercise. You can do better!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bc.rocketacademy.co/1-frontend/1.e-exercises/1.e.2-portfolio-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
