Skip to content

Commit

Permalink
Add connect.tech entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleker committed Oct 31, 2023
1 parent f26f25f commit 1551fc5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/entries.events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,5 +368,14 @@ export default [
"contribution": "Hosted",
"link": "https://events.vtools.ieee.org/m/367936",
"linkText": "View on vTools"
},
{
"type": "Events",
"name": "Connect.Tech",
"location": "Atlanta, GA",
"date": "October 26 2023",
"contribution": "Presented at",
"link": "https://2023.connect.tech/session/499489",
"linkText": "View Session"
}
]
7 changes: 7 additions & 0 deletions src/entries.projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,12 @@ export default [
link: "https://quillcast.app/evening",
linkText: "View Website",
date: "September 5 2023",
}, {
type: "Projects",
name: "Pokémon as a Service",
description: "A web-based game with multiplayer capabilities",
link: "https://pokemon-as-a-service.web.app",
linkText: "Play Demo",
date: "October 26 2023",
},
]
8 changes: 7 additions & 1 deletion src/entries.videos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,11 @@ export default [
"date": "July 20 2023",
"link": "https://youtu.be/hbSBiHvWjd0",
"linkText": "Watch Video"
}
}, {
"type": "Videos",
"name": "Building a PWA Pokémon game with Angular & Firebase | Connect Tech 2023",
"date": "October 26 2023",
"link": "https://youtu.be/tTs5jQjZQtY",
"linkText": "Watch Video"
}
]

0 comments on commit 1551fc5

Please sign in to comment.