Skip to content

Commit 858f17c

Browse files
committed
higher res images, added svg tag
1 parent 2c442bb commit 858f17c

8 files changed

Lines changed: 18 additions & 4 deletions

File tree

public/work/horse-thumb.jpg

17.2 KB
Loading

public/work/wavid-thumb.jpg

-16.5 KB
Binary file not shown.

public/work/wavid-thumb.webp

15.9 KB
Loading

src/consts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const iconMap: iconMapType = {
2323
Tailwind: 'devicon:tailwindcss',
2424
Maya: 'devicon:maya',
2525
Photoshop: 'skill-icons:photoshop',
26+
SVG: 'tags/svg-logo',
2627
Vite: 'devicon:vitejs',
2728
ZBrush: 'file-icons:zbrush',
2829
'Material UI': 'skill-icons:materialui-dark',

src/content/work/bp-pulse.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ tags:
1313
- React
1414
- Next.js
1515
- TypeScript
16+
- SVG
1617
---
1718

1819
<ExternalLink href="https://www.bppulse.com" />

src/content/work/floaties.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Pool Floaties
33
pubDate: 2017-01-22 00:00:00 PST
4-
img: /work/wavid-thumb.jpg
4+
img: /work/wavid-thumb.webp
55
img_alt: Inflatable giraffe floaty
66
description: |
77
Floaty models created in a weekend for Global Game Jam 2017 at USC, Los Angeles. Game jam theme: Waves. Concepted with a team of six.

src/icons/tags/svg-logo.svg

Lines changed: 11 additions & 0 deletions
Loading

src/pages/resume.astro

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const experience: experienceType[] = [
4040
},
4141
{
4242
company: 'Slingshot',
43-
url: 'http://www.slingshot.com/',
43+
url: 'https://www.slingshot.com/',
4444
title: 'Front End Web Developer',
4545
start: 'Mar 2013',
4646
end: 'Nov 2015',
@@ -131,12 +131,13 @@ const experience: experienceType[] = [
131131
<li><Icon name="devicon:git" />Git</li>
132132
<!-- <li><Icon name="skill-icons:gatsby" />Gatsby</li> -->
133133
<li><Icon name="vscode-icons:file-type-storybook" />Storybook</li>
134-
<li><Icon name="skill-icons:photoshop" />Photoshop</li>
134+
<li><Icon name="tags/svg-logo" />SVG</li>
135135
<li><Icon name="skill-icons:illustrator" />Illustrator</li>
136+
<li><Icon name="skill-icons:photoshop" />Photoshop</li>
136137
<li><Icon name="skill-icons:premiere" />Premiere</li>
137138
<li><Icon name="devicon:maya" />Maya</li>
138139
<li><Icon name="file-icons:zbrush" />ZBrush</li>
139-
<li><Icon name="tags/resolume" />Resolume</li>
140+
<!-- <li><Icon name="tags/resolume" />Resolume</li> -->
140141
</ul>
141142
</div>
142143
<div class="col-span-2">

0 commit comments

Comments
 (0)