gitextract_g9zataws/ ├── .github/ │ └── FUNDING.yml ├── .gitignore ├── .python-version ├── LICENSE ├── README.md ├── babel.config.js ├── data/ │ └── portfolio-vuejs_import.json ├── package.json ├── public/ │ ├── .htaccess │ └── index.html └── src/ ├── App.vue ├── components/ │ ├── AnimateOnVisible.vue │ ├── Description.vue │ ├── Experience.vue │ ├── ExperienceColumn.vue │ ├── Footer.vue │ ├── LandingPage.vue │ ├── PersonnalCard.vue │ ├── Photo.vue │ ├── Presentation.vue │ ├── Projects.vue │ ├── Skills.vue │ ├── SocialBar.vue │ └── Title.vue ├── cosmic.js ├── main.js └── styles/ ├── animation.scss ├── constants.scss └── global.scss