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", "role": "President",
"company": "HEC IA", "company": "HEC IA",
"description": "Technical workshops on AI tools for business students.", "description": "Technical workshops on AI tools for business students.",
"logo": "/assets/experiences/hec-ia.png" "logo": "/assets/hec-ia.png"
}, },
{ {
"dates": "2023 - Present", "dates": "2023 - Present",
"role": "Freelance Developer", "role": "Freelance Developer",
"company": "Self-employed", "company": "Self-employed",
"description": "Fullstack development. Python, Golang, automation.", "description": "Fullstack development. Python, Golang, automation.",
"logo": "/assets/experiences/freelance.png" "logo": "/assets/freelance.png"
} }
] ]

View File

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

View File

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

View File

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