+
+ ### Introduction
+
+ RE:Store is an isometric shooter featuring a potion-wielding shopkeeper. When your toy store is taken over by cursed, murderous teddy bears, you must "restore" your store back to its former state with your potions.
+
+ *MEGA Newbies and Vets Game Jam 2021*
+
+
+
+
+### Game assets
+
+
+
+
+
diff --git a/src/lib/data/yml/archive.yml b/src/lib/data/yml/archive.yml
new file mode 100644
index 0000000..477df89
--- /dev/null
+++ b/src/lib/data/yml/archive.yml
@@ -0,0 +1,9 @@
+# next_id: 2
+projects:
+ - id: 1
+ title: Re:STORE
+ desc: Your toy shop is suddenly taken over by murderous teddy bears! Use your potions to restore them back to their normal state and save your store.
+ date: 2021
+ slug: /archive/re-store
+ link: https://jteaaa.itch.io/re-store
+ link_text: Play the game
diff --git a/src/lib/data/playground.yml b/src/lib/data/yml/playground.yml
similarity index 100%
rename from src/lib/data/playground.yml
rename to src/lib/data/yml/playground.yml
diff --git a/src/lib/data/projects.yml b/src/lib/data/yml/projects.yml
similarity index 100%
rename from src/lib/data/projects.yml
rename to src/lib/data/yml/projects.yml
diff --git a/src/lib/images/md-assets/re-store/alt-banner.png b/src/lib/images/md-assets/re-store/alt-banner.png
new file mode 100644
index 0000000..6b529f1
Binary files /dev/null and b/src/lib/images/md-assets/re-store/alt-banner.png differ
diff --git a/src/lib/images/md-assets/re-store/assets.png b/src/lib/images/md-assets/re-store/assets.png
new file mode 100644
index 0000000..38904e4
Binary files /dev/null and b/src/lib/images/md-assets/re-store/assets.png differ
diff --git a/src/lib/images/md-assets/re-store/banner.png b/src/lib/images/md-assets/re-store/banner.png
new file mode 100644
index 0000000..8a29101
Binary files /dev/null and b/src/lib/images/md-assets/re-store/banner.png differ
diff --git a/src/lib/images/md-assets/re-store/screenshot.png b/src/lib/images/md-assets/re-store/screenshot.png
new file mode 100644
index 0000000..c68950b
Binary files /dev/null and b/src/lib/images/md-assets/re-store/screenshot.png differ
diff --git a/src/lib/scss/markdown.scss b/src/lib/scss/markdown.scss
new file mode 100644
index 0000000..26e8aa7
--- /dev/null
+++ b/src/lib/scss/markdown.scss
@@ -0,0 +1,10 @@
+img {
+ width: 100%;
+ margin: 1em 0;
+}
+
+.split {
+ display: inline-grid;
+ grid-template-columns: 1fr 1fr;
+ gap: 3em;
+}
\ No newline at end of file
diff --git a/src/routes/(app)/archive/+page.svelte b/src/routes/(app)/archive/+page.svelte
index f2be4f9..91a27e5 100644
--- a/src/routes/(app)/archive/+page.svelte
+++ b/src/routes/(app)/archive/+page.svelte
@@ -1,5 +1,9 @@
@@ -11,3 +15,10 @@
Older and smaller projects for record-keeping. Game jams, hackathons, and
other projects that didn't make the main page.
+
+{#each projects as project}
+