Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions package.json

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Best to discuss administrators before changing/updating package.json , it's not something to do in this specific PR, so submit a new issue if you think this is a notable change

Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -40,8 +40,7 @@
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
]
"extends": []
},
"browserslist": {
"production": [
Expand Down
Binary file added src/images/students/Evelyn-Bushell.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/students.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}
]
}