feat: Create my portfolio

This commit is contained in:
2023-09-09 23:51:23 +02:00
parent a9b62b8f8f
commit 9d86154d56
37 changed files with 92 additions and 164 deletions

View File

@ -2,40 +2,40 @@
"projects": [
{
"visible": true,
"category": "🕹️ EASY AND QUICK SETUP",
"title": "Add content and deploy!",
"description": "Get up and running within minutes. Just install the starter, add your content, deploy it, and there you go! This starter works seamlessly with hosts like Netlify. Photo by Clément H on Unsplash.",
"tags": ["Content Integration", "Ready-2-Deploy"],
"category": "Website & Backend",
"title": "Web Aide Jeune",
"description": "Web Aide Jeune is an association that helps young people overcome their difficulties. I provide technical support to this association to ensure that their website and internal services are always operational..",
"tags": ["Website", "Backend", "Server"],
"image": {
"src": "../../images/clement-h-95YRwf6CNw8-unsplash.jpg",
"alt": "Quick Setup",
"linkTo": "https://github.com/konstantinmuenster/gatsby-starter-portfolio-minimal-theme"
"src": "../../images/aidejeune-logo.png",
"alt": "Web Aide Jeune logo",
"linkTo": "https://aidejeune.fr"
},
"links": [
{
"type": "github",
"url": "https://github.com/konstantinmuenster/gatsby-starter-portfolio-minimal-theme"
"type": "discord",
"url": "https://aidejeune.fr/discord"
},
{
"type": "external",
"url": "https://www.gatsbyjs.org/docs/mdx/writing-pages/"
"url": "https://aidejeune.fr"
}
]
},
{
"visible": true,
"category": "🧰 EXTENDABLE LAYOUT",
"title": "Add more sections!",
"description": "The starter includes predefined sections as well as a template for new, custom sections. Moreover, you can add new projects to this section without additional coding. Photo by Kelly Sikkema on Unsplash.",
"tags": ["Custom Sections", "Easy-2-Use"],
"category": "Server",
"title": "Managing my personal servers",
"description": "For some time now, I've been managing my personal servers entirely, hosting my various services (Git for example).",
"tags": ["Server", "Backend"],
"image": {
"src": "../../images/kelly-sikkema-Hl3LUdyKRic-unsplash.jpg",
"src": "../../images/server.jpg",
"alt": "Extendable Layout"
},
"links": [
{
"type": "github",
"url": "https://github.com/konstantinmuenster/gatsby-starter-portfolio-minimal-theme"
"type": "external",
"url": "https://gitea.louisgallet.fr"
}
]
}
@ -43,6 +43,6 @@
"button": {
"visible": true,
"label": "Visit on Github",
"url": "https://github.com/konstantinmuenster/gatsby-theme-portfolio-minimal"
"url": "https://github.com/l0u1sg"
}
}