agregar cositos
This commit is contained in:
parent
cb80850f83
commit
2b1c4087bf
2 changed files with 3 additions and 0 deletions
1
src/assets/vinculos puntos.svg
Normal file
1
src/assets/vinculos puntos.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 142.63 35.975"><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width=".48577805999999996" d="M8.149 34.486h21.552M36.36 13.99 18.924 1.322 1.49 13.99M18.925 1.322 8.149 34.486"/><path d="M18.925 2.978a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978M1.49 15.468a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978M36.36 15.468a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978M29.683 35.975a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978M8.166 35.975a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width=".48577805999999996" d="M43.121 34.486h21.552l6.66-20.497L53.896 1.322"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width=".48577805999999996" d="M71.332 13.99H36.461l6.66 20.497M71.332 13.99 43.121 34.487"/><path d="M53.897 2.978a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978M36.461 15.468a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978M71.332 15.468a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978M64.656 35.975a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978M43.138 35.975a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width=".48577805999999996" d="M106.169 13.99 88.734 1.322 71.298 13.99m34.871 0H71.298l28.211 20.497M88.733 1.322 77.957 34.486"/><path d="M88.733 2.978a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978M106.169 15.468a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978M99.492 35.975a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978M77.974 35.975a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width=".48577805999999996" d="M112.93 34.486h21.552l6.66-20.497-17.436-12.667M141.141 13.99H106.27m34.871 0L112.93 34.487"/><path d="M123.705 2.978a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978M106.27 15.468a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978M141.141 15.468a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978M134.464 35.975a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978M112.947 35.975a1.49 1.49 0 1 0 0-2.978 1.49 1.49 0 0 0 0 2.978"/></svg>
|
After Width: | Height: | Size: 2.1 KiB |
|
@ -22,6 +22,7 @@ async function loadSvg(path) {
|
|||
export async function render(data) {
|
||||
const Estrellita = await loadSvg("src/assets/estrellita.svg");
|
||||
const Wave = await loadSvg("src/assets/wave.svg");
|
||||
const VinculosPuntos = await loadSvg("src/assets/vinculos puntos.svg");
|
||||
const Circulo = await loadSvg("src/assets/circulo.svg");
|
||||
const Cruces = await loadSvg("src/assets/cruces.svg");
|
||||
// console.debug(data);
|
||||
|
@ -121,6 +122,7 @@ export async function render(data) {
|
|||
<Wave containerClass="mx-8" class="w-full" />
|
||||
</div>
|
||||
</div>
|
||||
<VinculosPuntos class="m-16 mx-auto h-16" />
|
||||
</section>
|
||||
<section class="flex min-h-screen place-content-center bg-blanco">
|
||||
<div class="grid grid-cols-1 place-content-center xl:grid-cols-2">
|
||||
|
|
Reference in a new issue