add a new zine
BIN
public/assets/zines/de-monopoly-cheatsheet/cover.jpg
Normal file
|
After Width: | Height: | Size: 948 KiB |
BIN
public/assets/zines/de-monopoly-cheatsheet/page-1.jpg
Normal file
|
After Width: | Height: | Size: 968 KiB |
BIN
public/assets/zines/de-monopoly-cheatsheet/page-2.jpg
Normal file
|
After Width: | Height: | Size: 935 KiB |
BIN
public/assets/zines/de-monopoly-cheatsheet/page-3.jpg
Normal file
|
After Width: | Height: | Size: 970 KiB |
BIN
public/assets/zines/de-monopoly-cheatsheet/page-4.jpg
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
public/assets/zines/de-monopoly-cheatsheet/page-5.jpg
Normal file
|
After Width: | Height: | Size: 1007 KiB |
BIN
public/assets/zines/de-monopoly-cheatsheet/page-6.jpg
Normal file
|
After Width: | Height: | Size: 961 KiB |
BIN
public/assets/zines/de-monopoly-cheatsheet/page-7.jpg
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
public/assets/zines/de-monopoly-cheatsheet/printable.pdf
Normal file
@ -59,4 +59,20 @@ export const zines: Zine[] = [
|
||||
],
|
||||
printablePdf: "/assets/zines/de-monopoly-discotech-101-japanese/printable.pdf",
|
||||
},
|
||||
{
|
||||
id: "de-monopoly-cheatsheet",
|
||||
title: "De-monopoly Cheatsheet",
|
||||
description: "",
|
||||
coverImage: "/assets/zines/de-monopoly-cheatsheet/cover.jpg",
|
||||
pages: [
|
||||
"/assets/zines/de-monopoly-cheatsheet/page-1.jpg",
|
||||
"/assets/zines/de-monopoly-cheatsheet/page-2.jpg",
|
||||
"/assets/zines/de-monopoly-cheatsheet/page-3.jpg",
|
||||
"/assets/zines/de-monopoly-cheatsheet/page-4.jpg",
|
||||
"/assets/zines/de-monopoly-cheatsheet/page-5.jpg",
|
||||
"/assets/zines/de-monopoly-cheatsheet/page-6.jpg",
|
||||
"/assets/zines/de-monopoly-cheatsheet/page-7.jpg",
|
||||
],
|
||||
printablePdf: "/assets/zines/de-monopoly-cheatsheet/printable.pdf",
|
||||
},
|
||||
];
|
||||
|
||||