Question about creating a portfolio page

Hi, it’s nice to know that there are many smart people on this forum. I have three questions for you.

  1. I have a portfolio site. I want to put there my latest works from the kirby panel. The page looks like there are pictures and when you click on them it will redirect you to another external page. How can I do this is external redirect.

  2. How to make such a portfolio page in general. For each job I have to make a content file and a php template?

  3. How to display the last 3 works from, for example, 2020, which are in the portfolio on the home page.

I hope you will understand me. Thank you very much for reading.
Kirby is amazing :slight_smile:

I suggest you to watch our screencasts, especially https://www.youtube.com/watch?v=op5iP71Bg6w and https://www.youtube.com/watch?v=v3kXDBT6ZCw

The external link you couldd achieve with a url field and the ->toUrl field method.