diff --git a/README.md b/README.md index 204add7..89a1cd7 100644 --- a/README.md +++ b/README.md @@ -51,22 +51,22 @@ You can refer to Netlify deploy preview on the pull request. You can use gh-pages as an alternative 👉 [coderbunker.github.io/coderbunker.ca](https://coderbunker.github.io/coderbunker.ca/) -``` +```bash gatsby clean npm run deploy ``` or -``` +```bash gatsby clean gatsby build --prefix-paths && gh-pages -d public -r git@github.com:coderbunker/coderbunker.ca.git ``` ### Build -``` +```bash npm run build ``` or -``` +```bash gatsby build ``` diff --git a/src/assets/content/members/03_alexandre_michaud.jpg b/src/assets/content/members/03_alexandre_michaud.jpg new file mode 100644 index 0000000..a47ac1b Binary files /dev/null and b/src/assets/content/members/03_alexandre_michaud.jpg differ diff --git a/src/assets/content/members/03_alexandre_michaud.json b/src/assets/content/members/03_alexandre_michaud.json new file mode 100644 index 0000000..7178abd --- /dev/null +++ b/src/assets/content/members/03_alexandre_michaud.json @@ -0,0 +1,32 @@ +{ + "en": { + "name": "Alexandre Michaud", + "title": "Backend Developer", + "linkedin": "https://www.linkedin.com/in/alexmichaud123/", + "github": "https://github.com/alex-michaud", + "image": "03_alexandre_michaud.jpg", + "highlights": [ + "20 years experience in software development", + "API architecture, AI integration, technical documentation, automation", + "Javascript, Typescript", + "Node.js, Express.js, Bun, Hono", + "API: REST, Websockets, GraphQL", + "Database (PostgreSQL)" + ] + }, + "fr": { + "name": "Alexandre Michaud", + "title": "Développeur Backend", + "linkedin": "https://www.linkedin.com/in/alexmichaud123/", + "github": "https://github.com/alex-michaud", + "image": "03_alexandre_michaud.jpg", + "highlights": [ + "20 ans d'expérience dans le développement de logiciels", + "Architecture d'API, intégration d'IA, documentation technique, automatisation", + "Javascript, Typescript", + "Node.js, Express.js, Bun, Hono", + "API: REST, Websockets, GraphQL", + "Base de données (PostgreSQL)" + ] + } +}