Skip to content

Commit 0382d2d

Browse files
committed
add: humans
1 parent 4029ce6 commit 0382d2d

File tree

5 files changed

+149
-4
lines changed

5 files changed

+149
-4
lines changed

app/humans/page.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ const humansMapping: humansMappingType[] = [
3535
image: `/assets/humans/speakers/karl.jpeg`,
3636
link: "https://twitter.com/KarlLingiah",
3737
},
38+
{
39+
name: "Sangeeta Gupta",
40+
image: `/assets/humans/partners/sangeeta.jpeg`,
41+
link: "https://twitter.com/sangee_2068",
42+
},
3843
{
3944
name: "Ashwin Kumar Uppala",
4045
image: `/assets/humans/partners/ashwin.jpg`,
@@ -213,6 +218,11 @@ const humansMapping: humansMappingType[] = [
213218
image: "/assets/humans/mentors/janvi.png",
214219
link: "https://twitter.com/JanviTh110302",
215220
},
221+
{
222+
name: "Akash Shukla",
223+
image: "/assets/humans/mentors/akash.jpeg",
224+
link: "https://twitter.com/0xAkashShukla",
225+
},
216226
{
217227
name: "Priyanshi Rai",
218228
image: "/assets/humans/mentors/priyanshi.jpeg",

package-lock.json

Lines changed: 135 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
"@emotion/react": "^11.11.1",
1616
"@emotion/styled": "^11.11.0",
1717
"@vercel/analytics": "^1.1.1",
18+
"mongodb": "^6.3.0",
1819
"next": "13.5.6",
1920
"react": "^18",
20-
"react-dom": "^18"
21+
"react-dom": "^18",
22+
"react-responsive-masonry": "^2.1.7"
2123
},
2224
"devDependencies": {
2325
"@types/node": "^20",
@@ -30,4 +32,4 @@
3032
"tailwindcss": "^3",
3133
"typescript": "^5"
3234
}
33-
}
35+
}
41.9 KB
Loading
426 KB
Loading

0 commit comments

Comments
 (0)