Skip to content

Commit

Permalink
Merge pull request #430 from vvedenskaya/add-projects-feature
Browse files Browse the repository at this point in the history
Added Bokeh to the project list. Please review.
  • Loading branch information
Roshanjossey authored Dec 7, 2024
2 parents bac1fd8 + a8e70b6 commit 494e460
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/ProjectList/listOfProjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,13 @@ const projectList = [
"Free and open-source set of tools for collecting data in challenging environments.",
tags: ["Open Source", "Software", "JAVA", "Android"],
},
{
name: "Bokeh",
imageSrc: "https://avatars.githubusercontent.com/u/8440965?s=200&v=4",
projectLink: "https://github.com/bokeh",
description: "Interactive Data Visualization in the browser, from Python",
tags:["Javascript", "Python", "Jupiter", "visualization"]
},
{
name: "Sugar Labs",
imageSrc: "https://avatars3.githubusercontent.com/u/3996398?s=280&v=4",
Expand Down

0 comments on commit 494e460

Please sign in to comment.