# Day 10

## Portfolio Site

Now, it's time to create a portfolio site to put it all together and show off your work. We have no requirements for this site, but you should make it yours!

Make sure to link all of your projects and include them all in your portfolio site so you can share your work with friends and family, colleges and employers, and more!

{% hint style="info" %}
Ask your **Day 10 Questions** [**on** **Parthean Community**](https://platform.parthean.com/Home?c=d5788cdc-759d-44f6-bf32-9745611be7f0\&v=ac6f7d19-7b24-4a00-9964-b06d40fbef8c).
{% endhint %}

## Examples

Here are some examples of really great portfolio websites:

* [tabb.me](https://www.tabb.me/)
* [rleonardi.com](http://www.rleonardi.com/)
* [saho.studio](http://saho.studio/)
* [jasonlzhu.com](https://www.jasonlzhu.com/)
* [maximilianberndt.com](https://maximilianberndt.com/)
* [marisa.lu](http://marisa.lu/)
* [jiachengyang.com](https://jiachengyang.com/)
* [heckhouse.com](https://heckhouse.com/)
* [karoliskosas.com](http://karoliskosas.com/)
* [www.ggunn.com](https://www.ggunn.com/)

{% hint style="success" %}
Show off your work [on Parthean Community](https://platform.parthean.com).
{% endhint %}


---

# 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://parthean.gitbook.io/web-dev-in-10-days/day-10.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.
