Skip to content

Commit

Permalink
new board
Browse files Browse the repository at this point in the history
  • Loading branch information
SandalikaAriyrathna committed Apr 2, 2024
1 parent 72d634d commit 6607474
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 8 deletions.
Binary file added public/img/team/2024/AkilaPerera.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/team/2024/Irushi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/team/2024/Sandalika.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/team/2024/Shavidini.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/team/2024/AkilaPerera.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/team/2024/Irushi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/team/2024/Sandalika.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/team/2024/Shavidini.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/pages/BoardMembers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import NavBar from '../components/common/navBar'
import Footer from '../components/common/footer'

const options = [
{ value: '2024', label: '2024' },
{ value: '2023', label: '2023' },
{ value: '2022', label: '2022' },
{ value: '2021', label: '2021' },
Expand All @@ -25,8 +26,8 @@ export default class Team extends Component {
}

componentDidMount = () => {
this.setState({ year: '2023' })
this.setState({ members: BoardMembers['2023'] })
this.setState({ year: '2024' })
this.setState({ members: BoardMembers['2024'] })
}

changeYear = (e) => {
Expand Down
12 changes: 6 additions & 6 deletions src/utilities/data/board.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,42 +156,42 @@
{
"ROLE": "COMMUNITY LEAD",
"NAME": "AKILA PERERA",
"IMAGE_SRC": "img/team/2023/AkilaPerera.jpeg",
"IMAGE_SRC": "img/team/2024/AkilaPerera.jpeg",
"FACEBOOK": "#",
"LINKEDIN": "#"
},
{
"ROLE": "DEVELOPMENT LEAD",
"NAME": "Sandalika Ariyarathna",
"IMAGE_SRC": "img/team/2023/Sandalika.jpg",
"IMAGE_SRC": "img/team/2024/Sandalika.jpg",
"FACEBOOK": "https://www.facebook.com/profile.php?id=100009407160156",
"LINKEDIN": "https://www.linkedin.com/in/dilini-sandalika96"
},
{
"ROLE": "DESIGN LEAD",
"NAME": "Shavidini Ekanayake",
"IMAGE_SRC": "img/team/2023/Shavidini.png",
"IMAGE_SRC": "img/team/2024/Shavidini.png",
"FACEBOOK": "https://web.facebook.com/shavi.dilunika/",
"LINKEDIN": "https://www.linkedin.com/in/shavidini-ekanayake-9368a51ba/"
},
{
"ROLE": "CONTENT WRITING LEAD",
"NAME": "Sarah Iyoob",
"IMAGE_SRC": "img/team/2023/Sarah.jpeg",
"IMAGE_SRC": "img/team/2024/Sarah.jpeg",
"FACEBOOK": "#",
"LINKEDIN": "#"
},
{
"ROLE": "EVENT COORDINATOR",
"NAME": "Dhanushi Piyaratne",
"IMAGE_SRC": "img/team/2023/Dhanushi.jpg",
"IMAGE_SRC": "img/team/2024/Dhanushi.jpg",
"FACEBOOK": "#",
"LINKEDIN": "#"
},
{
"ROLE": "MARKETING LEAD",
"NAME": "Irushi Gunawardana",
"IMAGE_SRC": "img/team/2023/Irushi .jpg",
"IMAGE_SRC": "img/team/2024/Irushi.jpg",
"FACEBOOK": "#",
"LINKEDIN": "#"
}
Expand Down

0 comments on commit 6607474

Please sign in to comment.