From a2c93cdaa0328e1fada9fbf7b35d2a58e9bd903b Mon Sep 17 00:00:00 2001 From: Benjamin Lebron <71533854+BenTechCoder@users.noreply.github.com> Date: Wed, 13 Mar 2024 07:48:02 -0400 Subject: [PATCH] add thewoodenchips.com One of my client projects built with the eleventy excellent starter --- src/_data/builtwith.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/_data/builtwith.json b/src/_data/builtwith.json index b2aaa08..73e81d1 100644 --- a/src/_data/builtwith.json +++ b/src/_data/builtwith.json @@ -82,5 +82,11 @@ "description": "Website for a primary school in Las Palmas.", "screenshot": "./src/assets/images/screenshots/colegio-marpe.png", "link": "https://colegiomarpeciudadjardin.com/" - } + }, + { + "name": "The Wooden Chips Handyman Service", + "description": "A a website for local virginia handyman built with Netlify CMS and 11ty", + "screenshot": "./src/assets/images/screenshots/woodenchips.png", + "link": "https://thewoodenchips.com" + } ]