diff --git a/.eslintrc b/.eslintrc index e77f55c..8bde002 100644 --- a/.eslintrc +++ b/.eslintrc @@ -11,6 +11,9 @@ "browser": true, "node": true }, + "rules": { + "linebreak-style": 0 + }, "globals": { "document": false } diff --git a/package-lock.json b/package-lock.json index 84b3676..fb3857d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", + "@mui/icons-material": "^5.1.0", "@mui/material": "^5.1.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", @@ -3637,6 +3638,27 @@ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" }, + "node_modules/@mui/icons-material": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.1.0.tgz", + "integrity": "sha512-GD2cNZ2XTqoxX6DMUg+tos1fDUVg6kXWxwo9UuBiRIhK8N+B7CG7vjRDf28LLmewcqIjxqy+T2SEVqDLy1FOYQ==", + "dependencies": { + "@babel/runtime": "^7.16.0" + }, + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "@mui/material": "^5.0.0", + "@types/react": "^16.8.6 || ^17.0.0", + "react": "^17.0.2" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, "node_modules/@mui/material": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.1.0.tgz", @@ -26500,6 +26522,14 @@ } } }, + "@mui/icons-material": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.1.0.tgz", + "integrity": "sha512-GD2cNZ2XTqoxX6DMUg+tos1fDUVg6kXWxwo9UuBiRIhK8N+B7CG7vjRDf28LLmewcqIjxqy+T2SEVqDLy1FOYQ==", + "requires": { + "@babel/runtime": "^7.16.0" + } + }, "@mui/material": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.1.0.tgz", diff --git a/package.json b/package.json index 6962bed..9eda31e 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "dependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", + "@mui/icons-material": "^5.1.0", "@mui/material": "^5.1.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", diff --git a/src/AboutUs/AboutUs.jsx b/src/AboutUs/AboutUs.jsx index 148ea41..eb7b535 100644 --- a/src/AboutUs/AboutUs.jsx +++ b/src/AboutUs/AboutUs.jsx @@ -6,64 +6,31 @@ export default function AboutUs() {
- IEEE Student Branch of Brescia - {' '} - is the reference for the - {' '} - IEEE - (Institute of Electrical and Electronics Engineers) in Brescia. Our - {' '} - main goal - {' '} - is to integrate the modus operandi of - scientific research into the academic and professional career of each - member, this takes place through group projects or individual research - in different fields of IT. + IEEE Student Branch of Brescia is the reference for the IEEE (Institute + of Electrical and Electronics Engineers) in Brescia. Our main goal is to + integrate the modus operandi of scientific research into the academic + and professional career of each member, this takes place through group + projects or individual research in different fields of IT.
- The - {' '} - Branch - {' '} - offers the opportunity to - {' '} - research - {' '} - at the same level as IEEE members from around the world, while remaining - completely immersed in the academic environment, with the support of the - teaching staff and doctoral students. + The Branch offers the opportunity to research at the same level as IEEE + members from around the world, while remaining completely immersed in + the academic environment, with the support of the teaching staff and + doctoral students.
The possibility to get in touch realities other than purely scholastic - allows one to have a different vision about what - {' '} - developing - {' '} - and - maintaining - {' '} - a project - mean, and also the ability to - learn - {' '} - new concepts. + allows one to have a different vision about what developing and + maintaining a project mean, and also the ability to learn new concepts.
- In addition to the - {' '} - projects - , we give our members the - opportunity to attend a conference, to talk about their project and the - difficulties they have encountered, as well as the things they have - learned. + In addition to the projects, we give our members the opportunity to + attend a conference, to talk about their project and the difficulties + they have encountered, as well as the things they have learned.
- Within the site there are some of the - {' '} - projects - {' '} - we are - developing or that we have carried out over the past year. + Within the site there are some of the projects we are developing or that + we have carried out over the past year.