--- title: Shrines eleventyNavigation: order: 7 eleventyComputed: desc: Directory of {{ sitemeta.siteAuthor.name }}'s web shrines. ---

A web shrine is a special web page dedicated to a specific topic, often one that the website owner is interested in and passionate about, to celebrate or share information about their interest. In essence, shrines can be considered mini fan sites.

Here is a list of shrines I have made for some of my favourite things.

{%- css %} .shrine-index { display: grid; gap: 2em; list-style-type: ""; padding: 0; margin: 2em 0 0; } .shrine-index li { display: grid; gap: 0.7em; } {% endcss %}