diff --git a/src/_data/builtwith.json b/src/_data/builtwith.json index 73e81d1..b8d098a 100644 --- a/src/_data/builtwith.json +++ b/src/_data/builtwith.json @@ -1,16 +1,16 @@ [ - { - "name": "Refugio Libertad", - "description": "Organización de trabajadores y trabajadoras de la economía popular que habitamos en pequeños pueblos y zonas rurales de la provincia de Córdoba (Argentina).", - "screenshot": "./src/assets/images/screenshots/refugiolibertad.png", - "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.", "screenshot": "./src/assets/images/screenshots/lenesaile.jpg", "link": "https://www.lenesaile.com" }, + { + "name": "Refugio Libertad", + "description": "Organización de trabajadores y trabajadoras de la economía popular que habitamos en pequeños pueblos y zonas rurales de la provincia de Córdoba (Argentina).", + "screenshot": "./src/assets/images/screenshots/refugiolibertad.png", + "link": "https://refugio.libre.org.ar" + }, { "name": "Old man yelling at tech", "description": "Former software engineer turned manager rediscovers his love for coding and infrastructure.", @@ -47,6 +47,12 @@ "screenshot": "./src/assets/images/screenshots/joewrites.jpg", "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", + "screenshot": "./src/assets/images/screenshots/manuclavijo.png", + "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", @@ -88,5 +94,11 @@ "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" - } + }, + { + "name": "cantautor.es", + "description": "A curated collection of Spanish singer-songwriters, dedicated to supporting their artistry and helping you discover the authentic and diverse voices of talented musicians", + "screenshot": "./src/assets/images/screenshots/cantautores.jpg", + "link": "https://cantautor.es" + } ] diff --git a/src/assets/images/screenshots/cantautores.jpg b/src/assets/images/screenshots/cantautores.jpg new file mode 100644 index 0000000..e0b48be Binary files /dev/null and b/src/assets/images/screenshots/cantautores.jpg differ diff --git a/src/assets/images/screenshots/manuclavijo.png b/src/assets/images/screenshots/manuclavijo.png new file mode 100644 index 0000000..3650ce3 Binary files /dev/null and b/src/assets/images/screenshots/manuclavijo.png differ