Skip to content

Commit

Permalink
Add more projects to projects list
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgraham committed Oct 22, 2024
1 parent 64a444d commit e7e6290
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions src/data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,17 @@
"title": "Libraries & Frameworks",
"projects": [
{
"title": "Palette",
"description": "Swift command line tool to parse and generate color palettes",
"title": "Colorly",
"description": "iOS framework with hundreds of functions to manipulate colors",
"date": "2019",
"externalLink": "https://github.com/adamgraham/palette",
"externalLink": "https://github.com/adamgraham/colorly-ios",
"tags": ["iOS"]
},
{
"title": "Colorly",
"description": "iOS framework with hundreds of functions to manipulate colors",
"title": "Palette",
"description": "Swift command line tool to parse and generate color palettes",
"date": "2019",
"externalLink": "https://github.com/adamgraham/colorly-ios",
"externalLink": "https://github.com/adamgraham/palette",
"tags": ["iOS"]
},
{
Expand Down Expand Up @@ -237,6 +237,20 @@
{
"title": "Websites",
"projects": [
{
"title": "Portfolio",
"description": "Wait, you're looking at it right now!",
"date": "2024",
"link": "/",
"tags": ["React"]
},
{
"title": "Solar System",
"description": "An interactive 3D solar system model created with Three.js",
"date": "2023",
"externalLink": "https://github.com/adamgraham/threejs-solar-system",
"tags": ["React", "3D"]
},
{
"title": "Zigurous",
"description": "Game studio website showcasing assets, tutorials, and games",
Expand Down

0 comments on commit e7e6290

Please sign in to comment.