aboutsummaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/data')
-rw-r--r--src/data/models.json8
-rw-r--r--src/data/webarchive.json10
2 files changed, 18 insertions, 0 deletions
diff --git a/src/data/models.json b/src/data/models.json
new file mode 100644
index 0000000..8d71642
--- /dev/null
+++ b/src/data/models.json
@@ -0,0 +1,8 @@
+[
+ {
+ "name": "Snug Cup",
+ "description": "A cup for a project at school.",
+ "model": "/models/snug_cup_model.glb",
+ "fallback": "/images/snug_cup.png"
+ }
+]
diff --git a/src/data/webarchive.json b/src/data/webarchive.json
new file mode 100644
index 0000000..9a6b1bb
--- /dev/null
+++ b/src/data/webarchive.json
@@ -0,0 +1,10 @@
+[
+ {
+ "name": "First Website",
+ "description": "Created by my dad using iFrames.",
+ "type": "personal"
+ },
+ {
+ "name": "alee14.ga"
+ }
+]