Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added resume and fixed a few things #45

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/assets/resume-jason-melgoza-2024.pdf
Binary file not shown.
2 changes: 2 additions & 0 deletions src/components/Icon/Icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ import {
ArrowTopRightIcon,
LinkedInLogoIcon,
GitHubLogoIcon,
FileTextIcon
} from '@radix-ui/react-icons'

import { Dribbble, Mastodon } from './src'

const IconMap = {
'arrow-left': ArrowLeftIcon,
'arrow-top-right': ArrowTopRightIcon,
document: FileTextIcon,
dribbble: Dribbble,
github: GitHubLogoIcon,
linkedin: LinkedInLogoIcon,
Expand Down
28 changes: 0 additions & 28 deletions src/components/Icon/src/IconGithub.js

This file was deleted.

24 changes: 0 additions & 24 deletions src/components/Icon/src/IconLinkedin.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/Icon/src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
export { default as Dribbble } from './IconDribbble'
export { default as Github } from './IconGithub'
export { default as Linkedin } from './IconLinkedin'
export { default as Mastodon } from './IconMastodon'
3 changes: 2 additions & 1 deletion src/pages/about.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
notion: https://www.notion.so/jmelgoza/About-page-ba99ba2254db4361aded3059f3ead78f?pvs=4
title: About me
description: Product designer and creator
---

# 👋 Hello, I'm Jason
Expand Down
12 changes: 6 additions & 6 deletions src/pages/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ description: How to get started with Markdoc
{% media
alt="test"
className="custom-class"
original="/images/dashboard-full.png"
thumbnail="/images/dashboard-thumb.png"
original="/images/basis-full.png"
thumbnail="/images/basis-thumb.png"
width="1415"
height="919"
/%}
Expand Down Expand Up @@ -81,10 +81,10 @@ Product designer at SecureDocs, interface tinkerer, icon illustrator, and defend
/%}

{% social
className="twitter"
icon="twitter"
name="Twitter"
url="https://twitter.com/jasonmelgoza"
className="Mastodon"
icon="mastodon"
name="Mastodon"
url="https://mas.to/@jasonmelgoza"
/%}

{% social
Expand Down
8 changes: 8 additions & 0 deletions src/pages/work.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Work
description: Design samples and experience
---

# {% $markdoc.frontmatter.title %}
Expand Down Expand Up @@ -67,3 +68,10 @@ title: Work
## Continuing Education

{% details heading="Learning React, Next.js and Storybook" subheading="2018 - Present" meta="So far so good..." /%}

{% social
className="resume"
icon="document"
name="View Resume"
url="/assets/resume-jason-melgoza-2024.pdf"
/%}