← back

/colophon

I was browsing some cool websites and vaguely remember a couple with something called a colophon, so that’s what I’m copying here. From what I understand it is a little summary of how the website was made as well as any other bits of useful information.

1 so what’s up with this website?

This website’s content is written in syntax and then compiled with lwarp into HTML. This compilation happens in ghactions Github Actions from the website’s repo and the generated static files are pushed to a Cloudflare Worker and hosted under this domain.

2 privacy

This website follows the principles of the Australian Privacy Act 1988 and European Union General Data Protection Regulation.

2.1 what data is collected? (and why!)

Some data about your usage of the site and its services may be collected for analytics (generally) or other purposes.

Examples of data not collected;

  • Your IP address (hashed or otherwise),

  • Your cookies,

  • Any other identifier or personal information that may identify you.

Certain technical information, including your IP address may still be processed by third parties such as Cloudflare. See §?? for further information.

Examples of data collected;

  • 1. By visiting this website,

    • (a) The following data is collected upon loading any page or subpage,

      {
          "b": "[beacon id]",
          "e": "load",
          "u": "https://quinten.com.au/[PAGE]",
          "r": "[referrer]",
          "p": [bool],
          "q": [bool],
          "t": "[timezone]"
      }
      
    • (b) The follow data is collected upon unloading any page or subpage,

      {
          "b": "[beacon id]",
          "e": "unload",
          "m": [time (ms)]
      }
      

    For both event types,
    (b) is a randomly generated identifier that links the load and unload event across your visit to a specific page,
    (p) represents if it is the first time you have visited this website,
    (q) represents if it is the first time you have visited this page.

    For more information see the documentation availble at medama.io. This page will be updated if additional event types are supported in the future or if there are any changes in the methodology of data collection.

  • 2. If you decide to contact me in any form or leave any content on the website

    If you contact me, submit a form, or otherwise provide content through this website, I may collect and retain the information you provide.

    You may request deletion of this information at any time by emailing me at q@quinten.com.au.

  • 3. If you decide to dial the phone number listed on the website

    Your phone number and the date, time, and duration of the call will be retained generally for a period of two years as is required under the Australian Telecommunications (Interception and Access) Act 1979 by Crazytel, my telecommunications provider.

    You may view Crazytel’s privacy policy and the relevant legislation to learn more.

2.2 how is data collected?

Data is collected via a tracking script embedded in each page.

For more information see the documentation availble at medama.io.

2.3 how can i manage my data?

Generally, because your data is not linked to you or your personal information may not always be possible to enact your access, rectification, erasure or portability rights.

If you have voluntarily or inadvertently shared any information that may identify you, please feel free to request deletion at any time as outlined above.

2.4 any third parties?

This website relies on certain third-party providers who may process information when you interact with this website. These include,

← back