diff --git a/public/assets/freelance.png b/public/assets/freelance.png new file mode 100644 index 0000000..e9396c7 Binary files /dev/null and b/public/assets/freelance.png differ diff --git a/public/assets/homelab.png b/public/assets/homelab.png new file mode 100644 index 0000000..5e043dc Binary files /dev/null and b/public/assets/homelab.png differ diff --git a/public/assets/logo copy.png b/public/assets/logo copy.png new file mode 100644 index 0000000..272792f Binary files /dev/null and b/public/assets/logo copy.png differ diff --git a/public/assets/logo.jpg b/public/assets/logo.jpg new file mode 100644 index 0000000..f6575d4 Binary files /dev/null and b/public/assets/logo.jpg differ diff --git a/public/assets/logo.png b/public/assets/logo.png index 84dc3b5..5a01ffb 100644 Binary files a/public/assets/logo.png and b/public/assets/logo.png differ diff --git a/public/assets/social/social-linkedin.png b/public/assets/social/social-linkedin.png new file mode 100644 index 0000000..f7746b2 Binary files /dev/null and b/public/assets/social/social-linkedin.png differ diff --git a/public/favicon.png b/public/favicon.png deleted file mode 100644 index 84dc3b5..0000000 Binary files a/public/favicon.png and /dev/null differ diff --git a/public/fonts/favicon.png b/public/fonts/favicon.png new file mode 100644 index 0000000..272792f Binary files /dev/null and b/public/fonts/favicon.png differ diff --git a/src/assets/freelance.png b/src/assets/freelance.png new file mode 100644 index 0000000..e9396c7 Binary files /dev/null and b/src/assets/freelance.png differ diff --git a/src/assets/homelab.png b/src/assets/homelab.png new file mode 100644 index 0000000..5e043dc Binary files /dev/null and b/src/assets/homelab.png differ diff --git a/src/assets/logo.jpg b/src/assets/logo.jpg new file mode 100644 index 0000000..f6575d4 Binary files /dev/null and b/src/assets/logo.jpg differ diff --git a/src/assets/logo.png b/src/assets/logo.png new file mode 100644 index 0000000..272792f Binary files /dev/null and b/src/assets/logo.png differ diff --git a/src/collections/experiences.json b/src/collections/experiences.json index c5f23ab..f39e733 100644 --- a/src/collections/experiences.json +++ b/src/collections/experiences.json @@ -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" } -] +] \ No newline at end of file diff --git a/src/collections/featuredwork.json b/src/collections/featuredwork.json index e3bde3e..768eb87 100644 --- a/src/collections/featuredwork.json +++ b/src/collections/featuredwork.json @@ -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 } -] +] \ No newline at end of file diff --git a/src/collections/social.json b/src/collections/social.json index 8972c4b..f8f1120 100644 --- a/src/collections/social.json +++ b/src/collections/social.json @@ -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 } -] +] \ No newline at end of file diff --git a/src/collections/works.json b/src/collections/works.json index e3bde3e..768eb87 100644 --- a/src/collections/works.json +++ b/src/collections/works.json @@ -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 } -] +] \ No newline at end of file