You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/projects/project-collection.ts
+23-14Lines changed: 23 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,24 @@
1
1
import{Project}from'./types'
2
2
3
3
exportconstprojectsCollection: Project[]=[
4
+
{
5
+
title: 'SchoolAI Chrome Extension',
6
+
description: `One of the founding team members behind SchoolAI's chrome Extension. Seamlessly integrates with your browser, meeting educators where they are.`,
7
+
externalLink: {
8
+
title: 'schoolai.com/chrome-extension',
9
+
href: 'https://schoolai.com/chrome-extension',
10
+
},
11
+
imageLink: '/logos/employers/schoolai.jpg',
12
+
},
13
+
{
14
+
title: 'Tomo TrueRate',
15
+
description: `Early stage contributor to what would become TrueRate. TrueRate helps you compare lenders with numbers that speak for themselves.`,
0 commit comments