Skip to content

Commit

Permalink
Remove some minor projects. update to Vancouver
Browse files Browse the repository at this point in the history
  • Loading branch information
plhosk committed Feb 25, 2018
1 parent 3d3ad27 commit 2014640
Show file tree
Hide file tree
Showing 3 changed files with 8,085 additions and 49 deletions.
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 living in Victoria, BC.
Hello, I&apos;m a web developer living in Vancouver, BC.
I&apos;m interested in front- and back-end web programming
using the latest open-source technologies.
</div>
Expand Down
96 changes: 48 additions & 48 deletions src/Projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,66 +49,66 @@ 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: '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/',
screenshot: '/screenshots/roguelike.png',
description: 'Simple keyboard-controlled game written with React + Redux. Defeat the Archdemon to win!',
},
{
title: 'D3 Scatterplot',
url: 'https://codepen.io/plhosk/full/JbXdqK/',
screenshot: '/screenshots/racetimes.png',
description: 'Cycling race times: Alpe d\'Huez',
},
// {
// title: 'D3 Scatterplot',
// url: 'https://codepen.io/plhosk/full/JbXdqK/',
// screenshot: '/screenshots/racetimes.png',
// description: 'Cycling race times: Alpe d\'Huez',
// },
{
title: 'Pomodoro Clock',
url: 'https://codepen.io/plhosk/full/YGJddL/',
screenshot: '/screenshots/pomodoro-clock.png',
description: 'Maintain maximum focus and productivity by timing your work sessions and breaks',
},
{
title: 'Wikipedia Explorer',
url: 'https://codepen.io/plhosk/full/EgpVVa/',
screenshot: '/screenshots/wikipedia-explorer.png',
description: 'Search Wikipedia, read summaries, or click for a random article',
},
{
title: 'Simon Game',
url: 'https://codepen.io/plhosk/full/EgOEJB/',
screenshot: '/screenshots/simon-game.png',
description: 'Classic memory game',
},
{
title: 'Markdown Previewer',
url: 'https://codepen.io/plhosk/full/RGEGNo/',
screenshot: '/screenshots/markdown-previewer.png',
description: 'Write markdown and see the parsed result',
},
{
title: 'Tic Tac Toe',
url: 'https://codepen.io/plhosk/full/dpQWLA/',
screenshot: '/screenshots/tictactoe.png',
description: 'Can you defeat an AI that makes random moves? I hope so!',
},
{
title: 'Javascript Calculator',
url: 'https://codepen.io/plhosk/full/qarXjV/',
screenshot: '/screenshots/calculator.png',
description: 'Use your keyboard or mouse to perform calculations',
},
{
title: 'Quote Machine',
url: 'https://codepen.io/plhosk/full/ozqLda/',
screenshot: '/screenshots/quote-machine.png',
description: 'Reload to get a random inspirational quote',
},
// {
// title: 'Wikipedia Explorer',
// url: 'https://codepen.io/plhosk/full/EgpVVa/',
// screenshot: '/screenshots/wikipedia-explorer.png',
// description: 'Search Wikipedia, read summaries, or click for a random article',
// },
// {
// title: 'Simon Game',
// url: 'https://codepen.io/plhosk/full/EgOEJB/',
// screenshot: '/screenshots/simon-game.png',
// description: 'Classic memory game',
// },
// {
// title: 'Markdown Previewer',
// url: 'https://codepen.io/plhosk/full/RGEGNo/',
// screenshot: '/screenshots/markdown-previewer.png',
// description: 'Write markdown and see the parsed result',
// },
// {
// title: 'Tic Tac Toe',
// url: 'https://codepen.io/plhosk/full/dpQWLA/',
// screenshot: '/screenshots/tictactoe.png',
// description: 'Can you defeat an AI that makes random moves? I hope so!',
// },
// {
// title: 'Javascript Calculator',
// url: 'https://codepen.io/plhosk/full/qarXjV/',
// screenshot: '/screenshots/calculator.png',
// description: 'Use your keyboard or mouse to perform calculations',
// },
// {
// title: 'Quote Machine',
// url: 'https://codepen.io/plhosk/full/ozqLda/',
// screenshot: '/screenshots/quote-machine.png',
// description: 'Reload to get a random inspirational quote',
// },
]

const Projects = () => (
Expand Down
Loading

0 comments on commit 2014640

Please sign in to comment.