Update projects: remove HAM Italia and add Zabbix Port Monitoring
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 132 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
+8
-8
@@ -54,7 +54,7 @@ export const skills = [
|
|||||||
{ name: "Next.js", icon: "nextjs" },
|
{ name: "Next.js", icon: "nextjs" },
|
||||||
{ name: "SQL (PostgreSQL, MySQL)", icon: "sql" },
|
{ name: "SQL (PostgreSQL, MySQL)", icon: "sql" },
|
||||||
{ name: "Docker", icon: "docker" },
|
{ name: "Docker", icon: "docker" },
|
||||||
// { name: "Linux Administration", icon: "linux" },
|
{ name: "Linux Administration", icon: "linux" },
|
||||||
{ name: "Astro", icon: "astro" },
|
{ name: "Astro", icon: "astro" },
|
||||||
{ name: "React", icon: "react" },
|
{ name: "React", icon: "react" },
|
||||||
{ name: "Tailwind CSS", icon: "tailwind" },
|
{ name: "Tailwind CSS", icon: "tailwind" },
|
||||||
@@ -92,15 +92,15 @@ export const projects = [
|
|||||||
repoUrl: "/stock",
|
repoUrl: "/stock",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "HAM Italia - Sitio Web Corporativo",
|
title: "Zabbix Port Monitoring",
|
||||||
description:
|
description:
|
||||||
"Sitio web corporativo desarrollado con Astro, React y Tailwind CSS para HAM Italia. Incluye múltiples secciones informativas, formularios de contacto y solicitud de tarjetas, optimizado para rendimiento, SEO y experiencia de usuario.",
|
"Plantilla para Zabbix que permite monitorizar de forma dinámica una lista de puertos TCP definida por macro de host.",
|
||||||
tags: [
|
tags: [
|
||||||
{ name: "Astro", icon: "astro" },
|
{ name: "Zabbix", icon: "zabbix" },
|
||||||
{ name: "React", icon: "react" },
|
{ name: "Windows", icon: "windows" },
|
||||||
{ name: "Tailwind CSS", icon: "tailwind" },
|
{ name: "Linux", icon: "linux" },
|
||||||
],
|
],
|
||||||
imageUrl: "/hamitalia.webp",
|
imageUrl: "/zabbix.webp",
|
||||||
liveUrl: "/hamitalia",
|
repoUrl: "/zabbixportmon",
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<svg width="800px" height="800px" viewBox="-0.5 0 257 257" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path d="M0 36.357L104.62 22.11l.045 100.914-104.57.595L0 36.358zm104.57 98.293l.08 101.002L.081 221.275l-.006-87.302 104.494.677zm12.682-114.405L255.968 0v121.74l-138.716 1.1V20.246zM256 135.6l-.033 121.191-138.716-19.578-.194-101.84L256 135.6z" fill="#00ADEF"/></svg>
|
||||||
|
After Width: | Height: | Size: 433 B |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64"><path d="M0 0h64v64H0z" fill="#d31f26"/><path d="M18.8 15.382h26.393v3.424l-21.24 26.027h21.744v3.784H18.293v-3.43l21.24-26.02H18.8z" fill="#fff"/></svg>
|
||||||
|
After Width: | Height: | Size: 216 B |
Reference in New Issue
Block a user