diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-10-06 12:31:25 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-10-06 12:31:25 +0100 |
commit | 20b132eec766bfbc03fde925cb6e9652cb9b9f38 (patch) | |
tree | 034851b681fea2cd059b389dc1e613500b5a8607 /cgi/stuff-i-want.cgi | |
parent | 3e95a2257672c0d37584172bf94742a8d8ef0f47 (diff) |
pagediv
Diffstat (limited to 'cgi/stuff-i-want.cgi')
-rw-r--r-- | cgi/stuff-i-want.cgi | 56 |
1 files changed, 27 insertions, 29 deletions
diff --git a/cgi/stuff-i-want.cgi b/cgi/stuff-i-want.cgi index 8cafe23..a7f1d2e 100644 --- a/cgi/stuff-i-want.cgi +++ b/cgi/stuff-i-want.cgi @@ -1,32 +1,30 @@ $page = - $cgi.div { - $cgi.h2 { "Wishlists" } + - $cgi.h3 { "Amazon" } + - $cgi.ul { - $cgi.li { $cgi.a(href: "https://www.amazon.co.uk/hz/wishlist/ls/3SB878GWKV1OG", target: "_blank") { "Books" } } + - $cgi.li { $cgi.a(href: "https://www.amazon.co.uk/hz/wishlist/ls/2N0PIE381SAVM", target: "_blank") { "Board Games" } } + - $cgi.li { $cgi.a(href: "https://www.amazon.co.uk/hz/wishlist/ls/3HVX4XFFH7TFR", target: "_blank") { "Misc" } } - } + - $cgi.h3 { "DriveThruRPG" } + - $cgi.ul { - $cgi.li { $cgi.a(href: "https://www.drivethrurpg.com/wishlist_public.php?public_id=3288195&list_id=3986366", target: "_blank") { "Roleplaying Games" } } - } + - $cgi.h3 { "Master of Malt" } + - $cgi.ul { - $cgi.li { $cgi.a(href: "https://www.masterofmalt.com/lists/buy-niuan-paque/", target: "_blank") { "Whisky" } } + - $cgi.li { $cgi.a(href: "https://www.masterofmalt.com/lists/denis-cheet-glynn/", target: "_blank") { "Not Whisky" } } - } + - $cgi.h3 { "Steam" } + - $cgi.ul { - $cgi.li { $cgi.a(href: "https://store.steampowered.com/wishlist/profiles/76561197996305593/#sort=order&ex_earlyaccess=1&ex_prerelease=1", target: "_blank") { "Video Games" } } - } + $cgi.h2 { "Wishlists" } + + $cgi.h3 { "Amazon" } + + $cgi.ul { + $cgi.li { $cgi.a(href: "https://www.amazon.co.uk/hz/wishlist/ls/3SB878GWKV1OG", target: "_blank") { "Books" } } + + $cgi.li { $cgi.a(href: "https://www.amazon.co.uk/hz/wishlist/ls/2N0PIE381SAVM", target: "_blank") { "Board Games" } } + + $cgi.li { $cgi.a(href: "https://www.amazon.co.uk/hz/wishlist/ls/3HVX4XFFH7TFR", target: "_blank") { "Misc" } } } + - $cgi.div { - $cgi.h2 { "Things" } + - $cgi.ul { - $cgi.li { $cgi.a(href: "https://eater.net/shop", target: "_blank") { "Ben Eater's Complete 8-bit breadboard computer kit bundle" } } + - $cgi.li { $cgi.a(href: "https://drop.com/buy/drop-mt3-dasher-keycap-set/?defaultSelectionIds=967197", target: "_blank") { "DROP MT3 Dasher keycap set" } } + - $cgi.li { $cgi.a(href: "https://shop.darkwoodscoffee.co.uk/collections/courses-and-events/products/sca-foundation-brewing-course?variant=12969866133548", target: "_blank") { "SCA Foundation Coffee Brewing Course" } } + - $cgi.li { $cgi.a(href: "https://www.hamradiostore.co.uk/mrq800-triband-6-2-70-mobile-antenna", target: "_blank") { "Moonraker 6/2/70 Whip" } } - } + $cgi.h3 { "DriveThruRPG" } + + $cgi.ul { + $cgi.li { $cgi.a(href: "https://www.drivethrurpg.com/wishlist_public.php?public_id=3288195&list_id=3986366", target: "_blank") { "Roleplaying Games" } } + } + + $cgi.h3 { "Master of Malt" } + + $cgi.ul { + $cgi.li { $cgi.a(href: "https://www.masterofmalt.com/lists/buy-niuan-paque/", target: "_blank") { "Whisky" } } + + $cgi.li { $cgi.a(href: "https://www.masterofmalt.com/lists/denis-cheet-glynn/", target: "_blank") { "Not Whisky" } } + } + + $cgi.h3 { "Steam" } + + $cgi.ul { + $cgi.li { $cgi.a(href: "https://store.steampowered.com/wishlist/profiles/76561197996305593/#sort=order&ex_earlyaccess=1&ex_prerelease=1", target: "_blank") { "Video Games" } } + } + + $cgi.h2 { "Things" } + + $cgi.ul { + $cgi.li { $cgi.a(href: "https://eater.net/shop", target: "_blank") { "Ben Eater's Complete 8-bit breadboard computer kit bundle" } } + + $cgi.li { $cgi.a(href: "https://drop.com/buy/drop-mt3-dasher-keycap-set/?defaultSelectionIds=967197", target: "_blank") { "DROP MT3 Dasher keycap set" } } + + $cgi.li { $cgi.a(href: "https://shop.darkwoodscoffee.co.uk/collections/courses-and-events/products/sca-foundation-brewing-course?variant=12969866133548", target: "_blank") { "SCA Foundation Coffee Brewing Course" } } + + $cgi.li { $cgi.a(href: "https://www.hamradiostore.co.uk/mrq800-triband-6-2-70-mobile-antenna", target: "_blank") { "Moonraker 6/2/70 Whip" } } } + +# vim: set filetype=ruby: |