From b9b47dfab789688ae61e2b9a05046a4c91c3e704 Mon Sep 17 00:00:00 2001 From: madrilene Date: Mon, 3 Jun 2024 11:20:34 +0200 Subject: [PATCH] add sites --- src/_data/builtwith.json | 42 ++++++++++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/src/_data/builtwith.json b/src/_data/builtwith.json index 848e65b..e0d5a76 100644 --- a/src/_data/builtwith.json +++ b/src/_data/builtwith.json @@ -1,16 +1,16 @@ [ - { - "name": "Lene Saile", - "description": "My personal site! Really, this website came before the starter, and I built the starter based on it.", - "filename": "lenesaile", - "link": "https://www.lenesaile.com" - }, { "name": "Refugio Libertad", "description": "Organisation of workers in the popular economy who live in rural areas in Córdoba (Argentina).", "filename": "refugiolibertad", "link": "https://refugio.libre.org.ar" }, + { + "name": "Lene Saile", + "description": "My personal site! Really, this website came before the starter, and I built the starter based on it.", + "filename": "lenesaile", + "link": "https://www.lenesaile.com" + }, { "name": "Old man yelling at tech", "description": "Former software engineer turned manager rediscovers his love for coding and infrastructure.", @@ -47,12 +47,6 @@ "filename": "joewrites", "link": "https://joewrites.io" }, - { - "name": "Manu Clavijo", - "description": "Manu Clavijo is an experienced violinist who also performs his own repertoire of songs as a singer-songwriter", - "filename": "manuclavijo", - "link": "https://www.manuclavijo.com" - }, { "name": "Misremembered", "description": "Misremembered is the brain-child of Jon Michaels, a long-time sound editor, maker of tacos, and generally tech-minded fellow", @@ -83,6 +77,12 @@ "filename": "elan", "link": "https://elan.maltebaer.vercel.app" }, + { + "name": "Manu Clavijo", + "description": "Manu Clavijo is an experienced violinist who also performs his own repertoire of songs as a singer-songwriter", + "filename": "manuclavijo", + "link": "https://www.manuclavijo.com/" + }, { "name": "Colegio Marpe Ciudad Jardín", "description": "Website for a primary school in Las Palmas.", @@ -112,5 +112,23 @@ "description": "I colaborate with Berlin-based designer Daniela Grau to develop human centered websites.", "filename": "badwebsites-rip", "link": "https://badwebsites.rip/" + }, + { + "name": "claytonerrington.com", + "description": "Currently an AWS Technical Engineer who finds writing things down to be a valuable tool.", + "filename": "claytonerrington", + "link": "https://claytonerrington.com" + }, + { + "name": "cybercultural.com", + "description": "A newsletter about internet history and its impact on our culture, by Richard MacManus.", + "filename": "cybercultural", + "link": "https://cybercultural.com" + }, + { + "name": "chrismcleod.dev", + "description": "A a software developer with over 20 years of work experience.", + "filename": "chrismcleod", + "link": "https://chrismcleod.dev" } ]