Skip to content

Commit 10f958b

Browse files
author
Roméo Maignal
committed
feat(README&About): added description about my own contribution
1 parent 7e8790c commit 10f958b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ TODO
2424
| Student's name | SCIPER | Contribution |
2525
| -------------- | ------ | ------------ |
2626
| Nicolas Karmolinski | 316655 | TODO |
27-
| Roméo Maignal | 360568 | TODO |
27+
| Roméo Maignal | 360568 | Worked on the first skeleton of the website and then embellished it with additional decorations, animations and responsive design features. In charge of the two first data visualizations, extracting the corresponding data and implementing the interactive features with D3.js. |
2828
| Jakub Kielar | 423372| TODO |
2929

3030
## Stack

src/components/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import './About.css'
22

33
const team = [
44
{ name: 'Nicolas Karmolinski', contribution: 'Created data visualization ... and ..., ... Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.' },
5-
{ name: 'Roméo Maignal', contribution: 'Worked on the first skeleton of the website and then embellished it with additional decorations, animations and responsive design features. In charge, of the two first data visualizations, extracting the corresponding data and implementing the interactive features with D3.js' },
5+
{ name: 'Roméo Maignal', contribution: 'Worked on the first skeleton of the website and then embellished it with additional decorations, animations and responsive design features. In charge of the two first data visualizations, extracting the corresponding data and implementing the interactive features with D3.js.' },
66
{ name: 'Jakub Kielar', contribution: 'Created data visualization ... and ..., ... Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.' },
77
]
88

0 commit comments

Comments
 (0)