What are cookies?
Cookies are small text files a website can store on your browser. Some are necessary for the site to function (a shopping cart that remembers what you’ve added, for example); others are used to track behavior across sites. We use only the first kind, and very few of those.
What we use
- Essential platform cookies.Next.js, our framework, may set a small number of session-related cookies for routing and security. These exist only while you’re using the site and are not shared with third parties.
What we don’t use
- Analytics or visitor-tracking tools of any kind.
- Advertising cookies or display-network pixels.
- Social media tracking pixels (Facebook, X, LinkedIn, TikTok, none of them).
- Cross-site tracking, remarketing, or behavioral advertising.
- A/B testing platforms that fingerprint visitors.
Third-party services on the site
Only one third-party service is touched while you’re on the site, and only when you choose to use it:
- Resend.When you submit the contact form, your message is sent via Resend’s API. This only happens after you actively submit.
The site’s fonts are served from our own domain (bundled at build time), so loading a page does not make any request to Google Fonts or any other font CDN.
Disabling JavaScript
The site is server-rendered, so most pages are fully readable with JavaScript disabled. The contact form requires JavaScript to submit. Interactive components like the FAQ accordion will degrade to a simple list when JS is unavailable.
Changes
If we add a new cookie or third-party tool, we’ll update this page and refresh the “last updated” date at the top.
Contact
Questions about cookies go to raisamj46@gmail.com.