Skip to content

Commit

Permalink
fix: stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhgray committed Oct 30, 2023
1 parent d8756d2 commit 86bc5eb
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 32 deletions.
7 changes: 7 additions & 0 deletions web/app/team/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ export default function Team() {
title={mem.name}
img={mem.img}
subtitle={mem.position}
github={mem.github}
linkedin={mem.linkedin}
link={mem.link}
/>
))}
<div id="Technical" className='flex'>
Expand All @@ -101,6 +104,8 @@ export default function Team() {
title={mem.name}
img={mem.img}
subtitle={mem.position}
github={mem.github}
linkedin={mem.linkedin}
/>
))}
<div id="Design" className='flex'>
Expand All @@ -115,6 +120,7 @@ export default function Team() {
title={mem.name}
img={mem.img}
subtitle={mem.position}
linkedin={mem.linkedin}
/>
))}
<div id="Managers" className='flex'>
Expand All @@ -129,6 +135,7 @@ export default function Team() {
title={mem.name}
img={mem.img}
subtitle={mem.position}
linkedin={mem.linkedin}
/>
))}
</div>
Expand Down
17 changes: 16 additions & 1 deletion web/components/TeamCardForGrid.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
import React from 'react'
import Image from 'next/image'
import Card from './Card'
import Icon from './Icons'
type Props = {
img: string
title: string
subtitle?: string;
i: number;
github?: string;
linkedin?: string;
link?: string;
}

