Skip to content

Commit

Permalink
Merge pull request #103 from botmaster/feature/no-ref/update-content
Browse files Browse the repository at this point in the history
feature/no-ref/update-content
  • Loading branch information
botmaster authored Mar 16, 2024
2 parents bdfadbb + 98edc28 commit c82c715
Show file tree
Hide file tree
Showing 5 changed files with 627 additions and 302 deletions.
4 changes: 4 additions & 0 deletions content/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ tools. I have an interest in graphic design and music.
::Sheetelevation
### Last experience

Senior frontend developer at <img loading="lazy" src="/images/content/logo-snowsat.png" alt="Logo SNOWsat" width="64" height="64" class="inline-block w-[1.3em] !mb-0"> [SNOWsat](https://www.snowsat.com/fr){target="_blank" rel="noopener"} since Mars 2024.

Senior frontend software engineer at <img loading="lazy" src="/images/content/jsk.png" alt="Jellysmack logo" width="64" height="64" class="inline-block w-[1.3em] !mb-0"> [Jellysmack](https://jellysmack.com/fr/){target="_blank" rel="noopener"} from March 2022 to November 2023.

More details on my :Icon{name='logos:linkedin-icon'} [LinkedIn profile](https://www.linkedin.com/in/pascal-achard/){target="_blank" rel="noopener"}.
::

::Sheetelevation
Expand Down
8 changes: 6 additions & 2 deletions content/fr/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,13 @@ outils. J'ai une appétence pour le graphisme et la musique.
::

::Sheetelevation
### Dernière expérience
### Dernières expériences pro

Software engineer frontend sénior chez <img loading="lazy" src="/images/content/jsk.png" alt="Logo Jellysmack" width="64" height="64" class="inline-block w-[1.3em] !mb-0"> [Jellysmack](https://jellysmack.com/fr/){target="_blank" rel="noopener"} de mars 2022 à novembre 2023.
Développeur frontend senior chez <img loading="lazy" src="/images/content/logo-snowsat.png" alt="Logo SNOWsat" width="64" height="64" class="inline-block w-[1.3em] !mb-0"> [SNOWsat](https://www.snowsat.com/fr){target="_blank" rel="noopener"} depuis mars 2024.

Software engineer frontend senior chez <img loading="lazy" src="/images/content/jsk.png" alt="Logo Jellysmack" width="64" height="64" class="inline-block w-[1.3em] !mb-0"> [Jellysmack](https://jellysmack.com/fr/){target="_blank" rel="noopener"} de mars 2022 à novembre 2023.

Plus de détails sur mon profil :Icon{name='logos:linkedin-icon'} [LinkedIn](https://www.linkedin.com/in/pascal-achard/){target="_blank" rel="noopener"}.
::

::Sheetelevation
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,46 +16,46 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@fontsource/inter": "^5.0.16",
"@fontsource/rubik": "^5.0.18",
"@fontsource/inter": "^5.0.17",
"@fontsource/rubik": "^5.0.19",
"@headlessui/tailwindcss": "^0.2.0",
"@notionhq/client": "^2.2.14",
"@studio-freight/lenis": "^1.0.39",
"@studio-freight/lenis": "^1.0.40",
"@vueuse/components": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"@vueuse/router": "^10.9.0",
"gsap": "^3.12.5",
"splitting": "^1.0.6"
},
"devDependencies": {
"@antfu/eslint-config": "^2.7.0",
"@antfu/eslint-config": "^2.8.3",
"@eslint/eslintrc": "^3.0.2",
"@nuxt/content": "^2.12.0",
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "^1.0.8",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/i18n": "^8.1.1",
"@nuxtjs/sitemap": "^5.1.0",
"@nuxtjs/i18n": "^8.2.0",
"@nuxtjs/sitemap": "^5.1.2",
"@nuxtjs/tailwindcss": "^6.11.4",
"@pinia/nuxt": "^0.5.1",
"@tailwindcss/forms": "^0.5.7",
"@types/node": "^20.11.24",
"@types/node": "^20.11.28",
"@types/splitting": "^1.0.6",
"@types/uuid": "^9.0.8",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-tailwindcss": "^3.14.3",
"eslint-plugin-tailwindcss": "^3.15.1",
"nuxt": "^3.10.3",
"nuxt-headlessui": "^1.1.5",
"nuxt-icon": "^0.6.8",
"nuxt-icon": "^0.6.9",
"nuxt-simple-robots": "^4.0.0-rc.14",
"sass": "^1.71.1",
"typescript": "^5.3.3",
"sass": "^1.72.0",
"typescript": "^5.4.2",
"uuid": "^9.0.1",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.0.3"
"vue-tsc": "^2.0.6"
}
}
Loading

0 comments on commit c82c715

Please sign in to comment.