diff --git a/index.html b/index.html index 3e1e7bf..d44dcc3 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,12 @@ - Mericio - Infrastructure Engineer - - + + Mericio Salazar - Infrastructure Engineer + + - + diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..c1d79ec Binary files /dev/null and b/public/favicon.png differ diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 013f9a7..dc44179 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -1,4 +1,11 @@ -import { Github, Linkedin, ArrowDown } from 'lucide-react'; +import { Github, Linkedin, ArrowDown, X } from 'lucide-react'; + +const RedditIcon = ({ className }: { className?: string }) => ( + + + + +); import { Button } from '@/components/ui/button'; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; import { Badge } from '@/components/ui/badge'; @@ -29,6 +36,21 @@ const Index = () => { title: "MeshMate", description: "I am a Layer5 MeshMate. I am an advocate for infrastructure management and visualization using Kanvas for cloud native applications.", tech: ["Kanvas", "Infrastructure", "Visualization"] + }, + { + title: "Kubernetes Home Lab", + description: "Self-hosted Kubernetes cluster running on bare metal for personal experimentation, learning, and running production-grade workloads at home.", + tech: ["Kubernetes", "Bare Metal", "Networking", "Linux"] + }, + { + title: "GCP Infrastructure Automation", + description: "Terraform modules and CI/CD pipelines for automating Google Cloud Platform infrastructure provisioning and management at scale.", + tech: ["Terraform", "GCP", "CI/CD", "IaC"] + }, + { + title: "Open Source DevRel", + description: "Developer relations work for the CNCF ecosystem — creating tutorials, writing documentation, and speaking at community events to grow cloud native adoption.", + tech: ["CNCF", "Community", "Documentation", "Speaking"] } ]; @@ -77,7 +99,7 @@ const Index = () => {

- Mericio + Mericio Salazar

Infrastructure Engineer @@ -108,6 +130,24 @@ const Index = () => { GitHub + + + + {/*