diff --git a/README.md b/README.md index e3ac046..00776d6 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ | [Lisi](https://codepen.io/lisilinhart) | `Animation`, `SVG`, `GSAP`, `CSS` | | [Louis Hoebregts](https://codepen.io/Mamboleoo) | `Canvas`, `Three.js`, `Particles`, `Shader`, `GSAP`, `Animation` | | [Lucas Bebber](https://codepen.io/lbebber) | `CSS`, `Animation`, `SVG` | +| [Madalena Aza](https://codepen.io/Madalena-Design) | `CSS`, `Animation` | | [Mandy Michael](https://codepen.io/mandymichael) | `CSS`, `Effects`, `Animation` | | [Marco Dell“Anna](https://codepen.io/plasm) | `Animation`, `Particles`, `GreenSock` | | [Mariusz Dabrowski](https://codepen.io/MarioD) | `Animation`, `SVG`, `Canvas`, `Physics`, `P5.js`, `GSAP` | diff --git a/codepen-coders.js b/codepen-coders.js index 18b15ef..d210bfe 100644 --- a/codepen-coders.js +++ b/codepen-coders.js @@ -75,6 +75,7 @@ const codepenCoder = [ { name: 'Lisi', codepen: 'lisilinhart', tags: [ 'Animation', 'SVG', 'GSAP', 'CSS'] }, { name: 'Louis Hoebregts', codepen: 'Mamboleoo', tags: [ 'Canvas', 'Three.js', 'Particles', 'Shader', 'GSAP', 'Animation'] }, { name: 'Lucas Bebber', codepen: 'lbebber', tags: [ 'CSS', 'Animation', 'SVG'] }, + { name: 'Madalena Aza', codepen: 'Madalena-Design', tags: [ 'CSS', 'Animation'] }, { name: 'Mandy Michael', codepen: 'mandymichael', tags: [ 'CSS', 'Effects', 'Animation'] }, { name: 'Marco Dell“Anna', codepen: 'plasm', tags: [ 'Animation', 'Particles', 'GreenSock'] }, { name: 'Mariusz Dabrowski', codepen: 'MarioD', tags: [ 'Animation', 'SVG', 'Canvas', 'Physics', 'P5.js', 'GSAP'] },