Skip to content

Commit

Permalink
Add music-of-life project
Browse files Browse the repository at this point in the history
  • Loading branch information
plhosk committed Aug 2, 2017
1 parent 449882b commit fb4d940
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Binary file added public/screenshots/music-of-life.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Introduction.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Introduction = () => (
Javascript . React . Node.js . UI/UX
</div>
<div className="Introduction-blurb">
Hello, I&apos;m a web developer currently living in Victoria, BC.
Hello, I&apos;m a web developer living in Victoria, BC.
I&apos;m interested in front- and back-end web programming
using the latest open-source technologies.
</div>
Expand Down
6 changes: 6 additions & 0 deletions src/Projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ const projectList = [
screenshot: '/screenshots/gameoflife.png',
description: "React + Redux implementation of Conway's Game of Life",
},
{
title: 'Music of Life',
url: 'https://github.com/plhosk/music-of-life',
screenshot: '/screenshots/music-of-life.png',
description: 'Generate music from cellular automata (GitHub)',
},
{
title: 'Roguelike',
url: 'https://codepen.io/plhosk/full/EgzBQg/',
Expand Down

0 comments on commit fb4d940

Please sign in to comment.