Skip to content

Commit

Permalink
feat: adding handbrake-web project entry and reordering existing feat…
Browse files Browse the repository at this point in the history
…ured projects
  • Loading branch information
TheNickOfTime committed May 22, 2024
1 parent 7f7283d commit 40ff2bd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/projects/portfolio/dev-portfolio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const metadata = {
codespace: 'https://codespaces.new/TheNickOfTime/thenickoftime.github.io',
},
tags: ['React'],
featured: 1,
featured: 2,
type: 'Personal Project',
};

Expand Down
2 changes: 1 addition & 1 deletion src/projects/portfolio/games-portfolio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const metadata = {
codespace: 'https://codespaces.new/TheNickOfTime/games-portfolio',
},
tags: ['Jekyll'],
featured: 2,
featured: 3,
type: 'Games',
};

Expand Down
15 changes: 15 additions & 0 deletions src/projects/portfolio/handbrake-web.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
export const metadata = {
thumb: 'https://raw.githubusercontent.com/TheNickOfTime/handbrake-web/main/images/readme/readme-thumb.png',
name: 'HandBrake Web',
description:
'HandBrake Web is a self-hosted program for transcoding videos with HandBrake across multiple machines via a web browser. Built with Node.js, Express.js, Socket.io, and Vite.',
links: {
github: 'https://github.com/TheNickOfTime/handbrake-web',
codespace: 'https://codespaces.new/TheNickOfTime/handbrake-web',
},
tags: ['Full Stack', 'Open Source', 'Node.js', 'Express.js', 'Socket.io', 'React'],
featured: 1,
type: 'Games',
};

# {metadata.name}
2 changes: 1 addition & 1 deletion src/projects/portfolio/sudoku-solver.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const metadata = {
codespace: 'https://codespaces.new/TheNickOfTime/fcc-quality-assurance',
},
tags: ['Express.js', 'Chai', 'freeCodeCamp'],
featured: 11,
featured: 0,
type: 'freeCodeCamp Project',
};

Expand Down

0 comments on commit 40ff2bd

Please sign in to comment.