Skip to content

Commit

Permalink
v8
Browse files Browse the repository at this point in the history
  • Loading branch information
FJrodafo committed Jul 30, 2024
1 parent 87cf90f commit 7743b96
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
18 changes: 18 additions & 0 deletions App/src/data/resume.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,24 @@ export const RESUME_DATA = {
href: "https://github.com/atomicptr/dauntless-builder",
},
},
{
title: "Website",
techStack: ["App", "JavaScript"],
description: "My professional minimalist website!",
link: {
label: "github.com",
href: "https://github.com/FJrodafo/Website",
},
},
{
title: "CV",
techStack: ["App", "TypeScript"],
description: "My professional minimalist curriculum vitae!",
link: {
label: "github.com",
href: "https://github.com/FJrodafo/CV",
},
},
{
title: "free-port",
techStack: ["Package", "JavaScript"],
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
```
* Commit: 87cf90f - v7
| Author: FJrodafo - Sat, 27 Jul 2024 13:55:57 +0100
|
* Commit: c968422 - v6
| Author: FJrodafo - Wed, 24 Jul 2024 22:27:52 +0100
|
Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
`v7`
`v8`

0 comments on commit 7743b96

Please sign in to comment.