Files
post-self.ink/content/gallery.md
2022-12-31 20:43:34 -08:00

3.1 KiB

title, type
title type
Gallery page
<style> img { display: inline-block; max-height: 200px; } .merge { display: inline-block; position: relative; } .merge img { position: relative; filter: url(#pixelate); } .merge span { width: 80%; text-align: center; position: absolute; text-indent: 0; top: 70px; left: 10%; color: #fff; font-weight: bold; text-decoration: none; font-family: sans-serif; text-shadow: 2px 3px 0px #000; background-color: rgba(0,0,0,0); text-align: center; } </style>

Over the course of publication and as funded by the backers of the Mitzvot Kickstarter, much in the way of art surrounding the Post-Self universe and its character has accrued.

Art by Iris Jay Art by Cadmium Tea Art by Cadmium Tea Art by johnny d. Art by Iris Jay

Toledot

Art by Iris Jay Art by Kris Weaver Art by JAIYANDT Art by Iris Jay

Nevi'im

Art by Iris Jay Art by johnny d. Art by JAIYANDT Art by Iris Jay

Mitzvot and Selected Letters

Art by Iris Jay Art by Iris Jay Art by Iris JaySpoiler Art by Iris Jay

Additional art

Art by Iris Jay Art by JAIYANDT Art by JAIYANDT Art by JAIYANDTArtistic
nudity

<script type="text/javascript"> // There has to be a better way to do this with markdown :P document.querySelectorAll('a').forEach(link => { if (link.attributes.href.textContent.substring(0,4) === '/img') { link.setAttribute('target', '_blank'); } }); </script>