Skip to content

Commit

Permalink
Merge pull request #100 from poornachandugade/master
Browse files Browse the repository at this point in the history
update team page
  • Loading branch information
poornachandugade authored Sep 18, 2018
2 parents 4583426 + a64dc9a commit 09cbec1
Show file tree
Hide file tree
Showing 17 changed files with 86 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/team/Person.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ class Person extends Component {
<p>
<a href={`mailto:${person.email}`}>{person.email}</a>
</p>
{/* <p>
<p>
<a href={`tel:${person.phone}`}>{person.phone}</a>
</p> */}
</p>
</div>
</div>
<style jsx>{`
Expand Down
81 changes: 81 additions & 0 deletions data/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,87 @@ const team = {
name: "Poorna Chandu",
img: "/static/team/poornachandu.jpg"
}
],
prteam: [
{
name: "Deepak Kumar Meghwal",
img: "/static/team/deepak-kumar-meghwal.jpg",
email: "[email protected]",
phone: 7007915426
},
{
name: "Neel Neogi",
img: "/static/team/neel-neogi.jpg",
email: "[email protected]",
phone: 7076091227
},
{
name: "Prabhat Kumar",
img: "/static/team/prabhat-kumar.jpeg",
email: "[email protected]",
phone: 9984930494
},
{
name: "Shivani Gangwani",
img: "/static/team/shivani-gangwani.jpeg",
email: "[email protected]"
},
{
name: "Sumit Saurabh",
img: "/static/team/sumit-saurabh.jpeg",
email: "[email protected]",
phone: 6387907248
},
{
name: "Sumit Kumar",
img: "/static/team/sumit-kumar.jpg",
email: "[email protected]",
phone: 8797531050
}
],
gnoTalksLeads: [
{
name: "Rashtra Shekhar",
img: "/static/team/rashtra-shekhar.jpg",
email: "[email protected]"
},
{
name: "Komal Sethia",
img: "/static/team/komal-sethia.jpg",
email: "[email protected]"
},
{
name: "Aayushi Shanker",
img: "/static/team/aayushi-shanker.jpg",
email: "[email protected]"
},
{
name: "Syed Jaudat",
img: "/static/team/syed-jaudat.jpg",
email: "[email protected]"
},
{
name: "Sidhant Kohli",
img: "/static/team/sidhantkohli.jpg",
email: "[email protected]"
},
{
name: "Vivek Jha",
img: "/static/team/vivek-jha.jpg",
email: "[email protected]"
}
],
gnosiomaniaLeads: [
{
name: "Ayushman Singh",
img: "/static/team/ayushman-singh.jpg",
email: "[email protected]"
},
{
name: "Preetpal Singh",
img: "/static/team/preetpal-singh.jpg",
email: "[email protected]"
}
]
};
export default team;
3 changes: 3 additions & 0 deletions pages/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ class TeamPage extends Component {
<Team people={teamData.studentcoreteam} heading="Festival Secretary" />
<Team people={teamData.technicalteam} heading="Technical Team" />
<Team people={teamData.workshopslead} heading="Workshops Lead" />
<Team people={teamData.prteam} heading="Public Relations Team" />
<Team people={teamData.gnoTalksLeads} heading="gnoTalks Leads" />
<Team people={teamData.gnosiomaniaLeads} heading="Gnosiomania Leads" />
<style jsx>
{`
h1 {
Expand Down
Binary file added static/team/aayushi-shanker.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 static/team/ayushman-singh.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 static/team/deepak-kumar-meghwal.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 static/team/komal-sethia.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 static/team/neel-neogi.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 static/team/prabhat-kumar.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 static/team/preetpal-singh.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 static/team/rashtra-shekhar.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 static/team/shivani-gangwani.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 static/team/sidhantkohli.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 static/team/sumit-kumar.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 static/team/sumit-saurabh.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 static/team/syed-jaudat.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 static/team/vivek-jha.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 09cbec1

Please sign in to comment.