diff --git a/src/assets/images/bizaway.svg b/src/assets/images/bizaway.svg new file mode 100644 index 0000000..7c365c2 --- /dev/null +++ b/src/assets/images/bizaway.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/widgets/Brands.astro b/src/components/widgets/Brands.astro index 511a314..cbec07a 100644 --- a/src/components/widgets/Brands.astro +++ b/src/components/widgets/Brands.astro @@ -28,8 +28,8 @@ const { oro.map( (image) => image.src && ( -
- { image.href ? +
+ { image.href ? {image.alt : {image.alt }
@@ -45,7 +45,7 @@ const { (image) => image.src && (
- { image.href ? + { image.href ? {image.alt : {image.alt }
@@ -61,7 +61,7 @@ const { (image) => image.src && (
- { image.href ? + { image.href ? {image.alt : {image.alt }
diff --git a/src/pages/index.astro b/src/pages/index.astro index 84b40e1..67a596b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -14,6 +14,7 @@ import { getPermalink } from '~/utils/permalinks'; import proximamenteImage from '~/assets/images/proximamente.jpeg'; import codee from '~/assets/images/codee.png'; +import bizaway from '~/assets/images/bizaway.svg'; import logoFIC from '~/assets/images/fic.svg'; import logoUDC from '~/assets/images/udc.svg'; import logoAmtega from '~/assets/images/amtega.svg'; @@ -108,8 +109,9 @@ oro={[ href: 'https://codee.com/' }, { - src: proximamenteImage, - alt: 'Próximamente', + src: bizaway, + alt: 'BizAway', + href: 'https://bizaway.com/es' }, { src: proximamenteImage, @@ -146,6 +148,32 @@ plata={[ height: 120, }, ]} +bronce={[ + { + src: proximamenteImage, + alt: 'Próximamente', + width: 80, + height: 80, + }, + { + src: proximamenteImage, + alt: 'Próximamente', + width: 80, + height: 80, + }, + { + src: proximamenteImage, + alt: 'Próximamente', + width: 80, + height: 80, + }, + { + src: proximamenteImage, + alt: 'Próximamente', + width: 80, + height: 80, + }, +]} colaboradores={[ { src: logoFIC, diff --git a/src/pages/patrocinadores/codee.md b/src/pages/patrocinadores/codee.md new file mode 100644 index 0000000..5b0b1d4 --- /dev/null +++ b/src/pages/patrocinadores/codee.md @@ -0,0 +1,6 @@ +--- +title: 'Codee' +layout: '~/layouts/MarkdownLayout.astro' +--- + +Codee es una empresa DeepTech de A Coruña pionera en una innovación revolucionaria en el espacio del análisis de código al introducir 'Rendimiento' como una categoría novedosa, expandiendo y mejorando así el panorama existente de Calidad, Seguridad y Cumplimiento en la revisión e inspección de códigos. diff --git a/src/pages/patrocinadores/index.md b/src/pages/patrocinadores/index.md new file mode 100644 index 0000000..4d28bba --- /dev/null +++ b/src/pages/patrocinadores/index.md @@ -0,0 +1,6 @@ +--- +title: 'Patrocinadores' +layout: '~/layouts/MarkdownLayout.astro' +--- + +[Codee](/patrocinadores/codee) \ No newline at end of file