Skip to content

Commit

Permalink
Added BCADS to projects. Needs more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DevHassanMehdi committed Feb 25, 2024
1 parent 6abe2b4 commit 83e9f83
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,17 @@ const bigProjects = {
url: "http://nextu.se/"
}
]
},
{
image: require("./assets/images/nextuLogo.webp"),
projectName: "Busses to Cars Ad Distribution System",
projectDesc: "BCADS is an advertisment distribution system that uses Vehicle Area Networks(VANETS) to distribute ads from busses with pre-determined rute to other cars",
footerLink: [
{
name: "Visit Project Repository",
url: "http://nextu.se/"
}
]
}
],
display: true // Set false to hide this section, defaults to true
Expand Down

0 comments on commit 83e9f83

Please sign in to comment.