How do I create a portfolio page

Hello, how can I create an agency portfolio page with Bricks.
So similar to almost every template from Themeforest.

Here is an example:

Does this work with Bricks or do I need a plugin for it. If so which one?
This is how it looks on my site in the backend.
Select Portfolio

BR
DonX

Hi Donx,

The “Portfolio” menu you currently have on your website is what we called a Custom Post Type. You can create it using two methods:

1- Using a plugin such as this one: Custom Post Type UI – WordPress plugin | WordPress.org

2- Using the functions.php file from your child theme and adding the desired code. You can generate it using this online generator: WordPress Post Type Generator - Meta Box

When your Custom Post Type will be ready, you will be able to assign to it a specific design using Bricks Template:

Wordpress > Settings > Bricks > Template > Add new > Select Template Type > Single

Have a great day,
Thomas

Thanks
That helps a lot.