Skip to content

Commit

Permalink
Add new items
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleker committed Sep 7, 2023
1 parent 4a4aea2 commit 1be91ab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/entries.events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,13 @@ export default [
"contribution": "Hosted event at",
"specificDate": "Dec 15",
},
{
"type": "Events",
"name": "IEEE NY YP Summer Social",
"location": "Long Island City, NY",
"date": "August 30 2023",
"contribution": "Hosted",
"link": "https://events.vtools.ieee.org/m/367936",
"linkText": "View on vTools"
}
]
7 changes: 7 additions & 0 deletions src/entries.projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,12 @@ export default [
link: "https://quillcast.app/",
linkText: "View Website",
date: "March 15 2023",
},{
type: "Projects",
name: "Evening Discourse",
description: "A service to convert Instapaper articles to audible podcast episodes",
link: "https://quillcast.app/evening",
linkText: "View Website",
date: "September 5 2023",
},
]

0 comments on commit 1be91ab

Please sign in to comment.