diff --git a/package.json b/package.json index d58e933..7a76ca3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react-google-recaptcha": "^3.1.0", "react-helmet": "^6.1.0", "react-router-dom": "^6.23.0", - "react-scripts": "5.0.1", + "react-scripts": "^5.0.1", "stream": "^0.0.2", "stream-browserify": "^3.0.0", "tls": "^0.0.1", @@ -40,8 +40,7 @@ "deploy": "gh-pages -d build" }, "eslintConfig": { - "extends": [ - ] + "extends": [] }, "browserslist": { "production": [ diff --git a/src/images/students/Evelyn-Bushell.webp b/src/images/students/Evelyn-Bushell.webp new file mode 100644 index 0000000..4a95782 Binary files /dev/null and b/src/images/students/Evelyn-Bushell.webp differ diff --git a/src/students.json b/src/students.json index b14acd0..85bda65 100644 --- a/src/students.json +++ b/src/students.json @@ -420,6 +420,15 @@ "email": "zulbadamz@gmail.com", "github": "https://github.com/Zulbadamz", "linkedin": "https://www.linkedin.com/in/zulbadam-batdelger-aa91851b7/" + }, + { + "name": "Evelyn Bushell", + "photo": "Evelyn-Bushell.webp", + "role": " Student Developer", + "about": "A Junior student who loves the puzzles of problem solving, I love just how many different things there are to learn.", + "email": "evelynabushell@gmail.com", + "github": "https://github.com/Eveybushell", + "linkedin": "https://www.linkedin.com/in/evelyn-bushell-6a475639a/" } ] }