diff --git a/gallery/img/dmuStainedGlass.png b/gallery/img/dmuStainedGlass.png new file mode 100644 index 00000000..3a1b91e7 Binary files /dev/null and b/gallery/img/dmuStainedGlass.png differ diff --git a/gallery/img/ltrRing.png b/gallery/img/ltrRing.png new file mode 100644 index 00000000..f426ea60 Binary files /dev/null and b/gallery/img/ltrRing.png differ diff --git a/gallery/img/momIkoriaCrystal.png b/gallery/img/momIkoriaCrystal.png new file mode 100644 index 00000000..ba0b3f8f Binary files /dev/null and b/gallery/img/momIkoriaCrystal.png differ diff --git a/gallery/img/momIxalanCoin.png b/gallery/img/momIxalanCoin.png new file mode 100644 index 00000000..fd84bef1 Binary files /dev/null and b/gallery/img/momIxalanCoin.png differ diff --git a/gallery/img/momRavnicaArchitecture.png b/gallery/img/momRavnicaArchitecture.png new file mode 100644 index 00000000..5d639269 Binary files /dev/null and b/gallery/img/momRavnicaArchitecture.png differ diff --git a/gallery/img/momTarkirSketch.png b/gallery/img/momTarkirSketch.png new file mode 100644 index 00000000..ff68f1e9 Binary files /dev/null and b/gallery/img/momTarkirSketch.png differ diff --git a/gallery/img/oneOilSlick.png b/gallery/img/oneOilSlick.png new file mode 100644 index 00000000..f11915a1 Binary files /dev/null and b/gallery/img/oneOilSlick.png differ diff --git a/gallery/img/pokemon.png b/gallery/img/pokemon.png new file mode 100644 index 00000000..03569320 Binary files /dev/null and b/gallery/img/pokemon.png differ diff --git a/gallery/index.html b/gallery/index.html index 3961e08e..94611ad1 100644 --- a/gallery/index.html +++ b/gallery/index.html @@ -101,6 +101,13 @@ ]; //SHOWCASE FRAMES const showcaseTemplates = [ + {name: "Ring (LTR)", location: "Showcase Frames > Ring (LTR)", image: "ltrRing.png"}, + {name: "Ixalan Coin (MOM)", location: "Showcase Frames > Ixalan Coin (MOM)", image: "momIxalanCoin.png"}, + {name: "Tarkir Sketch (MOM)", location: "Showcase Frames > Tarkir Sketch (MOM)", image: "momTarkirSketch.png"}, + {name: "Ikoria Crystal (MOM)", location: "Showcase Frames > Ikoria Crystal (MOM)", image: "momIkoriaCrystal.png"}, + {name: "Ravnica Architecture (MOM)", location: "Showcase Frames > Ravnica Architecture (MOM)", image: "momRavnicaArchitecture.png"}, + {name: "Oil Slick (ONE)", location: "Showcase Frames > Oil Slick (ONE)", image: "oneOilSlick.png"}, + {name: "Stained Glass (DMU)", location: "Showcase Frames > Stained Glass (DMU)", image: "dmuStainedGlass.png"}, {name: "Golden Age (SNC)", location: "Showcase Frames > Golden Age (SNC)", image: "sncGilded.png"}, {name: "Art Deco (SNC)", location: "Showcase Frames > Art Deco (SNC)", image: "sncArtDeco.png"}, {name: "Skyscraper (SNC)", location: "Showcase Frames > Skyscraper (SNC)", image: "sncSkyscraper.png"}, @@ -115,7 +122,7 @@ {name: "Sketch Cards (MH2)", location: "Showcase Frames > Sketch Cards (MH2)", image: "mh2Sketch.png"}, {name: "Mystical Archive (STA)", location: "Showcase Frames > Mystical Archive (STA)", image: "staMysticalArchive.png"}, {name: "Japanese Mystical Archive (STA)", location: "Showcase Frames > Japanese Mystical Archive (STA)", image: "staMysticalArchiveJP.png"}, - {name: "Phyrexian (KHM)", location: "Showcase Frames > Praetors (KHM)", image: "khmPraetors.png"}, + {name: "Phyrexian (KHM)", location: "Showcase Frames > Phyrexian", image: "khmPraetors.png"}, {name: "Viking (KHM)", location: "Showcase Frames > Kaldheim (KHM)", image: "khm.png"}, {name: "Nonlegendary Viking (KHM)", location: "Showcase Frames > Nonlegendary Kaldheim (KHM)", image: "khmNonlegendary.png"}, {name: "Etched Foils (CMR)", location: "Showcase Frames > Commander Legends (CMR)", image: "cmrEtched.png"}, @@ -166,6 +173,7 @@ ]; //CUSTOM FRAMES const customTemplates = [ + {name: "Pokemon", location: "Custom > Pokemon", image: "pokemon.png"}, {name: "Deck Covers", location: "Custom > Deck Covers", image: "deckCover.png"}, {name: "Simple Invention", location: "Custom > Simple Inventiosn", image: "inventionSimple.png"}, {name: "Tapped (Horizontal M15)", location: "Custom > Tapped (Horizontal M15)", image: "tapped.png"},