From f0675c64c1e27423ecde54a9c5a4f7fb5d9446b1 Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Thu, 18 Nov 2021 20:52:28 +0000 Subject: [PATCH] Updated projects data --- data/projects.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/projects.json b/data/projects.json index 3d574d1..81de2a6 100644 --- a/data/projects.json +++ b/data/projects.json @@ -13,5 +13,10 @@ "name": "Super Mario Run", "description": "Mobile game inspired by Super Mario Bros, built with Phaser.", "href": "https://r-freeman.github.io/super-mario-run/" + }, + { + "name": "ASOS Prototype", + "description": "Working prototype of ASOS' website built in Axure RP 8", + "href": "https://github.com/r-freeman/ASOS-Axure-Prototype" } ]