diff --git a/.gitignore b/.gitignore index d3b583b7..8dabf313 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ data/borders/.DS_Store data/borders/m15/.DS_Store gallery/buildImageList.bat gallery/buildImageList.py +debug.log diff --git a/gallery/gallery.css b/gallery/gallery.css new file mode 100644 index 00000000..c8bb7427 --- /dev/null +++ b/gallery/gallery.css @@ -0,0 +1,87 @@ +#imageGallery { + margin-top: 2rem; + width: 100%; + display: grid; + grid-template-columns: repeat(auto-fit, minmax(375px, 1fr)); + grid-auto-rows: min-content; + grid-gap: 1rem; + justify-items: center; + align-items: center; +} + + + +.galleryCard { + /*margin: 1rem;*/ + cursor: pointer; + width: 375px; + height: 525px; + transition: 2s; + text-align: center; +} +.galleryCard > img { + z-index: 1; +} +.galleryCard > div { + position: relative; + top: -2rem; + left: 0; + z-index: -1; +} + + + +.galleryHidden { + opacity: 0; +} +.galleryVisible { + opacity: 1; +} + + + +.filterHidden { + display: none; +} + + + +#fullImageViewbox { + display: none; + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 100vh; + backdrop-filter: brightness(40%) blur(8px); + -webkit-backdrop-filter: brightness(40%) blur(8px); + text-align: center; + cursor: pointer; +} +#fullImageViewbox.visible { + display: block; +} +#fullImageViewbox > img { + margin: 1rem; + height: calc(100% - 2rem); + width: auto; + cursor: default; + animation-duration: 0.5s; +} +#fullImageViewbox.visible > img.visible { + animation-name: previewIn; +} +#fullImageViewbox.visible > img:not(.visible) { + animation-name: previewOut; + position: relative; top: 100vh; + animation-duration: 0.3s; +} + +@keyframes previewIn { + from {position: relative; top: 100vh;} + to {position: relative; top: 0;} +} +@keyframes previewOut { + from {position: relative; top: 0;} + to {position: relative; top: 100vh;} +} \ No newline at end of file diff --git a/gallery/gallery.js b/gallery/gallery.js new file mode 100644 index 00000000..131f6139 --- /dev/null +++ b/gallery/gallery.js @@ -0,0 +1,79 @@ +var imageElementList = [] +const imageHeight = 525 +var windowY + +function readGalleryImageList() { + var xhttp = new XMLHttpRequest() + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + buildHTML(this.responseText.split('\n')) + } + } + xhttp.open('GET', '/gallery/galleryImageNameList.txt', true) + xhttp.send() +} + +readGalleryImageList() + +function buildHTML(imageNameList) { + imageNameList.forEach(function(item) { + var element = document.createElement('div') + var label = document.createElement('div') + var image = document.createElement('img') + element.classList = 'galleryCard galleryHidden' + if (item.includes('Wasteland.png')) { + element.classList += ' filterHidden' + } + image.imageName = item + image.addEventListener('click', zoomImage) + label.innerHTML = item.replace('.png', '').replace('_', ' ') + element.appendChild(image) + element.appendChild(label) + document.getElementById('imageGallery').appendChild(element) + imageElementList.push(element) + }) + scrollEvent() +} + +function zoomImage(event) { + document.getElementById('fullImage').src = '/gallery/images/fullres/' + event.target.imageName + document.getElementById('fullImage').classList = 'visible' + document.getElementById('fullImageViewbox').classList = 'visible' + windowY = window.scrollY +} + +function unzoomImage(event) { + if (event.target.id != 'fullImage') { + document.getElementById('fullImage').classList = '' + setTimeout(function(){document.getElementById('fullImageViewbox').classList = ''}, 300) + } +} + +window.addEventListener('scroll', scrollEvent, false) + +function scrollEvent() { + if (document.getElementById('fullImageViewbox').classList == 'visible') { + window.scrollTo(0, windowY) + return + } + windowInnerHeight = window.innerHeight + imageElementList.forEach(function(element) { + boundingRect = element.getBoundingClientRect() + if (element.classList.contains('galleryHidden') && boundingRect.bottom >= 0 && boundingRect.top - windowInnerHeight <= 0) { + element.children[0].src = '/gallery/images/preview/' + element.children[0].imageName + element.classList.replace('galleryHidden', 'galleryVisible') + } + }) +} + +function sort(word) { + imageElementList.forEach(function(element) { + if (!element.classList.contains('filterHidden')) { + element.classList.add('filterHidden') + } + if (element.children[1].innerHTML.toLowerCase().includes(word.toLowerCase())) { + element.classList.remove('filterHidden') + } + }) + scrollEvent() +} \ No newline at end of file diff --git a/gallery/galleryImageNameList.txt b/gallery/galleryImageNameList.txt new file mode 100644 index 00000000..b8a934e4 --- /dev/null +++ b/gallery/galleryImageNameList.txt @@ -0,0 +1,250 @@ +Craterhoof Behemoth.png +Wasteland.png +Baron Sengir.png +Turntimber Symbiosis.png +Shatterskull Smashing.png +Agadeem's Awakening.png +Emeria's Call.png +sea_gate,_reborn.png +odric,_steadfast_leader (2).png +sea_gate_restoration.png +thalia.png +odric.png +creeper,_child_of_notch.png +not_the_impostor....png +polluted_delta.png +the_vent.png +the_reactor.png +who_is_the_imposter_.png +emergency_meeting.png +murder.png +aurra_sing,_bounty_hunter.png +dryden_vos,_crime_lord (1).png +dryden_vos,_crime_lord.png +breeding_pool (2).png +sacred_foundry (2).png +overgrown_tomb (2).png +steam_vents (2).png +godless_shrine (2).png +windswept_heath (2).png +fellwar stone.png +kozilek,_the_great_distortion.png +ulamog,_the_ceaseless_hunger.png +emrakul,_the_promised_end (2).png +aang's_epic_armor.png +sokka,_veteran_combatant.png +piandao,_master_swordsman.png +animar,_soul_of_elements.png +emrakul,_the_aeons_torn.png +ulamog,_the_infinite_gyre.png +kozilek,_butcher_of_truth (2).png +emeria_angel.png +temple_garden (2).png +wooded_foothills (1).png +stomping_ground (2).png +bloodstained_mire (2).png +blood_crypt (2).png +watery_grave (2).png +flooded_strand (3).png +hallowed_fountain (2).png +command_tower (2).png +helm_of_the_host.png +vanquisher's_banner.png +dryad_of_the_ilysian_grove (2).png +deadeye_navigator .png +talisman_of_curiosity.png +talisman_of_hierarchy.png +panharmonicon.png +yarok,_the_desecrated.png +brago,_king_eternal.png +wooded_foothills (2).png +flooded_strand (2).png +mountain.png +forest.png +island.png +swamp.png +mana_confluence (2).png +valakut,_the_molten_pinnacle.png +double_identity.png +karn's_bastion.png +nesting_grounds.png +mana_confluence.png +metallic_mimic.png +the_ozolith.png +lightning_greaves.png +blood_artist.png +manascape_refractor.png +dimir_signet (1).png +rakdos_signet.png +arcane_signet.png +chromatic_lantern.png +phyrexian_metamorph.png +phyrexian_altar (1).png +sol_ring (2).png +zurzoth,_chaos_rider.png +maze_of_ith.png +hammer_of_nazahn.png +sword_of_feast_and_famine (2).png +gaea's_cradle (3).png +gaea's_cradle (2).png +gaea's_cradle (1).png +gaea's_cradle.png +revel_in_riches.png +skullclamp.png +ashnod's_altar.png +jhoira,_weatherlight_captain.png +avenger_of_zendikar.png +doubling_season.png +solemn_simulacrum.png +mox_opal.png +the_storm_crow.png +sword_of_feast_and_famine.png +academy_ruins (3).png +academy_ruins (2).png +academy_ruins (1).png +academy_ruins.png +blood_moon.png +sword_of_fire_and_ice.png +cyclonic_rift.png +thriving_heath.png +thriving_grove.png +thriving_moor.png +thriving_bluff.png +crystals_of_mutation.png +demonic_tutor.png +aven_mindcensor.png +opt.png +return_of_the_wildspeaker.png +buried_ruin.png +whispersilk_cloak.png +mystic_remora.png +force_of_vigor.png +generous_gift.png +farseek (1).png +farseek.png +orzhov_signet.png +liliana's_caress.png +hall_of_heliod's_generosity.png +oath_of_nissa.png +nykthos,_shrine_to_nyx (1).png +inventors'_fair.png +steelshaper's_gift.png +sword_of_light_and_shadow.png +sword_of_sinew_and_steel.png +sword_of_truth_and_justice.png +chandra's_ignition.png +ash_barrens (1).png +true_conviction.png +coalition_relic.png +talisman_of_conviction.png +boros_signet.png +azorius_signet.png +phyrexian_altar.png +craterhoof_behemoth.png +beastmaster_ascension.png +goblin_bombardment.png +bloodstained_mire.png +growing_rites_of_itlimoc.png +rogue's_passage.png +zacama,_primal_calamity.png +solemn_simulacrum (1).png +solemn_simulacrum (2).png +thassa's_oracle.png +eladamri's_call.png +intruder_alarm.png +idyllic_tutor.png +cryptolith_rite.png +eternal_witness.png +vizier_of_the_menagerie.png +rhystic_study.png +emrakul,_the_promised_end.png +breeding_pool.png +temple_garden.png +sacred_foundry.png +stomping_ground.png +blood_crypt.png +steam_vents.png +godless_shrine.png +hallowed_fountain.png +darksteel_plate.png +blade_of_selves.png +return_to_dust.png +smothering_tithe.png +catdog,_inseperable.png +kalamax,_the_stormsire.png +helm_of_awakening.png +reflecting_pool.png +seedborn_muse.png +dryad_of_the_ilysian_grove.png +emerald_medallion.png +ruby_medallion.png +fire_diamond.png +moss_diamond.png +gruul_signet.png +simic_signet.png +izzet_signet.png +oona,_queen_of_the_fae.png +vilis,_broker_of_blood.png +aquaman.png +sol_ring.png +show_and_tell.png +enlightened_tutor.png +flareon.png +reliquary_tower (1).png +reliquary_tower.png +nykthos,_shrine_to_nyx.png +watery_grave.png +flooded_strand.png +dolmen_gate.png +sensei's_divining_top.png +rune-scarred_demon.png +rhystic_study (2).png +propaganda.png +evacuation.png +spark_double.png +gilded_lotus.png +dimir_signet.png +thran_dynamo.png +c-3po.png +jabba_the_hutt,_crime_lord.png +super_mechagodzilla,_kaiju_engine.png +mechagodzilla,_kaiju_engine.png +zirda,_the_dawnwaker.png +fertilid.png +ash_barrens.png +the-gitrog-monster.png +life_from_the_loam.png +songs-of-the-damned.png +band_of_brushwaggs.png +nivvy_m.png +katniss.png +griffin.png +golgari_signet (1).png +golgari_signet.png +lotus_petal (1).png +kozilek,_butcher_of_truth.png +culling_the_weak.png +fabricate (1).png +fabricate.png +talisman_of_resilience.png +talisman_of_creativity.png +command_tower (1).png +command_tower.png +lotus_petal.png +overgrown_tomb.png +windswept_heath.png +wooded_foothills.png +worldly_tutor.png +demonic_tutor (2).png +squee's_embrace.png +squee's_revenge.png +squee's_toy.png +squee,_goblin_nabob.png +maze_of_ith (2).png +gavi_nest_warden.png +sakura_tribe_elder.png +tiana_ship's_caretaker.png +gerrard,_weatherlight_hero.png +predator,_flagship.png +weatherlight.png +kozilek,_the_great_distortion (2).png \ No newline at end of file diff --git a/gallery/images/fullres/Agadeem's Awakening.png b/gallery/images/fullres/Agadeem's Awakening.png new file mode 100644 index 00000000..be9412c3 Binary files /dev/null and b/gallery/images/fullres/Agadeem's Awakening.png differ diff --git a/gallery/images/fullres/Baron Sengir.png b/gallery/images/fullres/Baron Sengir.png new file mode 100644 index 00000000..efe8477e Binary files /dev/null and b/gallery/images/fullres/Baron Sengir.png differ diff --git a/gallery/images/fullres/Craterhoof Behemoth.png b/gallery/images/fullres/Craterhoof Behemoth.png new file mode 100644 index 00000000..59fafd00 Binary files /dev/null and b/gallery/images/fullres/Craterhoof Behemoth.png differ diff --git a/gallery/images/fullres/Emeria's Call.png b/gallery/images/fullres/Emeria's Call.png new file mode 100644 index 00000000..777f858c Binary files /dev/null and b/gallery/images/fullres/Emeria's Call.png differ diff --git a/gallery/images/fullres/Shatterskull Smashing.png b/gallery/images/fullres/Shatterskull Smashing.png new file mode 100644 index 00000000..b5bebab6 Binary files /dev/null and b/gallery/images/fullres/Shatterskull Smashing.png differ diff --git a/gallery/images/fullres/Turntimber Symbiosis.png b/gallery/images/fullres/Turntimber Symbiosis.png new file mode 100644 index 00000000..fec7c066 Binary files /dev/null and b/gallery/images/fullres/Turntimber Symbiosis.png differ diff --git a/gallery/images/fullres/Wasteland.png b/gallery/images/fullres/Wasteland.png new file mode 100644 index 00000000..d81ce916 Binary files /dev/null and b/gallery/images/fullres/Wasteland.png differ diff --git a/gallery/images/fullres/aang's_epic_armor.png b/gallery/images/fullres/aang's_epic_armor.png new file mode 100644 index 00000000..73f30ffe Binary files /dev/null and b/gallery/images/fullres/aang's_epic_armor.png differ diff --git a/gallery/images/fullres/academy_ruins (1).png b/gallery/images/fullres/academy_ruins (1).png new file mode 100644 index 00000000..363fd418 Binary files /dev/null and b/gallery/images/fullres/academy_ruins (1).png differ diff --git a/gallery/images/fullres/academy_ruins (2).png b/gallery/images/fullres/academy_ruins (2).png new file mode 100644 index 00000000..186e25f3 Binary files /dev/null and b/gallery/images/fullres/academy_ruins (2).png differ diff --git a/gallery/images/fullres/academy_ruins (3).png b/gallery/images/fullres/academy_ruins (3).png new file mode 100644 index 00000000..0daf9975 Binary files /dev/null and b/gallery/images/fullres/academy_ruins (3).png differ diff --git a/gallery/images/fullres/academy_ruins.png b/gallery/images/fullres/academy_ruins.png new file mode 100644 index 00000000..6052160e Binary files /dev/null and b/gallery/images/fullres/academy_ruins.png differ diff --git a/gallery/images/fullres/animar,_soul_of_elements.png b/gallery/images/fullres/animar,_soul_of_elements.png new file mode 100644 index 00000000..70903d46 Binary files /dev/null and b/gallery/images/fullres/animar,_soul_of_elements.png differ diff --git a/gallery/images/fullres/aquaman.png b/gallery/images/fullres/aquaman.png new file mode 100644 index 00000000..579ba906 Binary files /dev/null and b/gallery/images/fullres/aquaman.png differ diff --git a/gallery/images/fullres/arcane_signet.png b/gallery/images/fullres/arcane_signet.png new file mode 100644 index 00000000..22026aac Binary files /dev/null and b/gallery/images/fullres/arcane_signet.png differ diff --git a/gallery/images/fullres/ash_barrens (1).png b/gallery/images/fullres/ash_barrens (1).png new file mode 100644 index 00000000..6f627123 Binary files /dev/null and b/gallery/images/fullres/ash_barrens (1).png differ diff --git a/gallery/images/fullres/ash_barrens.png b/gallery/images/fullres/ash_barrens.png new file mode 100644 index 00000000..fcf039b7 Binary files /dev/null and b/gallery/images/fullres/ash_barrens.png differ diff --git a/gallery/images/fullres/ashnod's_altar.png b/gallery/images/fullres/ashnod's_altar.png new file mode 100644 index 00000000..a8183459 Binary files /dev/null and b/gallery/images/fullres/ashnod's_altar.png differ diff --git a/gallery/images/fullres/aurra_sing,_bounty_hunter.png b/gallery/images/fullres/aurra_sing,_bounty_hunter.png new file mode 100644 index 00000000..c2be83d9 Binary files /dev/null and b/gallery/images/fullres/aurra_sing,_bounty_hunter.png differ diff --git a/gallery/images/fullres/aven_mindcensor.png b/gallery/images/fullres/aven_mindcensor.png new file mode 100644 index 00000000..fd5cf785 Binary files /dev/null and b/gallery/images/fullres/aven_mindcensor.png differ diff --git a/gallery/images/fullres/avenger_of_zendikar.png b/gallery/images/fullres/avenger_of_zendikar.png new file mode 100644 index 00000000..bb1584e4 Binary files /dev/null and b/gallery/images/fullres/avenger_of_zendikar.png differ diff --git a/gallery/images/fullres/azorius_signet.png b/gallery/images/fullres/azorius_signet.png new file mode 100644 index 00000000..3f2ec0d1 Binary files /dev/null and b/gallery/images/fullres/azorius_signet.png differ diff --git a/gallery/images/fullres/band_of_brushwaggs.png b/gallery/images/fullres/band_of_brushwaggs.png new file mode 100644 index 00000000..72b29cfc Binary files /dev/null and b/gallery/images/fullres/band_of_brushwaggs.png differ diff --git a/gallery/images/fullres/beastmaster_ascension.png b/gallery/images/fullres/beastmaster_ascension.png new file mode 100644 index 00000000..d33ea503 Binary files /dev/null and b/gallery/images/fullres/beastmaster_ascension.png differ diff --git a/gallery/images/fullres/blade_of_selves.png b/gallery/images/fullres/blade_of_selves.png new file mode 100644 index 00000000..b3bc6a87 Binary files /dev/null and b/gallery/images/fullres/blade_of_selves.png differ diff --git a/gallery/images/fullres/blood_artist.png b/gallery/images/fullres/blood_artist.png new file mode 100644 index 00000000..d5a3bd87 Binary files /dev/null and b/gallery/images/fullres/blood_artist.png differ diff --git a/gallery/images/fullres/blood_crypt (2).png b/gallery/images/fullres/blood_crypt (2).png new file mode 100644 index 00000000..9b8935d6 Binary files /dev/null and b/gallery/images/fullres/blood_crypt (2).png differ diff --git a/gallery/images/fullres/blood_crypt.png b/gallery/images/fullres/blood_crypt.png new file mode 100644 index 00000000..71b5bf64 Binary files /dev/null and b/gallery/images/fullres/blood_crypt.png differ diff --git a/gallery/images/fullres/blood_moon.png b/gallery/images/fullres/blood_moon.png new file mode 100644 index 00000000..64fe83ff Binary files /dev/null and b/gallery/images/fullres/blood_moon.png differ diff --git a/gallery/images/fullres/bloodstained_mire (2).png b/gallery/images/fullres/bloodstained_mire (2).png new file mode 100644 index 00000000..9775206a Binary files /dev/null and b/gallery/images/fullres/bloodstained_mire (2).png differ diff --git a/gallery/images/fullres/bloodstained_mire.png b/gallery/images/fullres/bloodstained_mire.png new file mode 100644 index 00000000..325158f5 Binary files /dev/null and b/gallery/images/fullres/bloodstained_mire.png differ diff --git a/gallery/images/fullres/boros_signet.png b/gallery/images/fullres/boros_signet.png new file mode 100644 index 00000000..2eaaac0e Binary files /dev/null and b/gallery/images/fullres/boros_signet.png differ diff --git a/gallery/images/fullres/brago,_king_eternal.png b/gallery/images/fullres/brago,_king_eternal.png new file mode 100644 index 00000000..b8b24958 Binary files /dev/null and b/gallery/images/fullres/brago,_king_eternal.png differ diff --git a/gallery/images/fullres/breeding_pool (2).png b/gallery/images/fullres/breeding_pool (2).png new file mode 100644 index 00000000..b9896012 Binary files /dev/null and b/gallery/images/fullres/breeding_pool (2).png differ diff --git a/gallery/images/fullres/breeding_pool.png b/gallery/images/fullres/breeding_pool.png new file mode 100644 index 00000000..dc06f796 Binary files /dev/null and b/gallery/images/fullres/breeding_pool.png differ diff --git a/gallery/images/fullres/buried_ruin.png b/gallery/images/fullres/buried_ruin.png new file mode 100644 index 00000000..91a8bab3 Binary files /dev/null and b/gallery/images/fullres/buried_ruin.png differ diff --git a/gallery/images/fullres/c-3po.png b/gallery/images/fullres/c-3po.png new file mode 100644 index 00000000..d8e467cf Binary files /dev/null and b/gallery/images/fullres/c-3po.png differ diff --git a/gallery/images/fullres/catdog,_inseperable.png b/gallery/images/fullres/catdog,_inseperable.png new file mode 100644 index 00000000..a80bec70 Binary files /dev/null and b/gallery/images/fullres/catdog,_inseperable.png differ diff --git a/gallery/images/fullres/chandra's_ignition.png b/gallery/images/fullres/chandra's_ignition.png new file mode 100644 index 00000000..8c05f541 Binary files /dev/null and b/gallery/images/fullres/chandra's_ignition.png differ diff --git a/gallery/images/fullres/chromatic_lantern.png b/gallery/images/fullres/chromatic_lantern.png new file mode 100644 index 00000000..f82bef6b Binary files /dev/null and b/gallery/images/fullres/chromatic_lantern.png differ diff --git a/gallery/images/fullres/coalition_relic.png b/gallery/images/fullres/coalition_relic.png new file mode 100644 index 00000000..da65d538 Binary files /dev/null and b/gallery/images/fullres/coalition_relic.png differ diff --git a/gallery/images/fullres/command_tower (1).png b/gallery/images/fullres/command_tower (1).png new file mode 100644 index 00000000..738367b8 Binary files /dev/null and b/gallery/images/fullres/command_tower (1).png differ diff --git a/gallery/images/fullres/command_tower (2).png b/gallery/images/fullres/command_tower (2).png new file mode 100644 index 00000000..0dd03769 Binary files /dev/null and b/gallery/images/fullres/command_tower (2).png differ diff --git a/gallery/images/fullres/command_tower.png b/gallery/images/fullres/command_tower.png new file mode 100644 index 00000000..697388df Binary files /dev/null and b/gallery/images/fullres/command_tower.png differ diff --git a/gallery/images/fullres/craterhoof_behemoth.png b/gallery/images/fullres/craterhoof_behemoth.png new file mode 100644 index 00000000..d245106d Binary files /dev/null and b/gallery/images/fullres/craterhoof_behemoth.png differ diff --git a/gallery/images/fullres/creeper,_child_of_notch.png b/gallery/images/fullres/creeper,_child_of_notch.png new file mode 100644 index 00000000..62dba97d Binary files /dev/null and b/gallery/images/fullres/creeper,_child_of_notch.png differ diff --git a/gallery/images/fullres/cryptolith_rite.png b/gallery/images/fullres/cryptolith_rite.png new file mode 100644 index 00000000..106ab16b Binary files /dev/null and b/gallery/images/fullres/cryptolith_rite.png differ diff --git a/gallery/images/fullres/crystals_of_mutation.png b/gallery/images/fullres/crystals_of_mutation.png new file mode 100644 index 00000000..7d93d6f1 Binary files /dev/null and b/gallery/images/fullres/crystals_of_mutation.png differ diff --git a/gallery/images/fullres/culling_the_weak.png b/gallery/images/fullres/culling_the_weak.png new file mode 100644 index 00000000..89d4e363 Binary files /dev/null and b/gallery/images/fullres/culling_the_weak.png differ diff --git a/gallery/images/fullres/cyclonic_rift.png b/gallery/images/fullres/cyclonic_rift.png new file mode 100644 index 00000000..9573dbaf Binary files /dev/null and b/gallery/images/fullres/cyclonic_rift.png differ diff --git a/gallery/images/fullres/darksteel_plate.png b/gallery/images/fullres/darksteel_plate.png new file mode 100644 index 00000000..4aed3efe Binary files /dev/null and b/gallery/images/fullres/darksteel_plate.png differ diff --git a/gallery/images/fullres/deadeye_navigator .png b/gallery/images/fullres/deadeye_navigator .png new file mode 100644 index 00000000..e10664a3 Binary files /dev/null and b/gallery/images/fullres/deadeye_navigator .png differ diff --git a/gallery/images/fullres/demonic_tutor (2).png b/gallery/images/fullres/demonic_tutor (2).png new file mode 100644 index 00000000..92ef49de Binary files /dev/null and b/gallery/images/fullres/demonic_tutor (2).png differ diff --git a/gallery/images/fullres/demonic_tutor.png b/gallery/images/fullres/demonic_tutor.png new file mode 100644 index 00000000..9142aca1 Binary files /dev/null and b/gallery/images/fullres/demonic_tutor.png differ diff --git a/gallery/images/fullres/dimir_signet (1).png b/gallery/images/fullres/dimir_signet (1).png new file mode 100644 index 00000000..8444e5bc Binary files /dev/null and b/gallery/images/fullres/dimir_signet (1).png differ diff --git a/gallery/images/fullres/dimir_signet.png b/gallery/images/fullres/dimir_signet.png new file mode 100644 index 00000000..ac813827 Binary files /dev/null and b/gallery/images/fullres/dimir_signet.png differ diff --git a/gallery/images/fullres/dolmen_gate.png b/gallery/images/fullres/dolmen_gate.png new file mode 100644 index 00000000..0e14927a Binary files /dev/null and b/gallery/images/fullres/dolmen_gate.png differ diff --git a/gallery/images/fullres/double_identity.png b/gallery/images/fullres/double_identity.png new file mode 100644 index 00000000..cc4d5bce Binary files /dev/null and b/gallery/images/fullres/double_identity.png differ diff --git a/gallery/images/fullres/doubling_season.png b/gallery/images/fullres/doubling_season.png new file mode 100644 index 00000000..5a8eb3c8 Binary files /dev/null and b/gallery/images/fullres/doubling_season.png differ diff --git a/gallery/images/fullres/dryad_of_the_ilysian_grove (2).png b/gallery/images/fullres/dryad_of_the_ilysian_grove (2).png new file mode 100644 index 00000000..285b133d Binary files /dev/null and b/gallery/images/fullres/dryad_of_the_ilysian_grove (2).png differ diff --git a/gallery/images/fullres/dryad_of_the_ilysian_grove.png b/gallery/images/fullres/dryad_of_the_ilysian_grove.png new file mode 100644 index 00000000..73279700 Binary files /dev/null and b/gallery/images/fullres/dryad_of_the_ilysian_grove.png differ diff --git a/gallery/images/fullres/dryden_vos,_crime_lord (1).png b/gallery/images/fullres/dryden_vos,_crime_lord (1).png new file mode 100644 index 00000000..1044b084 Binary files /dev/null and b/gallery/images/fullres/dryden_vos,_crime_lord (1).png differ diff --git a/gallery/images/fullres/dryden_vos,_crime_lord.png b/gallery/images/fullres/dryden_vos,_crime_lord.png new file mode 100644 index 00000000..b997b3df Binary files /dev/null and b/gallery/images/fullres/dryden_vos,_crime_lord.png differ diff --git a/gallery/images/fullres/eladamri's_call.png b/gallery/images/fullres/eladamri's_call.png new file mode 100644 index 00000000..353222ce Binary files /dev/null and b/gallery/images/fullres/eladamri's_call.png differ diff --git a/gallery/images/fullres/emerald_medallion.png b/gallery/images/fullres/emerald_medallion.png new file mode 100644 index 00000000..beca8d6f Binary files /dev/null and b/gallery/images/fullres/emerald_medallion.png differ diff --git a/gallery/images/fullres/emergency_meeting.png b/gallery/images/fullres/emergency_meeting.png new file mode 100644 index 00000000..65daf71c Binary files /dev/null and b/gallery/images/fullres/emergency_meeting.png differ diff --git a/gallery/images/fullres/emeria_angel.png b/gallery/images/fullres/emeria_angel.png new file mode 100644 index 00000000..6bddbc0e Binary files /dev/null and b/gallery/images/fullres/emeria_angel.png differ diff --git a/gallery/images/fullres/emrakul,_the_aeons_torn.png b/gallery/images/fullres/emrakul,_the_aeons_torn.png new file mode 100644 index 00000000..8bfc3d4d Binary files /dev/null and b/gallery/images/fullres/emrakul,_the_aeons_torn.png differ diff --git a/gallery/images/fullres/emrakul,_the_promised_end (2).png b/gallery/images/fullres/emrakul,_the_promised_end (2).png new file mode 100644 index 00000000..d921e2c3 Binary files /dev/null and b/gallery/images/fullres/emrakul,_the_promised_end (2).png differ diff --git a/gallery/images/fullres/emrakul,_the_promised_end.png b/gallery/images/fullres/emrakul,_the_promised_end.png new file mode 100644 index 00000000..e91aba68 Binary files /dev/null and b/gallery/images/fullres/emrakul,_the_promised_end.png differ diff --git a/gallery/images/fullres/enlightened_tutor.png b/gallery/images/fullres/enlightened_tutor.png new file mode 100644 index 00000000..ec303bac Binary files /dev/null and b/gallery/images/fullres/enlightened_tutor.png differ diff --git a/gallery/images/fullres/eternal_witness.png b/gallery/images/fullres/eternal_witness.png new file mode 100644 index 00000000..7f61edda Binary files /dev/null and b/gallery/images/fullres/eternal_witness.png differ diff --git a/gallery/images/fullres/evacuation.png b/gallery/images/fullres/evacuation.png new file mode 100644 index 00000000..b2cb7ac4 Binary files /dev/null and b/gallery/images/fullres/evacuation.png differ diff --git a/gallery/images/fullres/fabricate (1).png b/gallery/images/fullres/fabricate (1).png new file mode 100644 index 00000000..178504fd Binary files /dev/null and b/gallery/images/fullres/fabricate (1).png differ diff --git a/gallery/images/fullres/fabricate.png b/gallery/images/fullres/fabricate.png new file mode 100644 index 00000000..b76fec41 Binary files /dev/null and b/gallery/images/fullres/fabricate.png differ diff --git a/gallery/images/fullres/farseek (1).png b/gallery/images/fullres/farseek (1).png new file mode 100644 index 00000000..991934cf Binary files /dev/null and b/gallery/images/fullres/farseek (1).png differ diff --git a/gallery/images/fullres/farseek.png b/gallery/images/fullres/farseek.png new file mode 100644 index 00000000..3bccce3f Binary files /dev/null and b/gallery/images/fullres/farseek.png differ diff --git a/gallery/images/fullres/fellwar stone.png b/gallery/images/fullres/fellwar stone.png new file mode 100644 index 00000000..cb898949 Binary files /dev/null and b/gallery/images/fullres/fellwar stone.png differ diff --git a/gallery/images/fullres/fertilid.png b/gallery/images/fullres/fertilid.png new file mode 100644 index 00000000..8a6ce9d0 Binary files /dev/null and b/gallery/images/fullres/fertilid.png differ diff --git a/gallery/images/fullres/fire_diamond.png b/gallery/images/fullres/fire_diamond.png new file mode 100644 index 00000000..0228faec Binary files /dev/null and b/gallery/images/fullres/fire_diamond.png differ diff --git a/gallery/images/fullres/flareon.png b/gallery/images/fullres/flareon.png new file mode 100644 index 00000000..3b98b9f2 Binary files /dev/null and b/gallery/images/fullres/flareon.png differ diff --git a/gallery/images/fullres/flooded_strand (2).png b/gallery/images/fullres/flooded_strand (2).png new file mode 100644 index 00000000..d109450b Binary files /dev/null and b/gallery/images/fullres/flooded_strand (2).png differ diff --git a/gallery/images/fullres/flooded_strand (3).png b/gallery/images/fullres/flooded_strand (3).png new file mode 100644 index 00000000..0e314917 Binary files /dev/null and b/gallery/images/fullres/flooded_strand (3).png differ diff --git a/gallery/images/fullres/flooded_strand.png b/gallery/images/fullres/flooded_strand.png new file mode 100644 index 00000000..d62e6023 Binary files /dev/null and b/gallery/images/fullres/flooded_strand.png differ diff --git a/gallery/images/fullres/force_of_vigor.png b/gallery/images/fullres/force_of_vigor.png new file mode 100644 index 00000000..f20137cf Binary files /dev/null and b/gallery/images/fullres/force_of_vigor.png differ diff --git a/gallery/images/fullres/forest.png b/gallery/images/fullres/forest.png new file mode 100644 index 00000000..a965cef9 Binary files /dev/null and b/gallery/images/fullres/forest.png differ diff --git a/gallery/images/fullres/gaea's_cradle (1).png b/gallery/images/fullres/gaea's_cradle (1).png new file mode 100644 index 00000000..77053cd6 Binary files /dev/null and b/gallery/images/fullres/gaea's_cradle (1).png differ diff --git a/gallery/images/fullres/gaea's_cradle (2).png b/gallery/images/fullres/gaea's_cradle (2).png new file mode 100644 index 00000000..51dab1d0 Binary files /dev/null and b/gallery/images/fullres/gaea's_cradle (2).png differ diff --git a/gallery/images/fullres/gaea's_cradle (3).png b/gallery/images/fullres/gaea's_cradle (3).png new file mode 100644 index 00000000..e7f24836 Binary files /dev/null and b/gallery/images/fullres/gaea's_cradle (3).png differ diff --git a/gallery/images/fullres/gaea's_cradle.png b/gallery/images/fullres/gaea's_cradle.png new file mode 100644 index 00000000..ff65ee2d Binary files /dev/null and b/gallery/images/fullres/gaea's_cradle.png differ diff --git a/gallery/images/fullres/gavi_nest_warden.png b/gallery/images/fullres/gavi_nest_warden.png new file mode 100644 index 00000000..91689da4 Binary files /dev/null and b/gallery/images/fullres/gavi_nest_warden.png differ diff --git a/gallery/images/fullres/generous_gift.png b/gallery/images/fullres/generous_gift.png new file mode 100644 index 00000000..9334207d Binary files /dev/null and b/gallery/images/fullres/generous_gift.png differ diff --git a/gallery/images/fullres/gerrard,_weatherlight_hero.png b/gallery/images/fullres/gerrard,_weatherlight_hero.png new file mode 100644 index 00000000..d7c757cf Binary files /dev/null and b/gallery/images/fullres/gerrard,_weatherlight_hero.png differ diff --git a/gallery/images/fullres/gilded_lotus.png b/gallery/images/fullres/gilded_lotus.png new file mode 100644 index 00000000..e1d8e6cd Binary files /dev/null and b/gallery/images/fullres/gilded_lotus.png differ diff --git a/gallery/images/fullres/goblin_bombardment.png b/gallery/images/fullres/goblin_bombardment.png new file mode 100644 index 00000000..461129fb Binary files /dev/null and b/gallery/images/fullres/goblin_bombardment.png differ diff --git a/gallery/images/fullres/godless_shrine (2).png b/gallery/images/fullres/godless_shrine (2).png new file mode 100644 index 00000000..f725a90c Binary files /dev/null and b/gallery/images/fullres/godless_shrine (2).png differ diff --git a/gallery/images/fullres/godless_shrine.png b/gallery/images/fullres/godless_shrine.png new file mode 100644 index 00000000..56abab22 Binary files /dev/null and b/gallery/images/fullres/godless_shrine.png differ diff --git a/gallery/images/fullres/golgari_signet (1).png b/gallery/images/fullres/golgari_signet (1).png new file mode 100644 index 00000000..fd1250c5 Binary files /dev/null and b/gallery/images/fullres/golgari_signet (1).png differ diff --git a/gallery/images/fullres/golgari_signet.png b/gallery/images/fullres/golgari_signet.png new file mode 100644 index 00000000..a096c328 Binary files /dev/null and b/gallery/images/fullres/golgari_signet.png differ diff --git a/gallery/images/fullres/griffin.png b/gallery/images/fullres/griffin.png new file mode 100644 index 00000000..49a3d7df Binary files /dev/null and b/gallery/images/fullres/griffin.png differ diff --git a/gallery/images/fullres/growing_rites_of_itlimoc.png b/gallery/images/fullres/growing_rites_of_itlimoc.png new file mode 100644 index 00000000..bb8bd661 Binary files /dev/null and b/gallery/images/fullres/growing_rites_of_itlimoc.png differ diff --git a/gallery/images/fullres/gruul_signet.png b/gallery/images/fullres/gruul_signet.png new file mode 100644 index 00000000..d2408951 Binary files /dev/null and b/gallery/images/fullres/gruul_signet.png differ diff --git a/gallery/images/fullres/hall_of_heliod's_generosity.png b/gallery/images/fullres/hall_of_heliod's_generosity.png new file mode 100644 index 00000000..4a45a552 Binary files /dev/null and b/gallery/images/fullres/hall_of_heliod's_generosity.png differ diff --git a/gallery/images/fullres/hallowed_fountain (2).png b/gallery/images/fullres/hallowed_fountain (2).png new file mode 100644 index 00000000..378ac71f Binary files /dev/null and b/gallery/images/fullres/hallowed_fountain (2).png differ diff --git a/gallery/images/fullres/hallowed_fountain.png b/gallery/images/fullres/hallowed_fountain.png new file mode 100644 index 00000000..1b47118e Binary files /dev/null and b/gallery/images/fullres/hallowed_fountain.png differ diff --git a/gallery/images/fullres/hammer_of_nazahn.png b/gallery/images/fullres/hammer_of_nazahn.png new file mode 100644 index 00000000..803aafc6 Binary files /dev/null and b/gallery/images/fullres/hammer_of_nazahn.png differ diff --git a/gallery/images/fullres/helm_of_awakening.png b/gallery/images/fullres/helm_of_awakening.png new file mode 100644 index 00000000..a92f4e6a Binary files /dev/null and b/gallery/images/fullres/helm_of_awakening.png differ diff --git a/gallery/images/fullres/helm_of_the_host.png b/gallery/images/fullres/helm_of_the_host.png new file mode 100644 index 00000000..f06e52b9 Binary files /dev/null and b/gallery/images/fullres/helm_of_the_host.png differ diff --git a/gallery/images/fullres/idyllic_tutor.png b/gallery/images/fullres/idyllic_tutor.png new file mode 100644 index 00000000..2f98f53e Binary files /dev/null and b/gallery/images/fullres/idyllic_tutor.png differ diff --git a/gallery/images/fullres/intruder_alarm.png b/gallery/images/fullres/intruder_alarm.png new file mode 100644 index 00000000..2314e19a Binary files /dev/null and b/gallery/images/fullres/intruder_alarm.png differ diff --git a/gallery/images/fullres/inventors'_fair.png b/gallery/images/fullres/inventors'_fair.png new file mode 100644 index 00000000..8cdc9136 Binary files /dev/null and b/gallery/images/fullres/inventors'_fair.png differ diff --git a/gallery/images/fullres/island.png b/gallery/images/fullres/island.png new file mode 100644 index 00000000..e231a59d Binary files /dev/null and b/gallery/images/fullres/island.png differ diff --git a/gallery/images/fullres/izzet_signet.png b/gallery/images/fullres/izzet_signet.png new file mode 100644 index 00000000..8841cac5 Binary files /dev/null and b/gallery/images/fullres/izzet_signet.png differ diff --git a/gallery/images/fullres/jabba_the_hutt,_crime_lord.png b/gallery/images/fullres/jabba_the_hutt,_crime_lord.png new file mode 100644 index 00000000..0d62acab Binary files /dev/null and b/gallery/images/fullres/jabba_the_hutt,_crime_lord.png differ diff --git a/gallery/images/fullres/jhoira,_weatherlight_captain.png b/gallery/images/fullres/jhoira,_weatherlight_captain.png new file mode 100644 index 00000000..67808086 Binary files /dev/null and b/gallery/images/fullres/jhoira,_weatherlight_captain.png differ diff --git a/gallery/images/fullres/kalamax,_the_stormsire.png b/gallery/images/fullres/kalamax,_the_stormsire.png new file mode 100644 index 00000000..735d2a9d Binary files /dev/null and b/gallery/images/fullres/kalamax,_the_stormsire.png differ diff --git a/gallery/images/fullres/karn's_bastion.png b/gallery/images/fullres/karn's_bastion.png new file mode 100644 index 00000000..2eb47beb Binary files /dev/null and b/gallery/images/fullres/karn's_bastion.png differ diff --git a/gallery/images/fullres/katniss.png b/gallery/images/fullres/katniss.png new file mode 100644 index 00000000..8da9be8a Binary files /dev/null and b/gallery/images/fullres/katniss.png differ diff --git a/gallery/images/fullres/kozilek,_butcher_of_truth (2).png b/gallery/images/fullres/kozilek,_butcher_of_truth (2).png new file mode 100644 index 00000000..6e168cf2 Binary files /dev/null and b/gallery/images/fullres/kozilek,_butcher_of_truth (2).png differ diff --git a/gallery/images/fullres/kozilek,_butcher_of_truth.png b/gallery/images/fullres/kozilek,_butcher_of_truth.png new file mode 100644 index 00000000..e41206d7 Binary files /dev/null and b/gallery/images/fullres/kozilek,_butcher_of_truth.png differ diff --git a/gallery/images/fullres/kozilek,_the_great_distortion (2).png b/gallery/images/fullres/kozilek,_the_great_distortion (2).png new file mode 100644 index 00000000..dd386636 Binary files /dev/null and b/gallery/images/fullres/kozilek,_the_great_distortion (2).png differ diff --git a/gallery/images/fullres/kozilek,_the_great_distortion.png b/gallery/images/fullres/kozilek,_the_great_distortion.png new file mode 100644 index 00000000..71b75db8 Binary files /dev/null and b/gallery/images/fullres/kozilek,_the_great_distortion.png differ diff --git a/gallery/images/fullres/life_from_the_loam.png b/gallery/images/fullres/life_from_the_loam.png new file mode 100644 index 00000000..86345959 Binary files /dev/null and b/gallery/images/fullres/life_from_the_loam.png differ diff --git a/gallery/images/fullres/lightning_greaves.png b/gallery/images/fullres/lightning_greaves.png new file mode 100644 index 00000000..b7a62dab Binary files /dev/null and b/gallery/images/fullres/lightning_greaves.png differ diff --git a/gallery/images/fullres/liliana's_caress.png b/gallery/images/fullres/liliana's_caress.png new file mode 100644 index 00000000..c725bf38 Binary files /dev/null and b/gallery/images/fullres/liliana's_caress.png differ diff --git a/gallery/images/fullres/lotus_petal (1).png b/gallery/images/fullres/lotus_petal (1).png new file mode 100644 index 00000000..ac4af3e9 Binary files /dev/null and b/gallery/images/fullres/lotus_petal (1).png differ diff --git a/gallery/images/fullres/lotus_petal.png b/gallery/images/fullres/lotus_petal.png new file mode 100644 index 00000000..c3eda65f Binary files /dev/null and b/gallery/images/fullres/lotus_petal.png differ diff --git a/gallery/images/fullres/mana_confluence (2).png b/gallery/images/fullres/mana_confluence (2).png new file mode 100644 index 00000000..6d650c9e Binary files /dev/null and b/gallery/images/fullres/mana_confluence (2).png differ diff --git a/gallery/images/fullres/mana_confluence.png b/gallery/images/fullres/mana_confluence.png new file mode 100644 index 00000000..820f0ddc Binary files /dev/null and b/gallery/images/fullres/mana_confluence.png differ diff --git a/gallery/images/fullres/manascape_refractor.png b/gallery/images/fullres/manascape_refractor.png new file mode 100644 index 00000000..b0e09645 Binary files /dev/null and b/gallery/images/fullres/manascape_refractor.png differ diff --git a/gallery/images/fullres/maze_of_ith (2).png b/gallery/images/fullres/maze_of_ith (2).png new file mode 100644 index 00000000..b799f15a Binary files /dev/null and b/gallery/images/fullres/maze_of_ith (2).png differ diff --git a/gallery/images/fullres/maze_of_ith.png b/gallery/images/fullres/maze_of_ith.png new file mode 100644 index 00000000..9a9babbc Binary files /dev/null and b/gallery/images/fullres/maze_of_ith.png differ diff --git a/gallery/images/fullres/mechagodzilla,_kaiju_engine.png b/gallery/images/fullres/mechagodzilla,_kaiju_engine.png new file mode 100644 index 00000000..07304645 Binary files /dev/null and b/gallery/images/fullres/mechagodzilla,_kaiju_engine.png differ diff --git a/gallery/images/fullres/metallic_mimic.png b/gallery/images/fullres/metallic_mimic.png new file mode 100644 index 00000000..142fc0da Binary files /dev/null and b/gallery/images/fullres/metallic_mimic.png differ diff --git a/gallery/images/fullres/moss_diamond.png b/gallery/images/fullres/moss_diamond.png new file mode 100644 index 00000000..17286fc9 Binary files /dev/null and b/gallery/images/fullres/moss_diamond.png differ diff --git a/gallery/images/fullres/mountain.png b/gallery/images/fullres/mountain.png new file mode 100644 index 00000000..26208db6 Binary files /dev/null and b/gallery/images/fullres/mountain.png differ diff --git a/gallery/images/fullres/mox_opal.png b/gallery/images/fullres/mox_opal.png new file mode 100644 index 00000000..9030b62d Binary files /dev/null and b/gallery/images/fullres/mox_opal.png differ diff --git a/gallery/images/fullres/murder.png b/gallery/images/fullres/murder.png new file mode 100644 index 00000000..5fe543a3 Binary files /dev/null and b/gallery/images/fullres/murder.png differ diff --git a/gallery/images/fullres/mystic_remora.png b/gallery/images/fullres/mystic_remora.png new file mode 100644 index 00000000..36fffdda Binary files /dev/null and b/gallery/images/fullres/mystic_remora.png differ diff --git a/gallery/images/fullres/nesting_grounds.png b/gallery/images/fullres/nesting_grounds.png new file mode 100644 index 00000000..34fbfdd1 Binary files /dev/null and b/gallery/images/fullres/nesting_grounds.png differ diff --git a/gallery/images/fullres/nivvy_m.png b/gallery/images/fullres/nivvy_m.png new file mode 100644 index 00000000..ad244a5f Binary files /dev/null and b/gallery/images/fullres/nivvy_m.png differ diff --git a/gallery/images/fullres/not_the_impostor....png b/gallery/images/fullres/not_the_impostor....png new file mode 100644 index 00000000..feaedae3 Binary files /dev/null and b/gallery/images/fullres/not_the_impostor....png differ diff --git a/gallery/images/fullres/nykthos,_shrine_to_nyx (1).png b/gallery/images/fullres/nykthos,_shrine_to_nyx (1).png new file mode 100644 index 00000000..cb8bc2a1 Binary files /dev/null and b/gallery/images/fullres/nykthos,_shrine_to_nyx (1).png differ diff --git a/gallery/images/fullres/nykthos,_shrine_to_nyx.png b/gallery/images/fullres/nykthos,_shrine_to_nyx.png new file mode 100644 index 00000000..35e973f7 Binary files /dev/null and b/gallery/images/fullres/nykthos,_shrine_to_nyx.png differ diff --git a/gallery/images/fullres/oath_of_nissa.png b/gallery/images/fullres/oath_of_nissa.png new file mode 100644 index 00000000..f5a6d07a Binary files /dev/null and b/gallery/images/fullres/oath_of_nissa.png differ diff --git a/gallery/images/fullres/odric,_steadfast_leader (2).png b/gallery/images/fullres/odric,_steadfast_leader (2).png new file mode 100644 index 00000000..25df717f Binary files /dev/null and b/gallery/images/fullres/odric,_steadfast_leader (2).png differ diff --git a/gallery/images/fullres/odric.png b/gallery/images/fullres/odric.png new file mode 100644 index 00000000..c679c97e Binary files /dev/null and b/gallery/images/fullres/odric.png differ diff --git a/gallery/images/fullres/oona,_queen_of_the_fae.png b/gallery/images/fullres/oona,_queen_of_the_fae.png new file mode 100644 index 00000000..b71e9aea Binary files /dev/null and b/gallery/images/fullres/oona,_queen_of_the_fae.png differ diff --git a/gallery/images/fullres/opt.png b/gallery/images/fullres/opt.png new file mode 100644 index 00000000..38986680 Binary files /dev/null and b/gallery/images/fullres/opt.png differ diff --git a/gallery/images/fullres/orzhov_signet.png b/gallery/images/fullres/orzhov_signet.png new file mode 100644 index 00000000..811f0576 Binary files /dev/null and b/gallery/images/fullres/orzhov_signet.png differ diff --git a/gallery/images/fullres/overgrown_tomb (2).png b/gallery/images/fullres/overgrown_tomb (2).png new file mode 100644 index 00000000..1ebfa912 Binary files /dev/null and b/gallery/images/fullres/overgrown_tomb (2).png differ diff --git a/gallery/images/fullres/overgrown_tomb.png b/gallery/images/fullres/overgrown_tomb.png new file mode 100644 index 00000000..079f2695 Binary files /dev/null and b/gallery/images/fullres/overgrown_tomb.png differ diff --git a/gallery/images/fullres/panharmonicon.png b/gallery/images/fullres/panharmonicon.png new file mode 100644 index 00000000..6e291a76 Binary files /dev/null and b/gallery/images/fullres/panharmonicon.png differ diff --git a/gallery/images/fullres/phyrexian_altar (1).png b/gallery/images/fullres/phyrexian_altar (1).png new file mode 100644 index 00000000..73d2c87e Binary files /dev/null and b/gallery/images/fullres/phyrexian_altar (1).png differ diff --git a/gallery/images/fullres/phyrexian_altar.png b/gallery/images/fullres/phyrexian_altar.png new file mode 100644 index 00000000..b1d52236 Binary files /dev/null and b/gallery/images/fullres/phyrexian_altar.png differ diff --git a/gallery/images/fullres/phyrexian_metamorph.png b/gallery/images/fullres/phyrexian_metamorph.png new file mode 100644 index 00000000..865d0334 Binary files /dev/null and b/gallery/images/fullres/phyrexian_metamorph.png differ diff --git a/gallery/images/fullres/piandao,_master_swordsman.png b/gallery/images/fullres/piandao,_master_swordsman.png new file mode 100644 index 00000000..43a63c74 Binary files /dev/null and b/gallery/images/fullres/piandao,_master_swordsman.png differ diff --git a/gallery/images/fullres/polluted_delta.png b/gallery/images/fullres/polluted_delta.png new file mode 100644 index 00000000..a6a73c14 Binary files /dev/null and b/gallery/images/fullres/polluted_delta.png differ diff --git a/gallery/images/fullres/predator,_flagship.png b/gallery/images/fullres/predator,_flagship.png new file mode 100644 index 00000000..e5a3b5e9 Binary files /dev/null and b/gallery/images/fullres/predator,_flagship.png differ diff --git a/gallery/images/fullres/propaganda.png b/gallery/images/fullres/propaganda.png new file mode 100644 index 00000000..dbc246e7 Binary files /dev/null and b/gallery/images/fullres/propaganda.png differ diff --git a/gallery/images/fullres/rakdos_signet.png b/gallery/images/fullres/rakdos_signet.png new file mode 100644 index 00000000..7c367f6a Binary files /dev/null and b/gallery/images/fullres/rakdos_signet.png differ diff --git a/gallery/images/fullres/reflecting_pool.png b/gallery/images/fullres/reflecting_pool.png new file mode 100644 index 00000000..e312037d Binary files /dev/null and b/gallery/images/fullres/reflecting_pool.png differ diff --git a/gallery/images/fullres/reliquary_tower (1).png b/gallery/images/fullres/reliquary_tower (1).png new file mode 100644 index 00000000..656abdf6 Binary files /dev/null and b/gallery/images/fullres/reliquary_tower (1).png differ diff --git a/gallery/images/fullres/reliquary_tower.png b/gallery/images/fullres/reliquary_tower.png new file mode 100644 index 00000000..a375c5fd Binary files /dev/null and b/gallery/images/fullres/reliquary_tower.png differ diff --git a/gallery/images/fullres/return_of_the_wildspeaker.png b/gallery/images/fullres/return_of_the_wildspeaker.png new file mode 100644 index 00000000..88f7a902 Binary files /dev/null and b/gallery/images/fullres/return_of_the_wildspeaker.png differ diff --git a/gallery/images/fullres/return_to_dust.png b/gallery/images/fullres/return_to_dust.png new file mode 100644 index 00000000..59d695e4 Binary files /dev/null and b/gallery/images/fullres/return_to_dust.png differ diff --git a/gallery/images/fullres/revel_in_riches.png b/gallery/images/fullres/revel_in_riches.png new file mode 100644 index 00000000..edc0204c Binary files /dev/null and b/gallery/images/fullres/revel_in_riches.png differ diff --git a/gallery/images/fullres/rhystic_study (2).png b/gallery/images/fullres/rhystic_study (2).png new file mode 100644 index 00000000..4e4c7be8 Binary files /dev/null and b/gallery/images/fullres/rhystic_study (2).png differ diff --git a/gallery/images/fullres/rhystic_study.png b/gallery/images/fullres/rhystic_study.png new file mode 100644 index 00000000..dd240aad Binary files /dev/null and b/gallery/images/fullres/rhystic_study.png differ diff --git a/gallery/images/fullres/rogue's_passage.png b/gallery/images/fullres/rogue's_passage.png new file mode 100644 index 00000000..cc04b3e1 Binary files /dev/null and b/gallery/images/fullres/rogue's_passage.png differ diff --git a/gallery/images/fullres/ruby_medallion.png b/gallery/images/fullres/ruby_medallion.png new file mode 100644 index 00000000..4ccb3f09 Binary files /dev/null and b/gallery/images/fullres/ruby_medallion.png differ diff --git a/gallery/images/fullres/rune-scarred_demon.png b/gallery/images/fullres/rune-scarred_demon.png new file mode 100644 index 00000000..5c6d1b09 Binary files /dev/null and b/gallery/images/fullres/rune-scarred_demon.png differ diff --git a/gallery/images/fullres/sacred_foundry (2).png b/gallery/images/fullres/sacred_foundry (2).png new file mode 100644 index 00000000..4c909605 Binary files /dev/null and b/gallery/images/fullres/sacred_foundry (2).png differ diff --git a/gallery/images/fullres/sacred_foundry.png b/gallery/images/fullres/sacred_foundry.png new file mode 100644 index 00000000..081bfd9c Binary files /dev/null and b/gallery/images/fullres/sacred_foundry.png differ diff --git a/gallery/images/fullres/sakura_tribe_elder.png b/gallery/images/fullres/sakura_tribe_elder.png new file mode 100644 index 00000000..248cf2a1 Binary files /dev/null and b/gallery/images/fullres/sakura_tribe_elder.png differ diff --git a/gallery/images/fullres/sea_gate,_reborn.png b/gallery/images/fullres/sea_gate,_reborn.png new file mode 100644 index 00000000..9d2e0906 Binary files /dev/null and b/gallery/images/fullres/sea_gate,_reborn.png differ diff --git a/gallery/images/fullres/sea_gate_restoration.png b/gallery/images/fullres/sea_gate_restoration.png new file mode 100644 index 00000000..5e5c1ae3 Binary files /dev/null and b/gallery/images/fullres/sea_gate_restoration.png differ diff --git a/gallery/images/fullres/seedborn_muse.png b/gallery/images/fullres/seedborn_muse.png new file mode 100644 index 00000000..63d97cde Binary files /dev/null and b/gallery/images/fullres/seedborn_muse.png differ diff --git a/gallery/images/fullres/sensei's_divining_top.png b/gallery/images/fullres/sensei's_divining_top.png new file mode 100644 index 00000000..03acb01e Binary files /dev/null and b/gallery/images/fullres/sensei's_divining_top.png differ diff --git a/gallery/images/fullres/show_and_tell.png b/gallery/images/fullres/show_and_tell.png new file mode 100644 index 00000000..604886f3 Binary files /dev/null and b/gallery/images/fullres/show_and_tell.png differ diff --git a/gallery/images/fullres/simic_signet.png b/gallery/images/fullres/simic_signet.png new file mode 100644 index 00000000..e7a43a61 Binary files /dev/null and b/gallery/images/fullres/simic_signet.png differ diff --git a/gallery/images/fullres/skullclamp.png b/gallery/images/fullres/skullclamp.png new file mode 100644 index 00000000..d6923b3d Binary files /dev/null and b/gallery/images/fullres/skullclamp.png differ diff --git a/gallery/images/fullres/smothering_tithe.png b/gallery/images/fullres/smothering_tithe.png new file mode 100644 index 00000000..e66e927b Binary files /dev/null and b/gallery/images/fullres/smothering_tithe.png differ diff --git a/gallery/images/fullres/sokka,_veteran_combatant.png b/gallery/images/fullres/sokka,_veteran_combatant.png new file mode 100644 index 00000000..22deb49d Binary files /dev/null and b/gallery/images/fullres/sokka,_veteran_combatant.png differ diff --git a/gallery/images/fullres/sol_ring (2).png b/gallery/images/fullres/sol_ring (2).png new file mode 100644 index 00000000..4b0a6ac4 Binary files /dev/null and b/gallery/images/fullres/sol_ring (2).png differ diff --git a/gallery/images/fullres/sol_ring.png b/gallery/images/fullres/sol_ring.png new file mode 100644 index 00000000..3a1d866a Binary files /dev/null and b/gallery/images/fullres/sol_ring.png differ diff --git a/gallery/images/fullres/solemn_simulacrum (1).png b/gallery/images/fullres/solemn_simulacrum (1).png new file mode 100644 index 00000000..b0eae832 Binary files /dev/null and b/gallery/images/fullres/solemn_simulacrum (1).png differ diff --git a/gallery/images/fullres/solemn_simulacrum (2).png b/gallery/images/fullres/solemn_simulacrum (2).png new file mode 100644 index 00000000..933476d5 Binary files /dev/null and b/gallery/images/fullres/solemn_simulacrum (2).png differ diff --git a/gallery/images/fullres/solemn_simulacrum.png b/gallery/images/fullres/solemn_simulacrum.png new file mode 100644 index 00000000..1c6cf042 Binary files /dev/null and b/gallery/images/fullres/solemn_simulacrum.png differ diff --git a/gallery/images/fullres/songs-of-the-damned.png b/gallery/images/fullres/songs-of-the-damned.png new file mode 100644 index 00000000..9910c034 Binary files /dev/null and b/gallery/images/fullres/songs-of-the-damned.png differ diff --git a/gallery/images/fullres/spark_double.png b/gallery/images/fullres/spark_double.png new file mode 100644 index 00000000..235118b2 Binary files /dev/null and b/gallery/images/fullres/spark_double.png differ diff --git a/gallery/images/fullres/squee's_embrace.png b/gallery/images/fullres/squee's_embrace.png new file mode 100644 index 00000000..6639f439 Binary files /dev/null and b/gallery/images/fullres/squee's_embrace.png differ diff --git a/gallery/images/fullres/squee's_revenge.png b/gallery/images/fullres/squee's_revenge.png new file mode 100644 index 00000000..927ba314 Binary files /dev/null and b/gallery/images/fullres/squee's_revenge.png differ diff --git a/gallery/images/fullres/squee's_toy.png b/gallery/images/fullres/squee's_toy.png new file mode 100644 index 00000000..2e59b7fa Binary files /dev/null and b/gallery/images/fullres/squee's_toy.png differ diff --git a/gallery/images/fullres/squee,_goblin_nabob.png b/gallery/images/fullres/squee,_goblin_nabob.png new file mode 100644 index 00000000..45417f41 Binary files /dev/null and b/gallery/images/fullres/squee,_goblin_nabob.png differ diff --git a/gallery/images/fullres/steam_vents (2).png b/gallery/images/fullres/steam_vents (2).png new file mode 100644 index 00000000..05dde3c0 Binary files /dev/null and b/gallery/images/fullres/steam_vents (2).png differ diff --git a/gallery/images/fullres/steam_vents.png b/gallery/images/fullres/steam_vents.png new file mode 100644 index 00000000..e8411626 Binary files /dev/null and b/gallery/images/fullres/steam_vents.png differ diff --git a/gallery/images/fullres/steelshaper's_gift.png b/gallery/images/fullres/steelshaper's_gift.png new file mode 100644 index 00000000..e15c17d4 Binary files /dev/null and b/gallery/images/fullres/steelshaper's_gift.png differ diff --git a/gallery/images/fullres/stomping_ground (2).png b/gallery/images/fullres/stomping_ground (2).png new file mode 100644 index 00000000..b1e9352d Binary files /dev/null and b/gallery/images/fullres/stomping_ground (2).png differ diff --git a/gallery/images/fullres/stomping_ground.png b/gallery/images/fullres/stomping_ground.png new file mode 100644 index 00000000..8da0074b Binary files /dev/null and b/gallery/images/fullres/stomping_ground.png differ diff --git a/gallery/images/fullres/super_mechagodzilla,_kaiju_engine.png b/gallery/images/fullres/super_mechagodzilla,_kaiju_engine.png new file mode 100644 index 00000000..d0cce67b Binary files /dev/null and b/gallery/images/fullres/super_mechagodzilla,_kaiju_engine.png differ diff --git a/gallery/images/fullres/swamp.png b/gallery/images/fullres/swamp.png new file mode 100644 index 00000000..d9fd107c Binary files /dev/null and b/gallery/images/fullres/swamp.png differ diff --git a/gallery/images/fullres/sword_of_feast_and_famine (2).png b/gallery/images/fullres/sword_of_feast_and_famine (2).png new file mode 100644 index 00000000..0986f9e3 Binary files /dev/null and b/gallery/images/fullres/sword_of_feast_and_famine (2).png differ diff --git a/gallery/images/fullres/sword_of_feast_and_famine.png b/gallery/images/fullres/sword_of_feast_and_famine.png new file mode 100644 index 00000000..aba8f21e Binary files /dev/null and b/gallery/images/fullres/sword_of_feast_and_famine.png differ diff --git a/gallery/images/fullres/sword_of_fire_and_ice.png b/gallery/images/fullres/sword_of_fire_and_ice.png new file mode 100644 index 00000000..1c07f6b0 Binary files /dev/null and b/gallery/images/fullres/sword_of_fire_and_ice.png differ diff --git a/gallery/images/fullres/sword_of_light_and_shadow.png b/gallery/images/fullres/sword_of_light_and_shadow.png new file mode 100644 index 00000000..33fea050 Binary files /dev/null and b/gallery/images/fullres/sword_of_light_and_shadow.png differ diff --git a/gallery/images/fullres/sword_of_sinew_and_steel.png b/gallery/images/fullres/sword_of_sinew_and_steel.png new file mode 100644 index 00000000..d822606c Binary files /dev/null and b/gallery/images/fullres/sword_of_sinew_and_steel.png differ diff --git a/gallery/images/fullres/sword_of_truth_and_justice.png b/gallery/images/fullres/sword_of_truth_and_justice.png new file mode 100644 index 00000000..b1592b5b Binary files /dev/null and b/gallery/images/fullres/sword_of_truth_and_justice.png differ diff --git a/gallery/images/fullres/talisman_of_conviction.png b/gallery/images/fullres/talisman_of_conviction.png new file mode 100644 index 00000000..a345d2b0 Binary files /dev/null and b/gallery/images/fullres/talisman_of_conviction.png differ diff --git a/gallery/images/fullres/talisman_of_creativity.png b/gallery/images/fullres/talisman_of_creativity.png new file mode 100644 index 00000000..8956b1a5 Binary files /dev/null and b/gallery/images/fullres/talisman_of_creativity.png differ diff --git a/gallery/images/fullres/talisman_of_curiosity.png b/gallery/images/fullres/talisman_of_curiosity.png new file mode 100644 index 00000000..849a2ce3 Binary files /dev/null and b/gallery/images/fullres/talisman_of_curiosity.png differ diff --git a/gallery/images/fullres/talisman_of_hierarchy.png b/gallery/images/fullres/talisman_of_hierarchy.png new file mode 100644 index 00000000..1d970c11 Binary files /dev/null and b/gallery/images/fullres/talisman_of_hierarchy.png differ diff --git a/gallery/images/fullres/talisman_of_resilience.png b/gallery/images/fullres/talisman_of_resilience.png new file mode 100644 index 00000000..d6aba0b0 Binary files /dev/null and b/gallery/images/fullres/talisman_of_resilience.png differ diff --git a/gallery/images/fullres/temple_garden (2).png b/gallery/images/fullres/temple_garden (2).png new file mode 100644 index 00000000..356e8147 Binary files /dev/null and b/gallery/images/fullres/temple_garden (2).png differ diff --git a/gallery/images/fullres/temple_garden.png b/gallery/images/fullres/temple_garden.png new file mode 100644 index 00000000..0c9b04a7 Binary files /dev/null and b/gallery/images/fullres/temple_garden.png differ diff --git a/gallery/images/fullres/thalia.png b/gallery/images/fullres/thalia.png new file mode 100644 index 00000000..fb19b159 Binary files /dev/null and b/gallery/images/fullres/thalia.png differ diff --git a/gallery/images/fullres/thassa's_oracle.png b/gallery/images/fullres/thassa's_oracle.png new file mode 100644 index 00000000..17748a3b Binary files /dev/null and b/gallery/images/fullres/thassa's_oracle.png differ diff --git a/gallery/images/fullres/the-gitrog-monster.png b/gallery/images/fullres/the-gitrog-monster.png new file mode 100644 index 00000000..7b58cabd Binary files /dev/null and b/gallery/images/fullres/the-gitrog-monster.png differ diff --git a/gallery/images/fullres/the_ozolith.png b/gallery/images/fullres/the_ozolith.png new file mode 100644 index 00000000..252275b0 Binary files /dev/null and b/gallery/images/fullres/the_ozolith.png differ diff --git a/gallery/images/fullres/the_reactor.png b/gallery/images/fullres/the_reactor.png new file mode 100644 index 00000000..c961121b Binary files /dev/null and b/gallery/images/fullres/the_reactor.png differ diff --git a/gallery/images/fullres/the_storm_crow.png b/gallery/images/fullres/the_storm_crow.png new file mode 100644 index 00000000..fc763fe0 Binary files /dev/null and b/gallery/images/fullres/the_storm_crow.png differ diff --git a/gallery/images/fullres/the_vent.png b/gallery/images/fullres/the_vent.png new file mode 100644 index 00000000..c199648d Binary files /dev/null and b/gallery/images/fullres/the_vent.png differ diff --git a/gallery/images/fullres/thran_dynamo.png b/gallery/images/fullres/thran_dynamo.png new file mode 100644 index 00000000..39855ed5 Binary files /dev/null and b/gallery/images/fullres/thran_dynamo.png differ diff --git a/gallery/images/fullres/thriving_bluff.png b/gallery/images/fullres/thriving_bluff.png new file mode 100644 index 00000000..9ca4a8d2 Binary files /dev/null and b/gallery/images/fullres/thriving_bluff.png differ diff --git a/gallery/images/fullres/thriving_grove.png b/gallery/images/fullres/thriving_grove.png new file mode 100644 index 00000000..707ed9ae Binary files /dev/null and b/gallery/images/fullres/thriving_grove.png differ diff --git a/gallery/images/fullres/thriving_heath.png b/gallery/images/fullres/thriving_heath.png new file mode 100644 index 00000000..188f127e Binary files /dev/null and b/gallery/images/fullres/thriving_heath.png differ diff --git a/gallery/images/fullres/thriving_moor.png b/gallery/images/fullres/thriving_moor.png new file mode 100644 index 00000000..0e5fd6e2 Binary files /dev/null and b/gallery/images/fullres/thriving_moor.png differ diff --git a/gallery/images/fullres/tiana_ship's_caretaker.png b/gallery/images/fullres/tiana_ship's_caretaker.png new file mode 100644 index 00000000..e31c9e6a Binary files /dev/null and b/gallery/images/fullres/tiana_ship's_caretaker.png differ diff --git a/gallery/images/fullres/true_conviction.png b/gallery/images/fullres/true_conviction.png new file mode 100644 index 00000000..79f915c5 Binary files /dev/null and b/gallery/images/fullres/true_conviction.png differ diff --git a/gallery/images/fullres/ulamog,_the_ceaseless_hunger.png b/gallery/images/fullres/ulamog,_the_ceaseless_hunger.png new file mode 100644 index 00000000..fc5c112a Binary files /dev/null and b/gallery/images/fullres/ulamog,_the_ceaseless_hunger.png differ diff --git a/gallery/images/fullres/ulamog,_the_infinite_gyre.png b/gallery/images/fullres/ulamog,_the_infinite_gyre.png new file mode 100644 index 00000000..1f4689ce Binary files /dev/null and b/gallery/images/fullres/ulamog,_the_infinite_gyre.png differ diff --git a/gallery/images/fullres/valakut,_the_molten_pinnacle.png b/gallery/images/fullres/valakut,_the_molten_pinnacle.png new file mode 100644 index 00000000..b7d0e1d0 Binary files /dev/null and b/gallery/images/fullres/valakut,_the_molten_pinnacle.png differ diff --git a/gallery/images/fullres/vanquisher's_banner.png b/gallery/images/fullres/vanquisher's_banner.png new file mode 100644 index 00000000..b4cd443d Binary files /dev/null and b/gallery/images/fullres/vanquisher's_banner.png differ diff --git a/gallery/images/fullres/vilis,_broker_of_blood.png b/gallery/images/fullres/vilis,_broker_of_blood.png new file mode 100644 index 00000000..1f93ca42 Binary files /dev/null and b/gallery/images/fullres/vilis,_broker_of_blood.png differ diff --git a/gallery/images/fullres/vizier_of_the_menagerie.png b/gallery/images/fullres/vizier_of_the_menagerie.png new file mode 100644 index 00000000..98620b26 Binary files /dev/null and b/gallery/images/fullres/vizier_of_the_menagerie.png differ diff --git a/gallery/images/fullres/watery_grave (2).png b/gallery/images/fullres/watery_grave (2).png new file mode 100644 index 00000000..9d4833d6 Binary files /dev/null and b/gallery/images/fullres/watery_grave (2).png differ diff --git a/gallery/images/fullres/watery_grave.png b/gallery/images/fullres/watery_grave.png new file mode 100644 index 00000000..64713e7c Binary files /dev/null and b/gallery/images/fullres/watery_grave.png differ diff --git a/gallery/images/fullres/weatherlight.png b/gallery/images/fullres/weatherlight.png new file mode 100644 index 00000000..71786cdc Binary files /dev/null and b/gallery/images/fullres/weatherlight.png differ diff --git a/gallery/images/fullres/whispersilk_cloak.png b/gallery/images/fullres/whispersilk_cloak.png new file mode 100644 index 00000000..ee0ffee3 Binary files /dev/null and b/gallery/images/fullres/whispersilk_cloak.png differ diff --git a/gallery/images/fullres/who_is_the_imposter_.png b/gallery/images/fullres/who_is_the_imposter_.png new file mode 100644 index 00000000..83186c25 Binary files /dev/null and b/gallery/images/fullres/who_is_the_imposter_.png differ diff --git a/gallery/images/fullres/windswept_heath (2).png b/gallery/images/fullres/windswept_heath (2).png new file mode 100644 index 00000000..5add0ba3 Binary files /dev/null and b/gallery/images/fullres/windswept_heath (2).png differ diff --git a/gallery/images/fullres/windswept_heath.png b/gallery/images/fullres/windswept_heath.png new file mode 100644 index 00000000..180f3341 Binary files /dev/null and b/gallery/images/fullres/windswept_heath.png differ diff --git a/gallery/images/fullres/wooded_foothills (1).png b/gallery/images/fullres/wooded_foothills (1).png new file mode 100644 index 00000000..0a7e01dd Binary files /dev/null and b/gallery/images/fullres/wooded_foothills (1).png differ diff --git a/gallery/images/fullres/wooded_foothills (2).png b/gallery/images/fullres/wooded_foothills (2).png new file mode 100644 index 00000000..4c28395d Binary files /dev/null and b/gallery/images/fullres/wooded_foothills (2).png differ diff --git a/gallery/images/fullres/wooded_foothills.png b/gallery/images/fullres/wooded_foothills.png new file mode 100644 index 00000000..3a54bbf9 Binary files /dev/null and b/gallery/images/fullres/wooded_foothills.png differ diff --git a/gallery/images/fullres/worldly_tutor.png b/gallery/images/fullres/worldly_tutor.png new file mode 100644 index 00000000..7ed2aaf7 Binary files /dev/null and b/gallery/images/fullres/worldly_tutor.png differ diff --git a/gallery/images/fullres/yarok,_the_desecrated.png b/gallery/images/fullres/yarok,_the_desecrated.png new file mode 100644 index 00000000..482e77e0 Binary files /dev/null and b/gallery/images/fullres/yarok,_the_desecrated.png differ diff --git a/gallery/images/fullres/zacama,_primal_calamity.png b/gallery/images/fullres/zacama,_primal_calamity.png new file mode 100644 index 00000000..7f80089b Binary files /dev/null and b/gallery/images/fullres/zacama,_primal_calamity.png differ diff --git a/gallery/images/fullres/zirda,_the_dawnwaker.png b/gallery/images/fullres/zirda,_the_dawnwaker.png new file mode 100644 index 00000000..3417e70c Binary files /dev/null and b/gallery/images/fullres/zirda,_the_dawnwaker.png differ diff --git a/gallery/images/fullres/zurzoth,_chaos_rider.png b/gallery/images/fullres/zurzoth,_chaos_rider.png new file mode 100644 index 00000000..98aa460e Binary files /dev/null and b/gallery/images/fullres/zurzoth,_chaos_rider.png differ diff --git a/gallery/images/preview/Agadeem's Awakening.png b/gallery/images/preview/Agadeem's Awakening.png new file mode 100644 index 00000000..85287f0a Binary files /dev/null and b/gallery/images/preview/Agadeem's Awakening.png differ diff --git a/gallery/images/preview/Baron Sengir.png b/gallery/images/preview/Baron Sengir.png new file mode 100644 index 00000000..534fdf46 Binary files /dev/null and b/gallery/images/preview/Baron Sengir.png differ diff --git a/gallery/images/preview/Craterhoof Behemoth.png b/gallery/images/preview/Craterhoof Behemoth.png new file mode 100644 index 00000000..45e82f30 Binary files /dev/null and b/gallery/images/preview/Craterhoof Behemoth.png differ diff --git a/gallery/images/preview/Emeria's Call.png b/gallery/images/preview/Emeria's Call.png new file mode 100644 index 00000000..675399c6 Binary files /dev/null and b/gallery/images/preview/Emeria's Call.png differ diff --git a/gallery/images/preview/Shatterskull Smashing.png b/gallery/images/preview/Shatterskull Smashing.png new file mode 100644 index 00000000..8fc7dccd Binary files /dev/null and b/gallery/images/preview/Shatterskull Smashing.png differ diff --git a/gallery/images/preview/Turntimber Symbiosis.png b/gallery/images/preview/Turntimber Symbiosis.png new file mode 100644 index 00000000..2a0d0a7f Binary files /dev/null and b/gallery/images/preview/Turntimber Symbiosis.png differ diff --git a/gallery/images/preview/Wasteland.png b/gallery/images/preview/Wasteland.png new file mode 100644 index 00000000..0356e652 Binary files /dev/null and b/gallery/images/preview/Wasteland.png differ diff --git a/gallery/images/preview/aang's_epic_armor.png b/gallery/images/preview/aang's_epic_armor.png new file mode 100644 index 00000000..c8aa6536 Binary files /dev/null and b/gallery/images/preview/aang's_epic_armor.png differ diff --git a/gallery/images/preview/academy_ruins (1).png b/gallery/images/preview/academy_ruins (1).png new file mode 100644 index 00000000..e67502b3 Binary files /dev/null and b/gallery/images/preview/academy_ruins (1).png differ diff --git a/gallery/images/preview/academy_ruins (2).png b/gallery/images/preview/academy_ruins (2).png new file mode 100644 index 00000000..fc5c6b81 Binary files /dev/null and b/gallery/images/preview/academy_ruins (2).png differ diff --git a/gallery/images/preview/academy_ruins (3).png b/gallery/images/preview/academy_ruins (3).png new file mode 100644 index 00000000..b653c822 Binary files /dev/null and b/gallery/images/preview/academy_ruins (3).png differ diff --git a/gallery/images/preview/academy_ruins.png b/gallery/images/preview/academy_ruins.png new file mode 100644 index 00000000..5617fd44 Binary files /dev/null and b/gallery/images/preview/academy_ruins.png differ diff --git a/gallery/images/preview/animar,_soul_of_elements.png b/gallery/images/preview/animar,_soul_of_elements.png new file mode 100644 index 00000000..80907482 Binary files /dev/null and b/gallery/images/preview/animar,_soul_of_elements.png differ diff --git a/gallery/images/preview/aquaman.png b/gallery/images/preview/aquaman.png new file mode 100644 index 00000000..6ea5ad3b Binary files /dev/null and b/gallery/images/preview/aquaman.png differ diff --git a/gallery/images/preview/arcane_signet.png b/gallery/images/preview/arcane_signet.png new file mode 100644 index 00000000..85f58a15 Binary files /dev/null and b/gallery/images/preview/arcane_signet.png differ diff --git a/gallery/images/preview/ash_barrens (1).png b/gallery/images/preview/ash_barrens (1).png new file mode 100644 index 00000000..8b05fe0f Binary files /dev/null and b/gallery/images/preview/ash_barrens (1).png differ diff --git a/gallery/images/preview/ash_barrens.png b/gallery/images/preview/ash_barrens.png new file mode 100644 index 00000000..9631bd58 Binary files /dev/null and b/gallery/images/preview/ash_barrens.png differ diff --git a/gallery/images/preview/ashnod's_altar.png b/gallery/images/preview/ashnod's_altar.png new file mode 100644 index 00000000..d645832b Binary files /dev/null and b/gallery/images/preview/ashnod's_altar.png differ diff --git a/gallery/images/preview/aurra_sing,_bounty_hunter.png b/gallery/images/preview/aurra_sing,_bounty_hunter.png new file mode 100644 index 00000000..90230cbc Binary files /dev/null and b/gallery/images/preview/aurra_sing,_bounty_hunter.png differ diff --git a/gallery/images/preview/aven_mindcensor.png b/gallery/images/preview/aven_mindcensor.png new file mode 100644 index 00000000..0f8c6381 Binary files /dev/null and b/gallery/images/preview/aven_mindcensor.png differ diff --git a/gallery/images/preview/avenger_of_zendikar.png b/gallery/images/preview/avenger_of_zendikar.png new file mode 100644 index 00000000..9eb6eef8 Binary files /dev/null and b/gallery/images/preview/avenger_of_zendikar.png differ diff --git a/gallery/images/preview/azorius_signet.png b/gallery/images/preview/azorius_signet.png new file mode 100644 index 00000000..1bde9056 Binary files /dev/null and b/gallery/images/preview/azorius_signet.png differ diff --git a/gallery/images/preview/band_of_brushwaggs.png b/gallery/images/preview/band_of_brushwaggs.png new file mode 100644 index 00000000..74fb5e38 Binary files /dev/null and b/gallery/images/preview/band_of_brushwaggs.png differ diff --git a/gallery/images/preview/beastmaster_ascension.png b/gallery/images/preview/beastmaster_ascension.png new file mode 100644 index 00000000..6d087a2a Binary files /dev/null and b/gallery/images/preview/beastmaster_ascension.png differ diff --git a/gallery/images/preview/blade_of_selves.png b/gallery/images/preview/blade_of_selves.png new file mode 100644 index 00000000..36489abe Binary files /dev/null and b/gallery/images/preview/blade_of_selves.png differ diff --git a/gallery/images/preview/blood_artist.png b/gallery/images/preview/blood_artist.png new file mode 100644 index 00000000..d129c3a3 Binary files /dev/null and b/gallery/images/preview/blood_artist.png differ diff --git a/gallery/images/preview/blood_crypt (2).png b/gallery/images/preview/blood_crypt (2).png new file mode 100644 index 00000000..3de669eb Binary files /dev/null and b/gallery/images/preview/blood_crypt (2).png differ diff --git a/gallery/images/preview/blood_crypt.png b/gallery/images/preview/blood_crypt.png new file mode 100644 index 00000000..c8bb4dfa Binary files /dev/null and b/gallery/images/preview/blood_crypt.png differ diff --git a/gallery/images/preview/blood_moon.png b/gallery/images/preview/blood_moon.png new file mode 100644 index 00000000..0323bd2c Binary files /dev/null and b/gallery/images/preview/blood_moon.png differ diff --git a/gallery/images/preview/bloodstained_mire (2).png b/gallery/images/preview/bloodstained_mire (2).png new file mode 100644 index 00000000..2fedb700 Binary files /dev/null and b/gallery/images/preview/bloodstained_mire (2).png differ diff --git a/gallery/images/preview/bloodstained_mire.png b/gallery/images/preview/bloodstained_mire.png new file mode 100644 index 00000000..654de575 Binary files /dev/null and b/gallery/images/preview/bloodstained_mire.png differ diff --git a/gallery/images/preview/boros_signet.png b/gallery/images/preview/boros_signet.png new file mode 100644 index 00000000..ec07b6a6 Binary files /dev/null and b/gallery/images/preview/boros_signet.png differ diff --git a/gallery/images/preview/brago,_king_eternal.png b/gallery/images/preview/brago,_king_eternal.png new file mode 100644 index 00000000..81d56d46 Binary files /dev/null and b/gallery/images/preview/brago,_king_eternal.png differ diff --git a/gallery/images/preview/breeding_pool (2).png b/gallery/images/preview/breeding_pool (2).png new file mode 100644 index 00000000..5c4e6af2 Binary files /dev/null and b/gallery/images/preview/breeding_pool (2).png differ diff --git a/gallery/images/preview/breeding_pool.png b/gallery/images/preview/breeding_pool.png new file mode 100644 index 00000000..e988c8e9 Binary files /dev/null and b/gallery/images/preview/breeding_pool.png differ diff --git a/gallery/images/preview/buried_ruin.png b/gallery/images/preview/buried_ruin.png new file mode 100644 index 00000000..4a067110 Binary files /dev/null and b/gallery/images/preview/buried_ruin.png differ diff --git a/gallery/images/preview/c-3po.png b/gallery/images/preview/c-3po.png new file mode 100644 index 00000000..1b23efb6 Binary files /dev/null and b/gallery/images/preview/c-3po.png differ diff --git a/gallery/images/preview/catdog,_inseperable.png b/gallery/images/preview/catdog,_inseperable.png new file mode 100644 index 00000000..9ed3e518 Binary files /dev/null and b/gallery/images/preview/catdog,_inseperable.png differ diff --git a/gallery/images/preview/chandra's_ignition.png b/gallery/images/preview/chandra's_ignition.png new file mode 100644 index 00000000..c27bb969 Binary files /dev/null and b/gallery/images/preview/chandra's_ignition.png differ diff --git a/gallery/images/preview/chromatic_lantern.png b/gallery/images/preview/chromatic_lantern.png new file mode 100644 index 00000000..dd1415c4 Binary files /dev/null and b/gallery/images/preview/chromatic_lantern.png differ diff --git a/gallery/images/preview/coalition_relic.png b/gallery/images/preview/coalition_relic.png new file mode 100644 index 00000000..8e4549be Binary files /dev/null and b/gallery/images/preview/coalition_relic.png differ diff --git a/gallery/images/preview/command_tower (1).png b/gallery/images/preview/command_tower (1).png new file mode 100644 index 00000000..498b6b6a Binary files /dev/null and b/gallery/images/preview/command_tower (1).png differ diff --git a/gallery/images/preview/command_tower (2).png b/gallery/images/preview/command_tower (2).png new file mode 100644 index 00000000..8dad71a2 Binary files /dev/null and b/gallery/images/preview/command_tower (2).png differ diff --git a/gallery/images/preview/command_tower.png b/gallery/images/preview/command_tower.png new file mode 100644 index 00000000..7553f4b3 Binary files /dev/null and b/gallery/images/preview/command_tower.png differ diff --git a/gallery/images/preview/craterhoof_behemoth.png b/gallery/images/preview/craterhoof_behemoth.png new file mode 100644 index 00000000..9e792b82 Binary files /dev/null and b/gallery/images/preview/craterhoof_behemoth.png differ diff --git a/gallery/images/preview/creeper,_child_of_notch.png b/gallery/images/preview/creeper,_child_of_notch.png new file mode 100644 index 00000000..5c24a515 Binary files /dev/null and b/gallery/images/preview/creeper,_child_of_notch.png differ diff --git a/gallery/images/preview/cryptolith_rite.png b/gallery/images/preview/cryptolith_rite.png new file mode 100644 index 00000000..6a8748fe Binary files /dev/null and b/gallery/images/preview/cryptolith_rite.png differ diff --git a/gallery/images/preview/crystals_of_mutation.png b/gallery/images/preview/crystals_of_mutation.png new file mode 100644 index 00000000..26c5fc95 Binary files /dev/null and b/gallery/images/preview/crystals_of_mutation.png differ diff --git a/gallery/images/preview/culling_the_weak.png b/gallery/images/preview/culling_the_weak.png new file mode 100644 index 00000000..06d7feb0 Binary files /dev/null and b/gallery/images/preview/culling_the_weak.png differ diff --git a/gallery/images/preview/cyclonic_rift.png b/gallery/images/preview/cyclonic_rift.png new file mode 100644 index 00000000..16052f2d Binary files /dev/null and b/gallery/images/preview/cyclonic_rift.png differ diff --git a/gallery/images/preview/darksteel_plate.png b/gallery/images/preview/darksteel_plate.png new file mode 100644 index 00000000..c2188235 Binary files /dev/null and b/gallery/images/preview/darksteel_plate.png differ diff --git a/gallery/images/preview/deadeye_navigator .png b/gallery/images/preview/deadeye_navigator .png new file mode 100644 index 00000000..419d1ab6 Binary files /dev/null and b/gallery/images/preview/deadeye_navigator .png differ diff --git a/gallery/images/preview/demonic_tutor (2).png b/gallery/images/preview/demonic_tutor (2).png new file mode 100644 index 00000000..5ecd4ab3 Binary files /dev/null and b/gallery/images/preview/demonic_tutor (2).png differ diff --git a/gallery/images/preview/demonic_tutor.png b/gallery/images/preview/demonic_tutor.png new file mode 100644 index 00000000..836001ad Binary files /dev/null and b/gallery/images/preview/demonic_tutor.png differ diff --git a/gallery/images/preview/dimir_signet (1).png b/gallery/images/preview/dimir_signet (1).png new file mode 100644 index 00000000..22f63f8b Binary files /dev/null and b/gallery/images/preview/dimir_signet (1).png differ diff --git a/gallery/images/preview/dimir_signet.png b/gallery/images/preview/dimir_signet.png new file mode 100644 index 00000000..144ce7ed Binary files /dev/null and b/gallery/images/preview/dimir_signet.png differ diff --git a/gallery/images/preview/dolmen_gate.png b/gallery/images/preview/dolmen_gate.png new file mode 100644 index 00000000..a266ecc7 Binary files /dev/null and b/gallery/images/preview/dolmen_gate.png differ diff --git a/gallery/images/preview/double_identity.png b/gallery/images/preview/double_identity.png new file mode 100644 index 00000000..bf640cb0 Binary files /dev/null and b/gallery/images/preview/double_identity.png differ diff --git a/gallery/images/preview/doubling_season.png b/gallery/images/preview/doubling_season.png new file mode 100644 index 00000000..a467c3f0 Binary files /dev/null and b/gallery/images/preview/doubling_season.png differ diff --git a/gallery/images/preview/dryad_of_the_ilysian_grove (2).png b/gallery/images/preview/dryad_of_the_ilysian_grove (2).png new file mode 100644 index 00000000..24f1793b Binary files /dev/null and b/gallery/images/preview/dryad_of_the_ilysian_grove (2).png differ diff --git a/gallery/images/preview/dryad_of_the_ilysian_grove.png b/gallery/images/preview/dryad_of_the_ilysian_grove.png new file mode 100644 index 00000000..fa4e07e0 Binary files /dev/null and b/gallery/images/preview/dryad_of_the_ilysian_grove.png differ diff --git a/gallery/images/preview/dryden_vos,_crime_lord (1).png b/gallery/images/preview/dryden_vos,_crime_lord (1).png new file mode 100644 index 00000000..68e75f66 Binary files /dev/null and b/gallery/images/preview/dryden_vos,_crime_lord (1).png differ diff --git a/gallery/images/preview/dryden_vos,_crime_lord.png b/gallery/images/preview/dryden_vos,_crime_lord.png new file mode 100644 index 00000000..428f9c33 Binary files /dev/null and b/gallery/images/preview/dryden_vos,_crime_lord.png differ diff --git a/gallery/images/preview/eladamri's_call.png b/gallery/images/preview/eladamri's_call.png new file mode 100644 index 00000000..da5dc2b7 Binary files /dev/null and b/gallery/images/preview/eladamri's_call.png differ diff --git a/gallery/images/preview/emerald_medallion.png b/gallery/images/preview/emerald_medallion.png new file mode 100644 index 00000000..5ad1fb09 Binary files /dev/null and b/gallery/images/preview/emerald_medallion.png differ diff --git a/gallery/images/preview/emergency_meeting.png b/gallery/images/preview/emergency_meeting.png new file mode 100644 index 00000000..f74bfa76 Binary files /dev/null and b/gallery/images/preview/emergency_meeting.png differ diff --git a/gallery/images/preview/emeria_angel.png b/gallery/images/preview/emeria_angel.png new file mode 100644 index 00000000..515a4b0c Binary files /dev/null and b/gallery/images/preview/emeria_angel.png differ diff --git a/gallery/images/preview/emrakul,_the_aeons_torn.png b/gallery/images/preview/emrakul,_the_aeons_torn.png new file mode 100644 index 00000000..412a51ef Binary files /dev/null and b/gallery/images/preview/emrakul,_the_aeons_torn.png differ diff --git a/gallery/images/preview/emrakul,_the_promised_end (2).png b/gallery/images/preview/emrakul,_the_promised_end (2).png new file mode 100644 index 00000000..a5b1b6db Binary files /dev/null and b/gallery/images/preview/emrakul,_the_promised_end (2).png differ diff --git a/gallery/images/preview/emrakul,_the_promised_end.png b/gallery/images/preview/emrakul,_the_promised_end.png new file mode 100644 index 00000000..9ef16460 Binary files /dev/null and b/gallery/images/preview/emrakul,_the_promised_end.png differ diff --git a/gallery/images/preview/enlightened_tutor.png b/gallery/images/preview/enlightened_tutor.png new file mode 100644 index 00000000..b0d45b39 Binary files /dev/null and b/gallery/images/preview/enlightened_tutor.png differ diff --git a/gallery/images/preview/eternal_witness.png b/gallery/images/preview/eternal_witness.png new file mode 100644 index 00000000..38d7be08 Binary files /dev/null and b/gallery/images/preview/eternal_witness.png differ diff --git a/gallery/images/preview/evacuation.png b/gallery/images/preview/evacuation.png new file mode 100644 index 00000000..0d35f2fe Binary files /dev/null and b/gallery/images/preview/evacuation.png differ diff --git a/gallery/images/preview/fabricate (1).png b/gallery/images/preview/fabricate (1).png new file mode 100644 index 00000000..d922b581 Binary files /dev/null and b/gallery/images/preview/fabricate (1).png differ diff --git a/gallery/images/preview/fabricate.png b/gallery/images/preview/fabricate.png new file mode 100644 index 00000000..6c370d32 Binary files /dev/null and b/gallery/images/preview/fabricate.png differ diff --git a/gallery/images/preview/farseek (1).png b/gallery/images/preview/farseek (1).png new file mode 100644 index 00000000..38bc6033 Binary files /dev/null and b/gallery/images/preview/farseek (1).png differ diff --git a/gallery/images/preview/farseek.png b/gallery/images/preview/farseek.png new file mode 100644 index 00000000..a71cf173 Binary files /dev/null and b/gallery/images/preview/farseek.png differ diff --git a/gallery/images/preview/fellwar stone.png b/gallery/images/preview/fellwar stone.png new file mode 100644 index 00000000..68631cff Binary files /dev/null and b/gallery/images/preview/fellwar stone.png differ diff --git a/gallery/images/preview/fertilid.png b/gallery/images/preview/fertilid.png new file mode 100644 index 00000000..5cfa20c4 Binary files /dev/null and b/gallery/images/preview/fertilid.png differ diff --git a/gallery/images/preview/fire_diamond.png b/gallery/images/preview/fire_diamond.png new file mode 100644 index 00000000..89daf5bf Binary files /dev/null and b/gallery/images/preview/fire_diamond.png differ diff --git a/gallery/images/preview/flareon.png b/gallery/images/preview/flareon.png new file mode 100644 index 00000000..17bf9f13 Binary files /dev/null and b/gallery/images/preview/flareon.png differ diff --git a/gallery/images/preview/flooded_strand (2).png b/gallery/images/preview/flooded_strand (2).png new file mode 100644 index 00000000..a4ea45b3 Binary files /dev/null and b/gallery/images/preview/flooded_strand (2).png differ diff --git a/gallery/images/preview/flooded_strand (3).png b/gallery/images/preview/flooded_strand (3).png new file mode 100644 index 00000000..efc66f16 Binary files /dev/null and b/gallery/images/preview/flooded_strand (3).png differ diff --git a/gallery/images/preview/flooded_strand.png b/gallery/images/preview/flooded_strand.png new file mode 100644 index 00000000..83f075a8 Binary files /dev/null and b/gallery/images/preview/flooded_strand.png differ diff --git a/gallery/images/preview/force_of_vigor.png b/gallery/images/preview/force_of_vigor.png new file mode 100644 index 00000000..189e16bb Binary files /dev/null and b/gallery/images/preview/force_of_vigor.png differ diff --git a/gallery/images/preview/forest.png b/gallery/images/preview/forest.png new file mode 100644 index 00000000..7733a9f1 Binary files /dev/null and b/gallery/images/preview/forest.png differ diff --git a/gallery/images/preview/gaea's_cradle (1).png b/gallery/images/preview/gaea's_cradle (1).png new file mode 100644 index 00000000..9ddb69aa Binary files /dev/null and b/gallery/images/preview/gaea's_cradle (1).png differ diff --git a/gallery/images/preview/gaea's_cradle (2).png b/gallery/images/preview/gaea's_cradle (2).png new file mode 100644 index 00000000..b383b738 Binary files /dev/null and b/gallery/images/preview/gaea's_cradle (2).png differ diff --git a/gallery/images/preview/gaea's_cradle (3).png b/gallery/images/preview/gaea's_cradle (3).png new file mode 100644 index 00000000..3e0ce292 Binary files /dev/null and b/gallery/images/preview/gaea's_cradle (3).png differ diff --git a/gallery/images/preview/gaea's_cradle.png b/gallery/images/preview/gaea's_cradle.png new file mode 100644 index 00000000..1074affb Binary files /dev/null and b/gallery/images/preview/gaea's_cradle.png differ diff --git a/gallery/images/preview/gavi_nest_warden.png b/gallery/images/preview/gavi_nest_warden.png new file mode 100644 index 00000000..afff5173 Binary files /dev/null and b/gallery/images/preview/gavi_nest_warden.png differ diff --git a/gallery/images/preview/generous_gift.png b/gallery/images/preview/generous_gift.png new file mode 100644 index 00000000..1d7c0f09 Binary files /dev/null and b/gallery/images/preview/generous_gift.png differ diff --git a/gallery/images/preview/gerrard,_weatherlight_hero.png b/gallery/images/preview/gerrard,_weatherlight_hero.png new file mode 100644 index 00000000..beba315e Binary files /dev/null and b/gallery/images/preview/gerrard,_weatherlight_hero.png differ diff --git a/gallery/images/preview/gilded_lotus.png b/gallery/images/preview/gilded_lotus.png new file mode 100644 index 00000000..b0c09370 Binary files /dev/null and b/gallery/images/preview/gilded_lotus.png differ diff --git a/gallery/images/preview/goblin_bombardment.png b/gallery/images/preview/goblin_bombardment.png new file mode 100644 index 00000000..d4add606 Binary files /dev/null and b/gallery/images/preview/goblin_bombardment.png differ diff --git a/gallery/images/preview/godless_shrine (2).png b/gallery/images/preview/godless_shrine (2).png new file mode 100644 index 00000000..e367b354 Binary files /dev/null and b/gallery/images/preview/godless_shrine (2).png differ diff --git a/gallery/images/preview/godless_shrine.png b/gallery/images/preview/godless_shrine.png new file mode 100644 index 00000000..15eede1f Binary files /dev/null and b/gallery/images/preview/godless_shrine.png differ diff --git a/gallery/images/preview/golgari_signet (1).png b/gallery/images/preview/golgari_signet (1).png new file mode 100644 index 00000000..e56634ca Binary files /dev/null and b/gallery/images/preview/golgari_signet (1).png differ diff --git a/gallery/images/preview/golgari_signet.png b/gallery/images/preview/golgari_signet.png new file mode 100644 index 00000000..0fa2685c Binary files /dev/null and b/gallery/images/preview/golgari_signet.png differ diff --git a/gallery/images/preview/griffin.png b/gallery/images/preview/griffin.png new file mode 100644 index 00000000..f3f046a8 Binary files /dev/null and b/gallery/images/preview/griffin.png differ diff --git a/gallery/images/preview/growing_rites_of_itlimoc.png b/gallery/images/preview/growing_rites_of_itlimoc.png new file mode 100644 index 00000000..0d61af51 Binary files /dev/null and b/gallery/images/preview/growing_rites_of_itlimoc.png differ diff --git a/gallery/images/preview/gruul_signet.png b/gallery/images/preview/gruul_signet.png new file mode 100644 index 00000000..311b09c6 Binary files /dev/null and b/gallery/images/preview/gruul_signet.png differ diff --git a/gallery/images/preview/hall_of_heliod's_generosity.png b/gallery/images/preview/hall_of_heliod's_generosity.png new file mode 100644 index 00000000..d734ff6c Binary files /dev/null and b/gallery/images/preview/hall_of_heliod's_generosity.png differ diff --git a/gallery/images/preview/hallowed_fountain (2).png b/gallery/images/preview/hallowed_fountain (2).png new file mode 100644 index 00000000..ebc5ae87 Binary files /dev/null and b/gallery/images/preview/hallowed_fountain (2).png differ diff --git a/gallery/images/preview/hallowed_fountain.png b/gallery/images/preview/hallowed_fountain.png new file mode 100644 index 00000000..49432b8e Binary files /dev/null and b/gallery/images/preview/hallowed_fountain.png differ diff --git a/gallery/images/preview/hammer_of_nazahn.png b/gallery/images/preview/hammer_of_nazahn.png new file mode 100644 index 00000000..ae72a4d8 Binary files /dev/null and b/gallery/images/preview/hammer_of_nazahn.png differ diff --git a/gallery/images/preview/helm_of_awakening.png b/gallery/images/preview/helm_of_awakening.png new file mode 100644 index 00000000..893d7f80 Binary files /dev/null and b/gallery/images/preview/helm_of_awakening.png differ diff --git a/gallery/images/preview/helm_of_the_host.png b/gallery/images/preview/helm_of_the_host.png new file mode 100644 index 00000000..2868868e Binary files /dev/null and b/gallery/images/preview/helm_of_the_host.png differ diff --git a/gallery/images/preview/idyllic_tutor.png b/gallery/images/preview/idyllic_tutor.png new file mode 100644 index 00000000..7901d400 Binary files /dev/null and b/gallery/images/preview/idyllic_tutor.png differ diff --git a/gallery/images/preview/intruder_alarm.png b/gallery/images/preview/intruder_alarm.png new file mode 100644 index 00000000..8e84e4a6 Binary files /dev/null and b/gallery/images/preview/intruder_alarm.png differ diff --git a/gallery/images/preview/inventors'_fair.png b/gallery/images/preview/inventors'_fair.png new file mode 100644 index 00000000..489d0726 Binary files /dev/null and b/gallery/images/preview/inventors'_fair.png differ diff --git a/gallery/images/preview/island.png b/gallery/images/preview/island.png new file mode 100644 index 00000000..c26b54a9 Binary files /dev/null and b/gallery/images/preview/island.png differ diff --git a/gallery/images/preview/izzet_signet.png b/gallery/images/preview/izzet_signet.png new file mode 100644 index 00000000..5fd0e38b Binary files /dev/null and b/gallery/images/preview/izzet_signet.png differ diff --git a/gallery/images/preview/jabba_the_hutt,_crime_lord.png b/gallery/images/preview/jabba_the_hutt,_crime_lord.png new file mode 100644 index 00000000..fc089558 Binary files /dev/null and b/gallery/images/preview/jabba_the_hutt,_crime_lord.png differ diff --git a/gallery/images/preview/jhoira,_weatherlight_captain.png b/gallery/images/preview/jhoira,_weatherlight_captain.png new file mode 100644 index 00000000..e3f2dffd Binary files /dev/null and b/gallery/images/preview/jhoira,_weatherlight_captain.png differ diff --git a/gallery/images/preview/kalamax,_the_stormsire.png b/gallery/images/preview/kalamax,_the_stormsire.png new file mode 100644 index 00000000..602d0c51 Binary files /dev/null and b/gallery/images/preview/kalamax,_the_stormsire.png differ diff --git a/gallery/images/preview/karn's_bastion.png b/gallery/images/preview/karn's_bastion.png new file mode 100644 index 00000000..a87bd90c Binary files /dev/null and b/gallery/images/preview/karn's_bastion.png differ diff --git a/gallery/images/preview/katniss.png b/gallery/images/preview/katniss.png new file mode 100644 index 00000000..7547a91d Binary files /dev/null and b/gallery/images/preview/katniss.png differ diff --git a/gallery/images/preview/kozilek,_butcher_of_truth (2).png b/gallery/images/preview/kozilek,_butcher_of_truth (2).png new file mode 100644 index 00000000..1f17fc80 Binary files /dev/null and b/gallery/images/preview/kozilek,_butcher_of_truth (2).png differ diff --git a/gallery/images/preview/kozilek,_butcher_of_truth.png b/gallery/images/preview/kozilek,_butcher_of_truth.png new file mode 100644 index 00000000..7902d308 Binary files /dev/null and b/gallery/images/preview/kozilek,_butcher_of_truth.png differ diff --git a/gallery/images/preview/kozilek,_the_great_distortion (2).png b/gallery/images/preview/kozilek,_the_great_distortion (2).png new file mode 100644 index 00000000..1b463e13 Binary files /dev/null and b/gallery/images/preview/kozilek,_the_great_distortion (2).png differ diff --git a/gallery/images/preview/kozilek,_the_great_distortion.png b/gallery/images/preview/kozilek,_the_great_distortion.png new file mode 100644 index 00000000..f49050fd Binary files /dev/null and b/gallery/images/preview/kozilek,_the_great_distortion.png differ diff --git a/gallery/images/preview/life_from_the_loam.png b/gallery/images/preview/life_from_the_loam.png new file mode 100644 index 00000000..60f1839e Binary files /dev/null and b/gallery/images/preview/life_from_the_loam.png differ diff --git a/gallery/images/preview/lightning_greaves.png b/gallery/images/preview/lightning_greaves.png new file mode 100644 index 00000000..90f4f20a Binary files /dev/null and b/gallery/images/preview/lightning_greaves.png differ diff --git a/gallery/images/preview/liliana's_caress.png b/gallery/images/preview/liliana's_caress.png new file mode 100644 index 00000000..bbc0c6e8 Binary files /dev/null and b/gallery/images/preview/liliana's_caress.png differ diff --git a/gallery/images/preview/lotus_petal (1).png b/gallery/images/preview/lotus_petal (1).png new file mode 100644 index 00000000..5e0f7d12 Binary files /dev/null and b/gallery/images/preview/lotus_petal (1).png differ diff --git a/gallery/images/preview/lotus_petal.png b/gallery/images/preview/lotus_petal.png new file mode 100644 index 00000000..1bbaba9b Binary files /dev/null and b/gallery/images/preview/lotus_petal.png differ diff --git a/gallery/images/preview/mana_confluence (2).png b/gallery/images/preview/mana_confluence (2).png new file mode 100644 index 00000000..19603e55 Binary files /dev/null and b/gallery/images/preview/mana_confluence (2).png differ diff --git a/gallery/images/preview/mana_confluence.png b/gallery/images/preview/mana_confluence.png new file mode 100644 index 00000000..8d47bd3c Binary files /dev/null and b/gallery/images/preview/mana_confluence.png differ diff --git a/gallery/images/preview/manascape_refractor.png b/gallery/images/preview/manascape_refractor.png new file mode 100644 index 00000000..62c087c7 Binary files /dev/null and b/gallery/images/preview/manascape_refractor.png differ diff --git a/gallery/images/preview/maze_of_ith (2).png b/gallery/images/preview/maze_of_ith (2).png new file mode 100644 index 00000000..f6314db9 Binary files /dev/null and b/gallery/images/preview/maze_of_ith (2).png differ diff --git a/gallery/images/preview/maze_of_ith.png b/gallery/images/preview/maze_of_ith.png new file mode 100644 index 00000000..9166aeef Binary files /dev/null and b/gallery/images/preview/maze_of_ith.png differ diff --git a/gallery/images/preview/mechagodzilla,_kaiju_engine.png b/gallery/images/preview/mechagodzilla,_kaiju_engine.png new file mode 100644 index 00000000..cf5016a6 Binary files /dev/null and b/gallery/images/preview/mechagodzilla,_kaiju_engine.png differ diff --git a/gallery/images/preview/metallic_mimic.png b/gallery/images/preview/metallic_mimic.png new file mode 100644 index 00000000..ed272c72 Binary files /dev/null and b/gallery/images/preview/metallic_mimic.png differ diff --git a/gallery/images/preview/moss_diamond.png b/gallery/images/preview/moss_diamond.png new file mode 100644 index 00000000..531295a5 Binary files /dev/null and b/gallery/images/preview/moss_diamond.png differ diff --git a/gallery/images/preview/mountain.png b/gallery/images/preview/mountain.png new file mode 100644 index 00000000..12c6fe3d Binary files /dev/null and b/gallery/images/preview/mountain.png differ diff --git a/gallery/images/preview/mox_opal.png b/gallery/images/preview/mox_opal.png new file mode 100644 index 00000000..dd116d2d Binary files /dev/null and b/gallery/images/preview/mox_opal.png differ diff --git a/gallery/images/preview/murder.png b/gallery/images/preview/murder.png new file mode 100644 index 00000000..b4e31172 Binary files /dev/null and b/gallery/images/preview/murder.png differ diff --git a/gallery/images/preview/mystic_remora.png b/gallery/images/preview/mystic_remora.png new file mode 100644 index 00000000..e1a21eac Binary files /dev/null and b/gallery/images/preview/mystic_remora.png differ diff --git a/gallery/images/preview/nesting_grounds.png b/gallery/images/preview/nesting_grounds.png new file mode 100644 index 00000000..f598f6c6 Binary files /dev/null and b/gallery/images/preview/nesting_grounds.png differ diff --git a/gallery/images/preview/nivvy_m.png b/gallery/images/preview/nivvy_m.png new file mode 100644 index 00000000..3826d213 Binary files /dev/null and b/gallery/images/preview/nivvy_m.png differ diff --git a/gallery/images/preview/not_the_impostor....png b/gallery/images/preview/not_the_impostor....png new file mode 100644 index 00000000..2b21f42e Binary files /dev/null and b/gallery/images/preview/not_the_impostor....png differ diff --git a/gallery/images/preview/nykthos,_shrine_to_nyx (1).png b/gallery/images/preview/nykthos,_shrine_to_nyx (1).png new file mode 100644 index 00000000..042f9fd0 Binary files /dev/null and b/gallery/images/preview/nykthos,_shrine_to_nyx (1).png differ diff --git a/gallery/images/preview/nykthos,_shrine_to_nyx.png b/gallery/images/preview/nykthos,_shrine_to_nyx.png new file mode 100644 index 00000000..cfff6035 Binary files /dev/null and b/gallery/images/preview/nykthos,_shrine_to_nyx.png differ diff --git a/gallery/images/preview/oath_of_nissa.png b/gallery/images/preview/oath_of_nissa.png new file mode 100644 index 00000000..080c92b8 Binary files /dev/null and b/gallery/images/preview/oath_of_nissa.png differ diff --git a/gallery/images/preview/odric,_steadfast_leader (2).png b/gallery/images/preview/odric,_steadfast_leader (2).png new file mode 100644 index 00000000..185f21fb Binary files /dev/null and b/gallery/images/preview/odric,_steadfast_leader (2).png differ diff --git a/gallery/images/preview/odric.png b/gallery/images/preview/odric.png new file mode 100644 index 00000000..f50c04d6 Binary files /dev/null and b/gallery/images/preview/odric.png differ diff --git a/gallery/images/preview/oona,_queen_of_the_fae.png b/gallery/images/preview/oona,_queen_of_the_fae.png new file mode 100644 index 00000000..18ffe672 Binary files /dev/null and b/gallery/images/preview/oona,_queen_of_the_fae.png differ diff --git a/gallery/images/preview/opt.png b/gallery/images/preview/opt.png new file mode 100644 index 00000000..14c37e4a Binary files /dev/null and b/gallery/images/preview/opt.png differ diff --git a/gallery/images/preview/orzhov_signet.png b/gallery/images/preview/orzhov_signet.png new file mode 100644 index 00000000..d31a465c Binary files /dev/null and b/gallery/images/preview/orzhov_signet.png differ diff --git a/gallery/images/preview/overgrown_tomb (2).png b/gallery/images/preview/overgrown_tomb (2).png new file mode 100644 index 00000000..5760e2bf Binary files /dev/null and b/gallery/images/preview/overgrown_tomb (2).png differ diff --git a/gallery/images/preview/overgrown_tomb.png b/gallery/images/preview/overgrown_tomb.png new file mode 100644 index 00000000..6acdc506 Binary files /dev/null and b/gallery/images/preview/overgrown_tomb.png differ diff --git a/gallery/images/preview/panharmonicon.png b/gallery/images/preview/panharmonicon.png new file mode 100644 index 00000000..d3664669 Binary files /dev/null and b/gallery/images/preview/panharmonicon.png differ diff --git a/gallery/images/preview/phyrexian_altar (1).png b/gallery/images/preview/phyrexian_altar (1).png new file mode 100644 index 00000000..ca8e6c44 Binary files /dev/null and b/gallery/images/preview/phyrexian_altar (1).png differ diff --git a/gallery/images/preview/phyrexian_altar.png b/gallery/images/preview/phyrexian_altar.png new file mode 100644 index 00000000..2e431a8d Binary files /dev/null and b/gallery/images/preview/phyrexian_altar.png differ diff --git a/gallery/images/preview/phyrexian_metamorph.png b/gallery/images/preview/phyrexian_metamorph.png new file mode 100644 index 00000000..567a7d2a Binary files /dev/null and b/gallery/images/preview/phyrexian_metamorph.png differ diff --git a/gallery/images/preview/piandao,_master_swordsman.png b/gallery/images/preview/piandao,_master_swordsman.png new file mode 100644 index 00000000..3305cd30 Binary files /dev/null and b/gallery/images/preview/piandao,_master_swordsman.png differ diff --git a/gallery/images/preview/polluted_delta.png b/gallery/images/preview/polluted_delta.png new file mode 100644 index 00000000..6aae1cff Binary files /dev/null and b/gallery/images/preview/polluted_delta.png differ diff --git a/gallery/images/preview/predator,_flagship.png b/gallery/images/preview/predator,_flagship.png new file mode 100644 index 00000000..b6b90e33 Binary files /dev/null and b/gallery/images/preview/predator,_flagship.png differ diff --git a/gallery/images/preview/propaganda.png b/gallery/images/preview/propaganda.png new file mode 100644 index 00000000..ff67ef5d Binary files /dev/null and b/gallery/images/preview/propaganda.png differ diff --git a/gallery/images/preview/rakdos_signet.png b/gallery/images/preview/rakdos_signet.png new file mode 100644 index 00000000..f02869ed Binary files /dev/null and b/gallery/images/preview/rakdos_signet.png differ diff --git a/gallery/images/preview/reflecting_pool.png b/gallery/images/preview/reflecting_pool.png new file mode 100644 index 00000000..1eac272e Binary files /dev/null and b/gallery/images/preview/reflecting_pool.png differ diff --git a/gallery/images/preview/reliquary_tower (1).png b/gallery/images/preview/reliquary_tower (1).png new file mode 100644 index 00000000..615f47a9 Binary files /dev/null and b/gallery/images/preview/reliquary_tower (1).png differ diff --git a/gallery/images/preview/reliquary_tower.png b/gallery/images/preview/reliquary_tower.png new file mode 100644 index 00000000..57490641 Binary files /dev/null and b/gallery/images/preview/reliquary_tower.png differ diff --git a/gallery/images/preview/return_of_the_wildspeaker.png b/gallery/images/preview/return_of_the_wildspeaker.png new file mode 100644 index 00000000..9e88ef27 Binary files /dev/null and b/gallery/images/preview/return_of_the_wildspeaker.png differ diff --git a/gallery/images/preview/return_to_dust.png b/gallery/images/preview/return_to_dust.png new file mode 100644 index 00000000..b9cb8369 Binary files /dev/null and b/gallery/images/preview/return_to_dust.png differ diff --git a/gallery/images/preview/revel_in_riches.png b/gallery/images/preview/revel_in_riches.png new file mode 100644 index 00000000..f12949bf Binary files /dev/null and b/gallery/images/preview/revel_in_riches.png differ diff --git a/gallery/images/preview/rhystic_study (2).png b/gallery/images/preview/rhystic_study (2).png new file mode 100644 index 00000000..75762a88 Binary files /dev/null and b/gallery/images/preview/rhystic_study (2).png differ diff --git a/gallery/images/preview/rhystic_study.png b/gallery/images/preview/rhystic_study.png new file mode 100644 index 00000000..bf1125ad Binary files /dev/null and b/gallery/images/preview/rhystic_study.png differ diff --git a/gallery/images/preview/rogue's_passage.png b/gallery/images/preview/rogue's_passage.png new file mode 100644 index 00000000..c00883fc Binary files /dev/null and b/gallery/images/preview/rogue's_passage.png differ diff --git a/gallery/images/preview/ruby_medallion.png b/gallery/images/preview/ruby_medallion.png new file mode 100644 index 00000000..751b12c5 Binary files /dev/null and b/gallery/images/preview/ruby_medallion.png differ diff --git a/gallery/images/preview/rune-scarred_demon.png b/gallery/images/preview/rune-scarred_demon.png new file mode 100644 index 00000000..df7c40fc Binary files /dev/null and b/gallery/images/preview/rune-scarred_demon.png differ diff --git a/gallery/images/preview/sacred_foundry (2).png b/gallery/images/preview/sacred_foundry (2).png new file mode 100644 index 00000000..be8d0652 Binary files /dev/null and b/gallery/images/preview/sacred_foundry (2).png differ diff --git a/gallery/images/preview/sacred_foundry.png b/gallery/images/preview/sacred_foundry.png new file mode 100644 index 00000000..4b974e76 Binary files /dev/null and b/gallery/images/preview/sacred_foundry.png differ diff --git a/gallery/images/preview/sakura_tribe_elder.png b/gallery/images/preview/sakura_tribe_elder.png new file mode 100644 index 00000000..315145cd Binary files /dev/null and b/gallery/images/preview/sakura_tribe_elder.png differ diff --git a/gallery/images/preview/sea_gate,_reborn.png b/gallery/images/preview/sea_gate,_reborn.png new file mode 100644 index 00000000..84e87bb5 Binary files /dev/null and b/gallery/images/preview/sea_gate,_reborn.png differ diff --git a/gallery/images/preview/sea_gate_restoration.png b/gallery/images/preview/sea_gate_restoration.png new file mode 100644 index 00000000..643e275f Binary files /dev/null and b/gallery/images/preview/sea_gate_restoration.png differ diff --git a/gallery/images/preview/seedborn_muse.png b/gallery/images/preview/seedborn_muse.png new file mode 100644 index 00000000..08b38109 Binary files /dev/null and b/gallery/images/preview/seedborn_muse.png differ diff --git a/gallery/images/preview/sensei's_divining_top.png b/gallery/images/preview/sensei's_divining_top.png new file mode 100644 index 00000000..2af2804b Binary files /dev/null and b/gallery/images/preview/sensei's_divining_top.png differ diff --git a/gallery/images/preview/show_and_tell.png b/gallery/images/preview/show_and_tell.png new file mode 100644 index 00000000..72cbd8da Binary files /dev/null and b/gallery/images/preview/show_and_tell.png differ diff --git a/gallery/images/preview/simic_signet.png b/gallery/images/preview/simic_signet.png new file mode 100644 index 00000000..d5d123e6 Binary files /dev/null and b/gallery/images/preview/simic_signet.png differ diff --git a/gallery/images/preview/skullclamp.png b/gallery/images/preview/skullclamp.png new file mode 100644 index 00000000..8e0e78c8 Binary files /dev/null and b/gallery/images/preview/skullclamp.png differ diff --git a/gallery/images/preview/smothering_tithe.png b/gallery/images/preview/smothering_tithe.png new file mode 100644 index 00000000..6805cb1b Binary files /dev/null and b/gallery/images/preview/smothering_tithe.png differ diff --git a/gallery/images/preview/sokka,_veteran_combatant.png b/gallery/images/preview/sokka,_veteran_combatant.png new file mode 100644 index 00000000..a2da4ea7 Binary files /dev/null and b/gallery/images/preview/sokka,_veteran_combatant.png differ diff --git a/gallery/images/preview/sol_ring (2).png b/gallery/images/preview/sol_ring (2).png new file mode 100644 index 00000000..0f309903 Binary files /dev/null and b/gallery/images/preview/sol_ring (2).png differ diff --git a/gallery/images/preview/sol_ring.png b/gallery/images/preview/sol_ring.png new file mode 100644 index 00000000..885c6eaa Binary files /dev/null and b/gallery/images/preview/sol_ring.png differ diff --git a/gallery/images/preview/solemn_simulacrum (1).png b/gallery/images/preview/solemn_simulacrum (1).png new file mode 100644 index 00000000..d2a80aef Binary files /dev/null and b/gallery/images/preview/solemn_simulacrum (1).png differ diff --git a/gallery/images/preview/solemn_simulacrum (2).png b/gallery/images/preview/solemn_simulacrum (2).png new file mode 100644 index 00000000..084698cd Binary files /dev/null and b/gallery/images/preview/solemn_simulacrum (2).png differ diff --git a/gallery/images/preview/solemn_simulacrum.png b/gallery/images/preview/solemn_simulacrum.png new file mode 100644 index 00000000..ae0edb8e Binary files /dev/null and b/gallery/images/preview/solemn_simulacrum.png differ diff --git a/gallery/images/preview/songs-of-the-damned.png b/gallery/images/preview/songs-of-the-damned.png new file mode 100644 index 00000000..84002aec Binary files /dev/null and b/gallery/images/preview/songs-of-the-damned.png differ diff --git a/gallery/images/preview/spark_double.png b/gallery/images/preview/spark_double.png new file mode 100644 index 00000000..bfd0c61e Binary files /dev/null and b/gallery/images/preview/spark_double.png differ diff --git a/gallery/images/preview/squee's_embrace.png b/gallery/images/preview/squee's_embrace.png new file mode 100644 index 00000000..6c804b99 Binary files /dev/null and b/gallery/images/preview/squee's_embrace.png differ diff --git a/gallery/images/preview/squee's_revenge.png b/gallery/images/preview/squee's_revenge.png new file mode 100644 index 00000000..a89516b3 Binary files /dev/null and b/gallery/images/preview/squee's_revenge.png differ diff --git a/gallery/images/preview/squee's_toy.png b/gallery/images/preview/squee's_toy.png new file mode 100644 index 00000000..e870f404 Binary files /dev/null and b/gallery/images/preview/squee's_toy.png differ diff --git a/gallery/images/preview/squee,_goblin_nabob.png b/gallery/images/preview/squee,_goblin_nabob.png new file mode 100644 index 00000000..4d55cce9 Binary files /dev/null and b/gallery/images/preview/squee,_goblin_nabob.png differ diff --git a/gallery/images/preview/steam_vents (2).png b/gallery/images/preview/steam_vents (2).png new file mode 100644 index 00000000..b301f361 Binary files /dev/null and b/gallery/images/preview/steam_vents (2).png differ diff --git a/gallery/images/preview/steam_vents.png b/gallery/images/preview/steam_vents.png new file mode 100644 index 00000000..43cbe17f Binary files /dev/null and b/gallery/images/preview/steam_vents.png differ diff --git a/gallery/images/preview/steelshaper's_gift.png b/gallery/images/preview/steelshaper's_gift.png new file mode 100644 index 00000000..e55fe5af Binary files /dev/null and b/gallery/images/preview/steelshaper's_gift.png differ diff --git a/gallery/images/preview/stomping_ground (2).png b/gallery/images/preview/stomping_ground (2).png new file mode 100644 index 00000000..4355d998 Binary files /dev/null and b/gallery/images/preview/stomping_ground (2).png differ diff --git a/gallery/images/preview/stomping_ground.png b/gallery/images/preview/stomping_ground.png new file mode 100644 index 00000000..ae6f8497 Binary files /dev/null and b/gallery/images/preview/stomping_ground.png differ diff --git a/gallery/images/preview/super_mechagodzilla,_kaiju_engine.png b/gallery/images/preview/super_mechagodzilla,_kaiju_engine.png new file mode 100644 index 00000000..3093ace4 Binary files /dev/null and b/gallery/images/preview/super_mechagodzilla,_kaiju_engine.png differ diff --git a/gallery/images/preview/swamp.png b/gallery/images/preview/swamp.png new file mode 100644 index 00000000..1ad6bb70 Binary files /dev/null and b/gallery/images/preview/swamp.png differ diff --git a/gallery/images/preview/sword_of_feast_and_famine (2).png b/gallery/images/preview/sword_of_feast_and_famine (2).png new file mode 100644 index 00000000..49dadd3e Binary files /dev/null and b/gallery/images/preview/sword_of_feast_and_famine (2).png differ diff --git a/gallery/images/preview/sword_of_feast_and_famine.png b/gallery/images/preview/sword_of_feast_and_famine.png new file mode 100644 index 00000000..55c144cf Binary files /dev/null and b/gallery/images/preview/sword_of_feast_and_famine.png differ diff --git a/gallery/images/preview/sword_of_fire_and_ice.png b/gallery/images/preview/sword_of_fire_and_ice.png new file mode 100644 index 00000000..c2ea4105 Binary files /dev/null and b/gallery/images/preview/sword_of_fire_and_ice.png differ diff --git a/gallery/images/preview/sword_of_light_and_shadow.png b/gallery/images/preview/sword_of_light_and_shadow.png new file mode 100644 index 00000000..c74d33b8 Binary files /dev/null and b/gallery/images/preview/sword_of_light_and_shadow.png differ diff --git a/gallery/images/preview/sword_of_sinew_and_steel.png b/gallery/images/preview/sword_of_sinew_and_steel.png new file mode 100644 index 00000000..7ff5f489 Binary files /dev/null and b/gallery/images/preview/sword_of_sinew_and_steel.png differ diff --git a/gallery/images/preview/sword_of_truth_and_justice.png b/gallery/images/preview/sword_of_truth_and_justice.png new file mode 100644 index 00000000..2c151518 Binary files /dev/null and b/gallery/images/preview/sword_of_truth_and_justice.png differ diff --git a/gallery/images/preview/talisman_of_conviction.png b/gallery/images/preview/talisman_of_conviction.png new file mode 100644 index 00000000..1e883e24 Binary files /dev/null and b/gallery/images/preview/talisman_of_conviction.png differ diff --git a/gallery/images/preview/talisman_of_creativity.png b/gallery/images/preview/talisman_of_creativity.png new file mode 100644 index 00000000..31b9a932 Binary files /dev/null and b/gallery/images/preview/talisman_of_creativity.png differ diff --git a/gallery/images/preview/talisman_of_curiosity.png b/gallery/images/preview/talisman_of_curiosity.png new file mode 100644 index 00000000..5c96c118 Binary files /dev/null and b/gallery/images/preview/talisman_of_curiosity.png differ diff --git a/gallery/images/preview/talisman_of_hierarchy.png b/gallery/images/preview/talisman_of_hierarchy.png new file mode 100644 index 00000000..d93d23cd Binary files /dev/null and b/gallery/images/preview/talisman_of_hierarchy.png differ diff --git a/gallery/images/preview/talisman_of_resilience.png b/gallery/images/preview/talisman_of_resilience.png new file mode 100644 index 00000000..9bbe259f Binary files /dev/null and b/gallery/images/preview/talisman_of_resilience.png differ diff --git a/gallery/images/preview/temple_garden (2).png b/gallery/images/preview/temple_garden (2).png new file mode 100644 index 00000000..139f39da Binary files /dev/null and b/gallery/images/preview/temple_garden (2).png differ diff --git a/gallery/images/preview/temple_garden.png b/gallery/images/preview/temple_garden.png new file mode 100644 index 00000000..7b2f7d7a Binary files /dev/null and b/gallery/images/preview/temple_garden.png differ diff --git a/gallery/images/preview/thalia.png b/gallery/images/preview/thalia.png new file mode 100644 index 00000000..81284e2e Binary files /dev/null and b/gallery/images/preview/thalia.png differ diff --git a/gallery/images/preview/thassa's_oracle.png b/gallery/images/preview/thassa's_oracle.png new file mode 100644 index 00000000..e26e7d6e Binary files /dev/null and b/gallery/images/preview/thassa's_oracle.png differ diff --git a/gallery/images/preview/the-gitrog-monster.png b/gallery/images/preview/the-gitrog-monster.png new file mode 100644 index 00000000..9cad2e7f Binary files /dev/null and b/gallery/images/preview/the-gitrog-monster.png differ diff --git a/gallery/images/preview/the_ozolith.png b/gallery/images/preview/the_ozolith.png new file mode 100644 index 00000000..a83c9cde Binary files /dev/null and b/gallery/images/preview/the_ozolith.png differ diff --git a/gallery/images/preview/the_reactor.png b/gallery/images/preview/the_reactor.png new file mode 100644 index 00000000..0419d910 Binary files /dev/null and b/gallery/images/preview/the_reactor.png differ diff --git a/gallery/images/preview/the_storm_crow.png b/gallery/images/preview/the_storm_crow.png new file mode 100644 index 00000000..b770c8a3 Binary files /dev/null and b/gallery/images/preview/the_storm_crow.png differ diff --git a/gallery/images/preview/the_vent.png b/gallery/images/preview/the_vent.png new file mode 100644 index 00000000..fc482b34 Binary files /dev/null and b/gallery/images/preview/the_vent.png differ diff --git a/gallery/images/preview/thran_dynamo.png b/gallery/images/preview/thran_dynamo.png new file mode 100644 index 00000000..3da9b8b1 Binary files /dev/null and b/gallery/images/preview/thran_dynamo.png differ diff --git a/gallery/images/preview/thriving_bluff.png b/gallery/images/preview/thriving_bluff.png new file mode 100644 index 00000000..9e13144b Binary files /dev/null and b/gallery/images/preview/thriving_bluff.png differ diff --git a/gallery/images/preview/thriving_grove.png b/gallery/images/preview/thriving_grove.png new file mode 100644 index 00000000..acaee588 Binary files /dev/null and b/gallery/images/preview/thriving_grove.png differ diff --git a/gallery/images/preview/thriving_heath.png b/gallery/images/preview/thriving_heath.png new file mode 100644 index 00000000..68a881fa Binary files /dev/null and b/gallery/images/preview/thriving_heath.png differ diff --git a/gallery/images/preview/thriving_moor.png b/gallery/images/preview/thriving_moor.png new file mode 100644 index 00000000..05d621a2 Binary files /dev/null and b/gallery/images/preview/thriving_moor.png differ diff --git a/gallery/images/preview/tiana_ship's_caretaker.png b/gallery/images/preview/tiana_ship's_caretaker.png new file mode 100644 index 00000000..bf0e0580 Binary files /dev/null and b/gallery/images/preview/tiana_ship's_caretaker.png differ diff --git a/gallery/images/preview/true_conviction.png b/gallery/images/preview/true_conviction.png new file mode 100644 index 00000000..642fc36d Binary files /dev/null and b/gallery/images/preview/true_conviction.png differ diff --git a/gallery/images/preview/ulamog,_the_ceaseless_hunger.png b/gallery/images/preview/ulamog,_the_ceaseless_hunger.png new file mode 100644 index 00000000..779de2c3 Binary files /dev/null and b/gallery/images/preview/ulamog,_the_ceaseless_hunger.png differ diff --git a/gallery/images/preview/ulamog,_the_infinite_gyre.png b/gallery/images/preview/ulamog,_the_infinite_gyre.png new file mode 100644 index 00000000..316d5ed0 Binary files /dev/null and b/gallery/images/preview/ulamog,_the_infinite_gyre.png differ diff --git a/gallery/images/preview/valakut,_the_molten_pinnacle.png b/gallery/images/preview/valakut,_the_molten_pinnacle.png new file mode 100644 index 00000000..748103a6 Binary files /dev/null and b/gallery/images/preview/valakut,_the_molten_pinnacle.png differ diff --git a/gallery/images/preview/vanquisher's_banner.png b/gallery/images/preview/vanquisher's_banner.png new file mode 100644 index 00000000..3d050f82 Binary files /dev/null and b/gallery/images/preview/vanquisher's_banner.png differ diff --git a/gallery/images/preview/vilis,_broker_of_blood.png b/gallery/images/preview/vilis,_broker_of_blood.png new file mode 100644 index 00000000..9bb2ba49 Binary files /dev/null and b/gallery/images/preview/vilis,_broker_of_blood.png differ diff --git a/gallery/images/preview/vizier_of_the_menagerie.png b/gallery/images/preview/vizier_of_the_menagerie.png new file mode 100644 index 00000000..fd6c841b Binary files /dev/null and b/gallery/images/preview/vizier_of_the_menagerie.png differ diff --git a/gallery/images/preview/watery_grave (2).png b/gallery/images/preview/watery_grave (2).png new file mode 100644 index 00000000..160507bd Binary files /dev/null and b/gallery/images/preview/watery_grave (2).png differ diff --git a/gallery/images/preview/watery_grave.png b/gallery/images/preview/watery_grave.png new file mode 100644 index 00000000..801cb6ed Binary files /dev/null and b/gallery/images/preview/watery_grave.png differ diff --git a/gallery/images/preview/weatherlight.png b/gallery/images/preview/weatherlight.png new file mode 100644 index 00000000..2b2a9f9c Binary files /dev/null and b/gallery/images/preview/weatherlight.png differ diff --git a/gallery/images/preview/whispersilk_cloak.png b/gallery/images/preview/whispersilk_cloak.png new file mode 100644 index 00000000..72c2331b Binary files /dev/null and b/gallery/images/preview/whispersilk_cloak.png differ diff --git a/gallery/images/preview/who_is_the_imposter_.png b/gallery/images/preview/who_is_the_imposter_.png new file mode 100644 index 00000000..2a09f344 Binary files /dev/null and b/gallery/images/preview/who_is_the_imposter_.png differ diff --git a/gallery/images/preview/windswept_heath (2).png b/gallery/images/preview/windswept_heath (2).png new file mode 100644 index 00000000..8c7e08e9 Binary files /dev/null and b/gallery/images/preview/windswept_heath (2).png differ diff --git a/gallery/images/preview/windswept_heath.png b/gallery/images/preview/windswept_heath.png new file mode 100644 index 00000000..722c831a Binary files /dev/null and b/gallery/images/preview/windswept_heath.png differ diff --git a/gallery/images/preview/wooded_foothills (1).png b/gallery/images/preview/wooded_foothills (1).png new file mode 100644 index 00000000..13d9afd9 Binary files /dev/null and b/gallery/images/preview/wooded_foothills (1).png differ diff --git a/gallery/images/preview/wooded_foothills (2).png b/gallery/images/preview/wooded_foothills (2).png new file mode 100644 index 00000000..a53b4e7e Binary files /dev/null and b/gallery/images/preview/wooded_foothills (2).png differ diff --git a/gallery/images/preview/wooded_foothills.png b/gallery/images/preview/wooded_foothills.png new file mode 100644 index 00000000..1a07101c Binary files /dev/null and b/gallery/images/preview/wooded_foothills.png differ diff --git a/gallery/images/preview/worldly_tutor.png b/gallery/images/preview/worldly_tutor.png new file mode 100644 index 00000000..fd081e38 Binary files /dev/null and b/gallery/images/preview/worldly_tutor.png differ diff --git a/gallery/images/preview/yarok,_the_desecrated.png b/gallery/images/preview/yarok,_the_desecrated.png new file mode 100644 index 00000000..f28ebc3e Binary files /dev/null and b/gallery/images/preview/yarok,_the_desecrated.png differ diff --git a/gallery/images/preview/zacama,_primal_calamity.png b/gallery/images/preview/zacama,_primal_calamity.png new file mode 100644 index 00000000..5d6a26bd Binary files /dev/null and b/gallery/images/preview/zacama,_primal_calamity.png differ diff --git a/gallery/images/preview/zirda,_the_dawnwaker.png b/gallery/images/preview/zirda,_the_dawnwaker.png new file mode 100644 index 00000000..f5ef6995 Binary files /dev/null and b/gallery/images/preview/zirda,_the_dawnwaker.png differ diff --git a/gallery/images/preview/zurzoth,_chaos_rider.png b/gallery/images/preview/zurzoth,_chaos_rider.png new file mode 100644 index 00000000..8fbe3bb4 Binary files /dev/null and b/gallery/images/preview/zurzoth,_chaos_rider.png differ diff --git a/gallery/index.html b/gallery/index.html new file mode 100644 index 00000000..e40792ad --- /dev/null +++ b/gallery/index.html @@ -0,0 +1,31 @@ + + +
+ + + + + + + + + + + + +