Skip to content

Commit

Permalink
changed thumbnails and added new item
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaldon1 committed Jun 25, 2021
1 parent 0e432da commit 8baf3ad
Show file tree
Hide file tree
Showing 28 changed files with 31 additions and 9 deletions.
Binary file removed src/app/containers/HomePage/assets/audio_waves.jpg
Binary file not shown.
Binary file not shown.
Binary file added src/app/containers/HomePage/assets/bitcoin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/containers/HomePage/assets/graduated.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added src/app/containers/HomePage/assets/guitar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/containers/HomePage/assets/musher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/app/containers/HomePage/assets/react-banner.jpg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/app/containers/HomePage/assets/wip-banner.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app/containers/HomePage/items/itemDetails/2019-Jun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const itemDetailsWithoutId: ItemWithoutId[] = [
</a>
`,
image: {
name: 'bitcoin-banner.png',
name: 'bitcoin.png',
},
details: `
<ul>
Expand Down
2 changes: 1 addition & 1 deletion src/app/containers/HomePage/items/itemDetails/2019-May.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const itemDetailsWithoutId: ItemWithoutId[] = [
priority: 1,
title: 'Graduated college',
image: {
name: 'graduation-banner.png',
name: 'graduated.png',
},
details: `
Graduated from Stevens Institute of Technology.
Expand Down
2 changes: 1 addition & 1 deletion src/app/containers/HomePage/items/itemDetails/2019-Nov.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const itemDetailsWithoutId: ItemWithoutId[] = [
priority: 1,
title: 'Started Musher, my first full fledged python module',
image: {
name: 'wip-banner.png',
name: 'musher_wip.png',
},
details: `
Goals:
Expand Down
2 changes: 1 addition & 1 deletion src/app/containers/HomePage/items/itemDetails/2019-Sep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const itemDetailsWithoutId: ItemWithoutId[] = [
priority: 1,
title: 'Attended Strange Loop',
image: {
name: 'strange-loop-banner.png',
name: 'strange_loop.png',
},
details: `
<ul>
Expand Down
2 changes: 1 addition & 1 deletion src/app/containers/HomePage/items/itemDetails/2020-Dec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const itemDetailsWithoutId: ItemWithoutId[] = [
priority: 1,
title: 'Learning to play guitar',
image: {
name: 'electric-guitar.jpg',
name: 'guitar.png',
},
details: 'Bought an electric guitar, finally learning to play.',
component: 'BasicCard',
Expand Down
2 changes: 1 addition & 1 deletion src/app/containers/HomePage/items/itemDetails/2020-Nov.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const itemDetailsWithoutId: ItemWithoutId[] = [
</ul>
`,
image: {
name: 'audio_waves.jpg',
name: 'musher.png',
},
component: 'BasicCard',
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/containers/HomePage/items/itemDetails/2021-Jan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const itemDetailsWithoutId: ItemWithoutId[] = [
priority: 1,
title: 'Created personal website!',
image: {
name: 'react-banner.jpg',
name: 'personal_website.png',
},
details: `
<ul>
Expand All @@ -22,7 +22,7 @@ export const itemDetailsWithoutId: ItemWithoutId[] = [
priority: 1,
title: 'Mock Database Models',
image: {
name: 'db-model-banner.png',
name: 'mock_plugins_db.png',
},
details: `
<ul>
Expand Down
20 changes: 20 additions & 0 deletions src/app/containers/HomePage/items/itemDetails/2021-Mar.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import { ItemWithoutId } from '../../types';

export const itemDetailsWithoutId: ItemWithoutId[] = [
{
date: '2021-Mar',
priority: 3,
title: `Created a Video Game Addon`,
details: `
<ul>
<li>Created my first addon for World of Warcraft.</li>
<li>First time coding in Lua.</li>
<li>Available at <a target="_blank" rel="noopener noreferrer" href="https://www.curseforge.com/wow/addons/world-of-parkour">Curseforge</a>.</li>
</ul>
`,
image: {
name: 'game_addon.png',
},
component: 'BasicCard',
},
];
3 changes: 2 additions & 1 deletion src/app/containers/HomePage/items/itemImports.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"2019-May",
"2019-Jun",
"2019-Nov",
"2021-Jan"
"2021-Jan",
"2021-Mar"
]
}
1 change: 1 addition & 0 deletions src/app/containers/HomePage/items/templateItemDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const itemDetailsWithoutId: ItemWithoutId[] = [
priority: 1,
title: 'a',
image: {
// Optimal image size: 6900 x 2000
name: null,
},
details: 'details about the item.',
Expand Down

0 comments on commit 8baf3ad

Please sign in to comment.