-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.js
129 lines (129 loc) · 3.75 KB
/
portfolio.js
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
// portfolio.js
export const portfolio = [
{
image: '/portfolio/fal.jpg',
name: 'FAL',
description: 'Generative media platform',
website: 'https://fal.ai'
},
{
image: '/portfolio/ledgerup.png',
name: 'Ledger Up',
description: 'Your first and only finance hire',
website: 'https://ledgerup.ai'
},
{
image: '/portfolio/oway.png',
name: 'Oway',
description: 'Ridesharing for freight',
website: 'https://www.shipoway.com/'
},
{
image: '/portfolio/bucket.png',
name: 'Bucket Robotics',
description: 'Simple defect detection for robotic manufacturing',
website: 'https://bucket.bot/'
},
{
image: '/portfolio/moonglow.png',
name: 'Moonglow',
description: 'Connect jupyter notebooks to remote cloud compute',
website: 'https://moonglow.ai/'
},
{
image: '/portfolio/freestyle.png',
name: 'Freestyle',
description: 'Typescript native cloud',
website: 'https://freestyle.sh/'
},
{
image: '/portfolio/intryc.png',
name: 'Intryc',
description: 'Automated customer assurance for customer support',
website: 'https://intryc.com/'
},
{
image: '/portfolio/lilac.png',
name: 'Lilac Labs',
description: 'Voice AI for drive-thrus',
website: 'https://www.drive-thru.ai/'
},
{
image: '/portfolio/syntra.png',
name: 'Syntra',
description: 'AI EHR for private practice',
website: 'https://www.syntra.com/'
},
{
image: '/portfolio/upwardli.jpeg',
name: 'Upwardli',
description: 'API for launching credit products',
website: 'https://www.upwardli.com/'
},
{
image: '/portfolio/icebreaker.jpeg',
name: 'Icebreaker',
description: 'Professional networking for web3',
website: 'https://www.icebreaker.xyz/'
},
{
image: '/portfolio/hamming.png',
name: 'Hamming',
description: 'Automated testing for AI voice agents',
website: 'https://hamming.ai'
},
{
image: '/portfolio/moshicam.jpg',
name: 'Moshi Cam',
description: 'Your memories, onchain',
website: 'https://moshi.cam/'
},
{
image: '/portfolio/officetogether.jpeg',
name: 'Office Together',
description: 'Acquired by Envoy, desk and team scheduling',
website: ''
},
{
image: '/portfolio/syndicate.jpg',
name: 'Syndicate',
description: 'APIs and infrastructure for web3',
website: 'https://syndicate.io/'
},
{
image: '/portfolio/bonfire.png',
name: 'Bonfire',
description: 'No code builder for fan engagement',
website: 'https://www.bonfire.xyz/'
},
{
image: '/portfolio/denormalized.png',
name: 'Denormalized',
description: 'Stream processing engine built on Apache DataFusion',
website: 'https://www.denormalized.io/'
},
{
image: '/portfolio/parcha.jpg',
name: 'Parcha',
description: 'AI-Accelerated Compliance Reviews',
website: 'https://www.parcha.com/'
},
{
image: '/portfolio/woodstock.jpeg',
name: 'Woodstock',
description: 'Social trading for US stocks in Japan',
website: 'https://woodstock.club/'
},
{
image: '/portfolio/b3.jpg',
name: 'B3',
description: 'Onchain gaming ecosystem on Base',
website: 'https://www.b3.fun/'
},
{
image: '/portfolio/scrn.jpeg',
name: 'SCRN',
description: 'Financing and production platform for artists',
website: 'https://www.scrn.co/'
},
];