Add brief info about the subject of each shrine
This commit is contained in:
parent
03dda68c1a
commit
0834015a8b
|
@ -6,21 +6,24 @@ eleventyComputed:
|
||||||
desc: Directory of {{ sitemeta.siteAuthor.name }}'s web shrines.
|
desc: Directory of {{ sitemeta.siteAuthor.name }}'s web shrines.
|
||||||
---
|
---
|
||||||
|
|
||||||
<p>A web shrine is a special web page dedicated to a specific topic, often one that the webmaster is interested in and passionate about, to celebrate or share information about their interest.</p>
|
<p>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.</p>
|
||||||
|
|
||||||
<p>Here is a list of shrines I have made for my own website.</p>
|
<p>Here is a list of shrines I have made for some of my favourite things.</p>
|
||||||
|
|
||||||
<ul class="shrine-index">
|
<ul class="shrine-index">
|
||||||
<li>
|
<li>
|
||||||
<h2><a href="./asummersend/">{% cite "A Summer’s End — Hong Kong 1986" %}</a></h2>
|
<h2><a href="./asummersend/">{% cite "A Summer’s End — Hong Kong 1986" %}</a></h2>
|
||||||
|
<p>Independent sapphic visual novel developed by Oracle and Bone</p>
|
||||||
<img src="/assets/shrines/asummersend/images/ASE_Key_art_intro.avif" alt="Key art of A Summer’s End — Hong Kong 1986" loading="lazy">
|
<img src="/assets/shrines/asummersend/images/ASE_Key_art_intro.avif" alt="Key art of A Summer’s End — Hong Kong 1986" loading="lazy">
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h2><a href="./starwarskotor/">{% cite "Star Wars: Knights of the Old Republic" %}</a></h2>
|
<h2><a href="./starwarskotor/">{% cite "Star Wars: Knights of the Old Republic" %}</a></h2>
|
||||||
|
<p>Single-player role-playing video game series set in the {% cite "Star Wars" %} universe</p>
|
||||||
<img src="/assets/shrines/starwarskotor/images/swkotor-header.avif" alt="Key art of the Star Wars: Knights of the Old Republic series" loading="lazy">
|
<img src="/assets/shrines/starwarskotor/images/swkotor-header.avif" alt="Key art of the Star Wars: Knights of the Old Republic series" loading="lazy">
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h2><a href="./cassettebeasts/">{% cite "Cassette Beasts" %}</a></h2>
|
<h2><a href="./cassettebeasts/">{% cite "Cassette Beasts" %}</a></h2>
|
||||||
|
<p>Independent monster collecting role-playing video game developed by Bytten Studio</p>
|
||||||
<img src="/assets/shrines/cassettebeasts/images/CassetteBeasts_keyart_16_9.avif" alt="Key art of Cassette Beasts" loading="lazy">
|
<img src="/assets/shrines/cassettebeasts/images/CassetteBeasts_keyart_16_9.avif" alt="Key art of Cassette Beasts" loading="lazy">
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue