-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroles.ts
73 lines (73 loc) · 2.11 KB
/
roles.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
export const roles = [
{
key: "shareweave",
title: "founder",
org: "Shareweave",
start: "January 2022",
end: "June 2022",
description:
"I founded a startup, which pivoted a few times and eventually ended up making a discord bot.",
link: "https://shareweave.com",
readMore: "/shareweave",
},
{
key: "dots",
title: "swe intern",
org: "Dots (YC S21)",
start: "July 2022",
end: "October 2022",
description:
"I interned at dots, a YC-backed community management startup making nocode tools for discord.",
link: "https://dots.community",
readMore: "/dots",
},
{
key: "aotf",
title: "helping",
org: "AoTF",
description:
"I'm helping to create a community of teenage founders; co-organized a teen founder demo day.",
start: "July 2022",
end: "May 2023",
link: "https://teenfounders.vercel.app",
},
{
key: "thirdbuy",
title: "software engineer",
org: "Thirdbuy",
description:
"I was a software engineer at Thirdbuy, a startup allowing people to purchase physical goods with crypto.",
start: "November 2022",
end: "April 2023",
link: "https://thirdbuy.com",
readMore: "/thirdbuy",
},
{
key: "colearn",
title: "growth engineer",
org: "Colearn",
description: "I'm making a new branding & landing page at Colearn, an online charter school enabling personalized education.",
start: "May 2023",
end: "December 2023",
link: "https://www.colearn.com",
},
{
key: "cadmus",
title: "co-founder",
org: "Cadmus",
description: "Developed & taught a 6-week, pay-what-you-wish Python course to middle schoolers",
start: "March 2024",
end: "May 2024",
link: "https://cadmuslearning.com/",
},
{
key: "thegrant",
title: "many jobs",
org: "Grant & Co",
description: "Internship in Nairobi (+ remote work before & contracts after), worked on <a target='_blank' href='https://sunlight.reviews'>sunlight.reviews</a> and other projects.",
start: "February 2024",
end: "July 2024",
link: "https://thegrant.co",
readMore: "/kenya"
}
]