Skip to content

Commit 55f2474

Browse files
Roméo MaignalRoméo Maignal
authored andcommitted
feat(viz1&2): python scripts used for the development of viz1 and viz2
1 parent 49f0a34 commit 55f2474

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/About.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
.about-contribution {
115115
font-size: 0.95rem;
116116
color: var(--text-muted);
117+
text-align: left;
117118
margin: 0;
118119
}
119120

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: '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' },
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)