diff --git a/src/assets/circulo.svg b/src/assets/circulo.svg new file mode 100644 index 0000000..eca359f --- /dev/null +++ b/src/assets/circulo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/cruces.svg b/src/assets/cruces.svg new file mode 100644 index 0000000..7a46bcd --- /dev/null +++ b/src/assets/cruces.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/index.11ty.jsx b/src/index.11ty.jsx index 482dcdf..ee1c2bf 100644 --- a/src/index.11ty.jsx +++ b/src/index.11ty.jsx @@ -31,6 +31,8 @@ const postcss = require("postcss")([ export async function render(data) { const Estrellita = await loadSvg("src/assets/estrellita.svg"); const Wave = await loadSvg("src/assets/wave.svg"); + const Circulo = await loadSvg("src/assets/circulo.svg"); + const Cruces = await loadSvg("src/assets/cruces.svg"); // console.debug(data); const WobbleVioleta = await loadSvg("src/assets/wobble violeta.svg"); const CaritasFelices = await loadSvg("src/assets/caritas felices.svg"); @@ -96,11 +98,19 @@ export async function render(data) { ) )} +
+ +
+ + +
+ +
-
-
+
+
- +
+ + + +