-
- Downloads
Merge branch '5-add-testimony-section' into 'main'
Resolve "add testimony section" Closes #5 See merge request lydra/www/compagnons-devops.fr!12
Showing
- package-lock.json 99 additions, 0 deletionspackage-lock.json
- package.json 2 additions, 0 deletionspackage.json
- src/components/TestimoniesCarousel/index.js 60 additions, 0 deletionssrc/components/TestimoniesCarousel/index.js
- src/components/TestimoniesCarousel/styles.module.css 49 additions, 0 deletionssrc/components/TestimoniesCarousel/styles.module.css
- src/components/TestimonyCard/index.js 22 additions, 0 deletionssrc/components/TestimonyCard/index.js
- src/components/TestimonyCard/styles.module.css 73 additions, 0 deletionssrc/components/TestimonyCard/styles.module.css
- src/css/custom.css 1 addition, 0 deletionssrc/css/custom.css
- src/css/variables.css 2 additions, 2 deletionssrc/css/variables.css
- src/pages/index.js 4 additions, 0 deletionssrc/pages/index.js
- static/testimoniesList.json 58 additions, 0 deletionsstatic/testimoniesList.json
... | ... | @@ -22,6 +22,8 @@ |
"prism-react-renderer": "^1.3.5", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-slick": "^0.29.0", | ||
"slick-carousel": "^1.8.1", | ||
"trim": "^0.0.3" | ||
}, | ||
"devDependencies": { | ||
... | ... |
src/components/TestimoniesCarousel/index.js
0 → 100644
src/components/TestimonyCard/index.js
0 → 100644
static/testimoniesList.json
0 → 100644
Please register or sign in to comment