assets + path edit
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m2s

This commit is contained in:
vorpax
2026-01-02 20:36:46 +01:00
parent 6897818651
commit 7580de25b6
16 changed files with 45 additions and 19 deletions

BIN
public/assets/freelance.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 MiB

BIN
public/assets/homelab.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 MiB

BIN
public/assets/logo copy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 MiB

BIN
public/assets/logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 747 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

BIN
public/fonts/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 MiB

BIN
src/assets/freelance.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 MiB

BIN
src/assets/homelab.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 MiB

BIN
src/assets/logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

BIN
src/assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 MiB

View File

@@ -4,13 +4,13 @@
"role": "President",
"company": "HEC IA",
"description": "Technical workshops on AI tools for business students.",
"logo": "/assets/experiences/hec-ia.png"
"logo": "/assets/hec-ia.png"
},
{
"dates": "2023 - Present",
"role": "Freelance Developer",
"company": "Self-employed",
"description": "Fullstack development. Python, Golang, automation.",
"logo": "/assets/experiences/freelance.png"
"logo": "/assets/freelance.png"
}
]
]

View File

@@ -2,25 +2,38 @@
{
"name": "Homelab Infrastructure",
"description": "Self-hosted production infrastructure",
"tags": ["Kubernetes", "Proxmox", "Docker", "Monitoring"],
"image": "/assets/works/homelab.jpg",
"tags": [
"Kubernetes",
"Proxmox",
"Docker",
"Monitoring"
],
"image": "/assets/homelab.png",
"url": "/work/homelab",
"isShow": true
},
{
"name": "HEC IA",
"description": "AI workshops for business students",
"tags": ["Education", "AI", "Workshops"],
"image": "/assets/works/hec-ia.jpg",
"tags": [
"Education",
"AI",
"Workshops"
],
"image": "/assets/hec-ia.png",
"url": "/work/hec-ia",
"isShow": true
},
{
"name": "Freelance Development",
"description": "Fullstack development and automation",
"tags": ["Python", "Golang", "Automation"],
"image": "/assets/works/freelance.jpg",
"tags": [
"Python",
"Golang",
"Automation"
],
"image": "/assets/freelance.png",
"url": "/work/freelance",
"isShow": true
}
]
]

View File

@@ -11,8 +11,8 @@
"id": 2,
"name": "LinkedIn",
"username": "alexandre-houard",
"image": "/assets/social/social-linkedin.jpg",
"image": "/assets/social/social-linkedin.png",
"url": "https://www.linkedin.com/in/alexandre-houard-686960279/",
"isShow": true
}
]
]

View File

@@ -2,25 +2,38 @@
{
"name": "Homelab Infrastructure",
"description": "Self-hosted production infrastructure",
"tags": ["Kubernetes", "Proxmox", "Docker", "Monitoring"],
"image": "/assets/works/homelab.jpg",
"tags": [
"Kubernetes",
"Proxmox",
"Docker",
"Monitoring"
],
"image": "/assets/homelab.png",
"url": "/work/homelab",
"isShow": true
},
{
"name": "HEC IA",
"description": "AI workshops for business students",
"tags": ["Education", "AI", "Workshops"],
"image": "/assets/works/hec-ia.jpg",
"tags": [
"Education",
"AI",
"Workshops"
],
"image": "/assets/hec-ia.png",
"url": "/work/hec-ia",
"isShow": true
},
{
"name": "Freelance Development",
"description": "Fullstack development and automation",
"tags": ["Python", "Golang", "Automation"],
"image": "/assets/works/freelance.jpg",
"tags": [
"Python",
"Golang",
"Automation"
],
"image": "/assets/freelance.png",
"url": "/work/freelance",
"isShow": true
}
]
]