const TeamCardForGrid = ({ img, title, subtitle, i }: Props) => {
const TeamCardForGrid = ({ img, title, subtitle, i, github, link, linkedin }: Props) => {
return (
<div className='bg-white flex-col p-3 m-2 lg:m-4 rounded-md border-2 border-black flex'>
<div className='w-full border-2 border-black rounded-md '>
Expand All @@ -29,6 +33,17 @@ const TeamCardForGrid = ({ img, title, subtitle, i }: Props) => {
<h3 className='text-grey'>
{subtitle}
</h3>
<div className='flex gap-2 justify-end mt-auto'>
{link ?
<Icon icon='web' xsmall link={link || ""} name='userweb' />
: null}
{github ?
<Icon icon='githubdark' xsmall link={github || ""} name='usergh' />
: null}
{linkedin ?
<Icon icon='linkedindark' xsmall link={linkedin || ""} name='userli' />
: null}
</div>
</div>
)
}
Expand Down
76 changes: 49 additions & 27 deletions web/content/team_members.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,92 +2,115 @@
{
"name": "Anuj Parihar",
"position": "Backend and Security",
"img": "/team/technical/anuj.jpeg"
"img": "/team/technical/anuj.jpeg",
"github":"https://github.com/bearts",
"linkedin":"https://www.linkedin.com/in/anujpflash/"
},
{
"name": "Dhruv Shah",
"position": "Backend",
"img": "/team/technical/dhruv.jpeg"
"img": "/team/technical/dhruv.jpeg",
"github":"https://github.com/Dhruv9449",
"linkedin":"https://www.linkedin.com/in/dhruv9449/"
},
{
"name":"Anirudh Mishra",
"position":"Full Stack",
"img":"/team/technical/anirudh.jpeg"
"img":"/team/technical/anirudh.jpeg",
"github":"https://github.com/anirudhgray",
"linkedin":"https://www.linkedin.com/in/anirudh-mishra/"
},
{
"name":"Vignesh Natarajan",
"position":"Backend",
"img":"/team/technical/vignesh.jpeg"
"img":"/team/technical/vignesh.jpeg",
"linkedin":"https://www.linkedin.com/in/0x5b",
"github":"https://github.com/0x5b-5245444143544544-5d"
},
{
"name": "Rudrank Basant",
"position": "App and Backend",
"img": "/team/technical/rudrank.jpeg"
"img": "/team/technical/rudrank.jpeg",
"linkedin":"https://www.linkedin.com/in/rudrankbasant/",
"github":"https://github.com/rudrankbasant"
},
{
"name": "Sayar Bhattacharyya",
"position": "Frontend",
"img": "/team/technical/sayar.jpeg"
"img": "/team/technical/sayar.jpeg",
"github":"https://github.com/SayarB"
},
{
"name": "Prashanna Rajbhandari",
"position": "App",
"img": "/team/technical/prashanna.jpg"
"img": "/team/technical/prashanna.jpg",
"github":"https://github.com/PrashannaR"
},
{
"name": "Ameya Kore",
"position": "Full Stack",
"img": "/team/technical/ameya.jpeg"
"img": "/team/technical/ameya.jpeg",
"linkedin":"https://www.linkedin.com/in/ameya-kore-925620239/"
},
{
"name": "Sankhayan Bhattacharjee",
"position": "Full Stack and Game",
"img": "/team/technical/sankhayan.jpeg"
"img": "/team/technical/sankhayan.jpeg",
"github":"https://github.com/Lioncat2002"
},
{
"name":"Abhijeet Bhardwaj",
"position":"App",
"img":"/team/technical/abhijeet.jpeg"
"img":"/team/technical/abhijeet.jpeg",
"github":"https://github.com/abhijeet-Bh"
},
{
"name": "John Tony",
"position": "Backend",
"img": "/team/technical/john.jpeg"
"img": "/team/technical/john.jpeg",
"github":"https://github.com/johntony366"
},
{
"name": "Chandram Dutta",
"position": "App",
"img": "/team/technical/chandram.jpeg"
"img": "/team/technical/chandram.jpeg",
"github":"https://github.com/Chandram-Dutta"
},
{
"name": "Rounak Agrawal",
"position": "App and Frontend",
"img": "/team/technical/rounak.jpeg"
"img": "/team/technical/rounak.jpeg",
"github":"https://github.com/userrounakk"
},
{
"name": "Pratham Gupta",
"position": "Frontend",
"img": "/team/technical/pratham.jpeg"
"img": "/team/technical/pratham.jpeg",
"github":"https://github.com/SafeTorpedo"
},
{
"name": "Aarabi",
"position": "Python",
"img": "/team/technical/aarabi.jpeg"
"img": "/team/technical/aarabi.jpeg",
"linkedin":"https://www.linkedin.com/in/aarabi-balakrishnan-88629b28a/"
},
{
"name": "Aditya Chowdhary",
"position": "Backend",
"img": "/team/technical/aditya_chowdhary.jpeg"
"img": "/team/technical/aditya_chowdhary.jpeg",
"github":"https://github.com/Aditya-Chowdhary"
},
{
"name": "Dev Keshwani",
"position": "App",
"img": "/team/technical/dev.jpeg"
"img": "/team/technical/dev.jpeg",
"github":"https://github.com/dk-a-dev"
},
{
"name": "Divyanshu Singh",
"position": "Frontend",
"img": "/team/technical/divyanshu.png"
"img": "/team/technical/divyanshu.png",
"github":"https://github.com/isinghdivyanshu"
},
{
"name": "Hari Govind",
Expand All @@ -97,26 +120,25 @@
{
"name": "Rupaak S",
"position": "Frontend",
"img": "/team/technical/rupaak.jpeg"
},
{
"name": "Sanchit Gupta",
"position": "Technical",
"img": "/team/technical/sanchit.jpeg"
"img": "/team/technical/rupaak.jpeg",
"github":"https://github.com/RupaakSrinivas"
},
{
"name": "Sidhant S Srivastava",
"position": "Machine Learning",
"img": "/team/technical/sidhant.jpeg"
"img": "/team/technical/sidhant.jpeg",
"github":"https://github.com/sidhant-sriv"
},
{
"name": "Soham Ghugare",
"position": "Backend",
"img": "/team/technical/soham.jpeg"
"img": "/team/technical/soham.jpeg",
"github":"https://github.com/SohamGhugare"
},
{
"name": "Souvik Mahanta",
"position": "Security",
"img": "/team/technical/souvik.jpeg"
"img": "/team/technical/souvik.jpeg",
"linkedin":"https://www.linkedin.com/in/souvik-mahanta/"
}
]
14 changes: 13 additions & 1 deletion web/content/team_members_design.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
{
"name": "Utkarsh Prasad Sinha",
"position": "Video and Graphics",
"img": "/team/design/utkarsh.jpg"
"img": "/team/design/utkarsh.jpg",
"linkedin":"https://www.linkedin.com/in/utkarsh-prasad-sinha-0a267519a/"
},
{
"name": "Deepam Purkayastha",
"position":"UI/UX",
"img":"/projects/default.png",
"linkedin":"https://www.linkedin.com/in/deepam-purkayastha-309b23224/"
},
{
"name": "Kumar Aryan",
Expand All @@ -19,6 +26,11 @@
"position": "UI/UX",
"img": "/team/design/chandrima.jpeg"
},
{
"name": "Sanchit Gupta",
"position": "Technical",
"img": "/team/technical/sanchit.jpeg"
},
{
"name": "Esha Santosh",
"position": "UI/UX",
Expand Down
9 changes: 6 additions & 3 deletions web/content/team_members_managers.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@
{
"name": "Aastha Gupta",
"position": "Manager",
"img": "/team/management/aastha.jpeg"
"img": "/team/management/aastha.jpeg",
"linkedin":"https://www.linkedin.com/in/aastha-gupta-5a3824224/"
},
{
"name": "Sanksriti Modi",
"position": "Manager",
"img": "/team/management/sanskriti.jpeg"
"img": "/team/management/sanskriti.jpeg",
"linkedin":"https://www.linkedin.com/in/sanskriti-modi-b1207b229/"
},
{
"name":"Sanvi Chavan",
"position":"Manager",
"img":"/team/management/sanvi.jpeg"
"img":"/team/management/sanvi.jpeg",
"linkedin":"https://www.linkedin.com/in/sanvi-chavan-849669231/"
},
{
"name": "Arnav Jaggi",
Expand Down

0 comments on commit 86bc5eb

Please sign in to comment.