summaryrefslogtreecommitdiff
path: root/desk/web/merch.hoon
diff options
context:
space:
mode:
Diffstat (limited to 'desk/web/merch.hoon')
-rw-r--r--desk/web/merch.hoon67
1 files changed, 67 insertions, 0 deletions
diff --git a/desk/web/merch.hoon b/desk/web/merch.hoon
new file mode 100644
index 0000000..978cd3f
--- /dev/null
+++ b/desk/web/merch.hoon
@@ -0,0 +1,67 @@
+=< merch
+|%
+++ css ^~ %- trip
+'''
+section{
+ position: relative;
+ display: flex;
+ gap: 1rem;
+ align-items: center;
+ & img{
+ width: 100px;
+ border: 1px solid black;
+ }
+ & .desc{
+ .p{
+ margin-top: 2.5rem;
+ }
+ & a{
+ margin: 0 1ch;
+ }
+ }
+}
+'''
+++ merch
+;div.blog
+ ;style: {css}
+ ;h1.tc:"Books"
+ ;main
+ ;section
+ ;a/"https://westmartian.square.site/product/bs-1/1"
+ ;img@"https://s3.spandrell.ch/assets/book-vol1.jpg";
+ ==
+ ;div.desc
+ ;h2.axc: Bloody Shovel, Volumes 1-2
+ ;div.p
+ ;p: If you would like a physical book with all the posts from this blog up to 2022, our friends at West Martian will sell it to you, in two volumes. Click on the image to go to their website.
+ ;p: I'm told it makes a wonderful gift, and a great prop at parties.
+ ;p: You can also find it on Amazon if you feel like paying extra to Jeff Bezos so he can buy a bigger yacht for his second wife.
+ ;p
+ ;span: We'll also send you an ebook (in any format you like) for
+ ;a/"/subscribe":"a yearly subscription."
+ ==
+ ==
+ ==
+ ==
+ ;section
+ ;img@"https://s3.spandrell.ch/assets/newbook.webp";
+ ;div.desc
+ ;h2.axc: The History of Right Retreat
+ ;div.p
+ ;p
+ ;span: But there's more to come. An upcoming book, tentatively called "The History of Right Retreat", is in the works, in collaboration with our friends at
+ ;a/"https://passage.press":"Passage Publishing."
+ ==
+ ;p: Think of it as a history book elaborating on Biological Leninism.
+ ;p
+ ;span: All
+ ;a/"/subscribe": Subscribers
+ ;span: to Bloody Shovel 4 will get an exclusive look as the book progresses. Once it done it will be sold at
+ ;a/"https://passage.press":"the Passage Press book store."
+ ==
+ ==
+ ==
+ ==
+ ==
+==
+--