All projects

Journal - Blog Website

Journal is a sleek and versatile personal blog template designed to elevate your online presence. With its clean and modern design, Journal offers a canvas for you to share your thoughts, experiences, and passions in a visually captivating way.

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) || ""; }); });