assets + path edit
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m2s
BIN
public/assets/freelance.png
Normal file
|
After Width: | Height: | Size: 5.9 MiB |
BIN
public/assets/homelab.png
Normal file
|
After Width: | Height: | Size: 5.6 MiB |
BIN
public/assets/logo copy.png
Normal file
|
After Width: | Height: | Size: 4.8 MiB |
BIN
public/assets/logo.jpg
Normal file
|
After Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 2.3 MiB |
BIN
public/assets/social/social-linkedin.png
Normal file
|
After Width: | Height: | Size: 747 KiB |
|
Before Width: | Height: | Size: 31 KiB |
BIN
public/fonts/favicon.png
Normal file
|
After Width: | Height: | Size: 4.8 MiB |
BIN
src/assets/freelance.png
Normal file
|
After Width: | Height: | Size: 5.9 MiB |
BIN
src/assets/homelab.png
Normal file
|
After Width: | Height: | Size: 5.6 MiB |
BIN
src/assets/logo.jpg
Normal file
|
After Width: | Height: | Size: 93 KiB |
BIN
src/assets/logo.png
Normal file
|
After Width: | Height: | Size: 4.8 MiB |
@@ -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"
|
||||
}
|
||||
]
|
||||
]
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
]
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
]
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
]
|
||||