From 52dd31c47e226a5f8fc388c98a1d518d65ac74da Mon Sep 17 00:00:00 2001 From: Zeke Zhang Date: Sat, 29 Jun 2024 19:12:53 +1000 Subject: [PATCH 1/3] :cd: data(synthetic dunescapes): added project shortlisted award --- data/projects.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/projects.json b/data/projects.json index 928cdf8..30388d2 100644 --- a/data/projects.json +++ b/data/projects.json @@ -199,6 +199,12 @@ "url": "https://heyzine.com/flip-book/ae42799b33.html" } ], + "awards": [ + { + "name": "Shortlisted Master of Architectural Design Awards for Excellence | 2024 Semester 1 | RMIT University", + "url": "https://www.instagram.com/p/C8vhpFsyVCO/?img_index=3" + } + ], "video": { "src": "https://www.youtube.com/embed/PNKjyfp9L2M?si=YKckKJ2IYIaZzzGH", "alt": "Synthetic Dunescapes | Video Presentation" From 7aec6760b71171b6fd18acb619245ec1a2ba649e Mon Sep 17 00:00:00 2001 From: Zeke Zhang Date: Sat, 29 Jun 2024 19:15:06 +1000 Subject: [PATCH 2/3] :cd: data(synthetic dunescapes): update hero video link --- data/projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/projects.json b/data/projects.json index 30388d2..e329802 100644 --- a/data/projects.json +++ b/data/projects.json @@ -206,7 +206,7 @@ } ], "video": { - "src": "https://www.youtube.com/embed/PNKjyfp9L2M?si=YKckKJ2IYIaZzzGH", + "src": "https://www.youtube.com/embed/6B2L0CH7QGg?si=YKckKJ2IYIaZzzGH", "alt": "Synthetic Dunescapes | Video Presentation" }, "mediaContainer": { From 4dbf171bc0b487ac4f5f4c0e69f1d58ea49d098d Mon Sep 17 00:00:00 2001 From: Zeke Zhang Date: Sat, 29 Jun 2024 19:15:36 +1000 Subject: [PATCH 3/3] :arrow_up: bump version to 1.5.1 --- data/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/manifest.json b/data/manifest.json index 920c409..3471630 100644 --- a/data/manifest.json +++ b/data/manifest.json @@ -1,6 +1,6 @@ { "name": "Zeke Zhang Portfolio", - "version": "1.5.0", + "version": "1.5.1", "copyright": { "name": "zekezhang.com" },