skip to Main Content

Elementor – Nuxt3 – How to create a single page portfolio site where posts open in a div popup (no page reload), but each project has a unique url?

I am making a portfolio website with nuxt3, tailwindcss and the Wordpress REST API. The general layout of the portfolio website is as follows: <body> <div id="page-wrapper"> <section id="landing-image" class="w-screen h-screen">...</section> <section id="about">...</section> <section id="projects-grid">...</section> </div> </body> Goal: I want…

VIEW QUESTION
Back To Top
Search