-
Notifications
You must be signed in to change notification settings - Fork 9
Development Onboarding Challenge Solutions
Solutions:
-
Edit/add an officer image or links (https://ieee.berkeley.edu/about/leadership)
-
Solution:
-
Add to the Json file at react-ieee/client/src/views/about/OfficerList.json
-
If uploading a new icon, add the icon via fontello at react-ieee/client/src/assets/fonts/fontello
-
-
Edit the homepage text (https://ieee.berkeley.edu/)
-
Solution:
-
Edit html in react-ieee/client/src/views/Home.js
-
-
Add an image to the banner (https://ieee.berkeley.edu/)
-
Solution:
-
Edit react-ieee/client/src/views/slides.js, which contains the slick carousel. Images are in react-ieee/client/src/assets/
-
They are added to the home page in react-ieee/client/src/views/Home.js
-
-
Add another sponsor to the sponsor page (https://ieee.berkeley.edu/industry/sponsors)
-
Solution:
-
The sponsor information is in react-ieee/tree/master/client/src/views/industry/
-