All projects

WebHub - Curation Website

WebHub is a dynamic curation platform template designed to showcase the best of the web. With its sleek design and intuitive interface, WebHub allows users to easily discover and explore a curated selection of websites, templates, and resources.

Year

2024

Client

Framer

Scope

Web design | Framer template

3 spots available

Let's make your next design Platinum!

Hop on a 15-minute intro call and let's chat.

function getParam(param) { const params = new URLSearchParams(window.location.search); return params.get(param); } document.addEventListener("DOMContentLoaded", function () { const fields = ["utm_campaign", "utm_adset", "utm_ad"]; fields.forEach(function (name) { const input = document.querySelector("input[name='" + name + "']"); if (input) input.value = getParam(name) || ""; }); });