Skip to content

Commit

Permalink
fixed team photo, added member github and linkedin
Browse files Browse the repository at this point in the history
  • Loading branch information
alexapostolu committed Mar 2, 2024
1 parent 9619af0 commit 2bf87f9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Footer from './Footer'
import Blurb from './Blurb';

import "../styles/About.css"
import teamPhoto from '../assets/member_photos/teamPhoto.jpg'
import teamPhoto from '../assets/memberPhotos/teamPhoto.jpg'
import { MEMBERS } from './details/teamDetails';

const About = () => {
Expand Down
22 changes: 11 additions & 11 deletions src/components/details/teamDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const teamDetails = [
bio: 'I\'ve lived in six countries.',
image: usha,
linkedin: 'https://www.linkedin.com/in/ushasj/',
github: ''
github: 'https://github.com/usha-sj/'
},
{
id: 3,
Expand All @@ -36,7 +36,7 @@ const teamDetails = [
bio: '3rd year CS and Math student. I enjoy working on robotics, automation and Software Dev.',
image: razeen,
linkedin: 'https://www.linkedin.com/in/razeenali/',
github: ''
github: 'https://github.com/r4z33n4l1'
},
{
id: 4,
Expand All @@ -45,7 +45,7 @@ const teamDetails = [
bio: 'Hi! My name is Travis, a fifth year CS Spec. I\'ll be your finance exec this remaining semester.',
image: travis,
linkedin: 'https://www.linkedin.com/in/travis-shao-442620173/',
github: ''
github: 'https://github.com/FourFourSquareSquare'
},
{
id: 5,
Expand All @@ -54,7 +54,7 @@ const teamDetails = [
bio: 'I used to have two cats',
image: ido,
linkedin: 'https://www.linkedin.com/in/idobenhaim/',
github: ''
github: 'https://github.com/ggggg'
},
{
id: 6,
Expand All @@ -71,8 +71,8 @@ const teamDetails = [
role: 'Tech',
bio: '',
image: none,
linkedin: '',
github: ''
linkedin: 'https://www.linkedin.com/in/damon-d-ma/',
github: 'https://github.com/Damon-D-Ma'
},
{
id: 9,
Expand All @@ -89,8 +89,8 @@ const teamDetails = [
role: 'Graphics',
bio: 'Hello hello, my name is Ayman, and I code, draw, sleep excessively, and joke ecstatically. Always looking to take part in open-source projects, so reach out on Discord! (@adoopted)',
image: ayman,
linkedin: '',
github: ''
linkedin: 'https://github.com/omnipotentsock',
github: 'https://www.linkedin.com/in/ayman-ahmed-mohammed'
},
{
id: 10,
Expand All @@ -99,7 +99,7 @@ const teamDetails = [
bio: 'Always striving to be the most satisfying partner to work with, and always excited for the passionate talks with problem-solvers and dreamers, so come chat!',
image: aaron,
linkedin: 'https://www.linkedin.com/in/aaronwu000/',
github: ''
github: 'https://github.com/aaronwu001'
},
{
id: 11,
Expand All @@ -116,8 +116,8 @@ const teamDetails = [
role: 'Mentor',
bio: '',
image: none,
linkedin: '',
github: ''
linkedin: 'https://www.linkedin.com/in/daksh-malhotra',
github: 'https://github.com/DakshChan'
},
{
id: 13,
Expand Down

0 comments on commit 2bf87f9

Please sign in to comment.