Skip to content

Commit 53ba7ce

Browse files
committed
add: humans
1 parent c6aa58f commit 53ba7ce

File tree

7 files changed

+41
-11
lines changed

7 files changed

+41
-11
lines changed

app/humans/page.tsx

Lines changed: 41 additions & 11 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: "Ashwin Kumar Uppala",
40+
image: `/assets/humans/partners/ashwin.jpg`,
41+
link: "https://twitter.com/ashwinexe",
42+
},
3843
{
3944
name: "Diana Pham",
4045
image: `/assets/humans/partners/diana.png`,
@@ -45,6 +50,16 @@ const humansMapping: humansMappingType[] = [
4550
image: "/assets/humans/partners/aanchal.jpg",
4651
link: "https://twitter.com/Aanchalmishra__",
4752
},
53+
{
54+
name: "Saksham Solanki",
55+
image: "/assets/humans/speakers/saksham.jpeg",
56+
link: "https://www.linkedin.com/in/saksham-solanki-%F0%9F%87%AE%F0%9F%87%B3-248691174",
57+
},
58+
{
59+
name: "Venus Vavadiya",
60+
image: "/assets/humans/partners/venus.jpg",
61+
link: "https://venusvavadiya.com/",
62+
},
4863
].sort((a, b) => a.name.localeCompare(b.name)),
4964
},
5065
// {
@@ -98,6 +113,11 @@ const humansMapping: humansMappingType[] = [
98113
image: "/assets/humans/mentors/parth.png",
99114
link: "https://twitter.com/jansariparth",
100115
},
116+
{
117+
name: "Harsh Shah",
118+
image: "/assets/humans/mentors/harsh.jpeg",
119+
link: "https://twitter.com/harshcrop",
120+
},
101121
{
102122
name: "Janvi Thakkar",
103123
image: "/assets/humans/mentors/janvi.png",
@@ -180,17 +200,27 @@ const humansMapping: humansMappingType[] = [
180200
},
181201
].sort((a, b) => a.name.localeCompare(b.name)),
182202
},
183-
// {
184-
// slug: "evangelists",
185-
// heading: "Evangelists",
186-
// people: [
187-
// {
188-
// name: "Shambhav Mishra",
189-
// title: "E publisher",
190-
// image: "/assets/humans/P1.jpeg",
191-
// },
192-
// ],
193-
// },
203+
{
204+
slug: "volunteers",
205+
heading: "Volunteers",
206+
people: [
207+
{
208+
name: "Aastha Shah",
209+
image: `/assets/humans/volunteers/aastha.jpg`,
210+
link: "https://twitter.com/aasthaashahh",
211+
},
212+
{
213+
name: "Prasan Singh",
214+
image: `/assets/humans/volunteers/prasan.jpg`,
215+
link: "https://twitter.com/prasansecures",
216+
},
217+
{
218+
name: "Avin Indrasoma",
219+
image: `/assets/humans/volunteers/avin.jpg`,
220+
link: "https://www.linkedin.com/in/avinin",
221+
},
222+
].sort((a, b) => a.name.localeCompare(b.name)),
223+
},
194224
{
195225
slug: "organizers",
196226
heading: "Organizers",
99.6 KB
Loading
35 KB
Loading
889 KB
Loading
40.1 KB
Loading
30.8 KB
Loading
34 KB
Loading

0 commit comments

Comments
 (0)