-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from oAGoulart/updates
Updates
- Loading branch information
Showing
8 changed files
with
161 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [Unreleased] | ||
|
||
## [0.2.0] - 2020-05-27 | ||
|
||
### Added | ||
|
||
- This CHANGELOG file. | ||
|
||
### Changed | ||
|
||
- Resume page now being generated with its own JSON file. | ||
|
||
### Fixed | ||
|
||
- Resume years bar color not using color variables | ||
- Color of home page about section button | ||
- Task list style | ||
|
||
|
||
[unreleased]: https://github.com/oAGoulart/vitrina/compare/v0.2.0...HEAD | ||
[0.2.0]: https://github.com/oAGoulart/vitrina/releases/tag/v0.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
{ | ||
"photo": "/assets/img/icon.png", | ||
"name": "Vitrina", | ||
"title": "Malding Scientist", | ||
"skills": [ | ||
{ | ||
"icon": "fa-html5", | ||
"progress": { | ||
"value": 90, | ||
"max": 100 | ||
} | ||
}, | ||
{ | ||
"icon": "fa-android", | ||
"progress": { | ||
"value": 50, | ||
"max": 100 | ||
} | ||
}, | ||
{ | ||
"icon": "fa-gimp", | ||
"progress": { | ||
"value": 30, | ||
"max": 100 | ||
} | ||
}, | ||
{ | ||
"icon": "fa-css3", | ||
"progress": { | ||
"value": 90, | ||
"max": 100 | ||
} | ||
}, | ||
{ | ||
"icon": "fa-php", | ||
"progress": { | ||
"value": 75, | ||
"max": 100 | ||
} | ||
}, | ||
{ | ||
"icon": "fa-python", | ||
"progress": { | ||
"value": 95, | ||
"max": 100 | ||
} | ||
} | ||
], | ||
"profile": [ | ||
{ | ||
"title": "Education", | ||
"info": [ | ||
{ | ||
"years": "2015-2069", | ||
"text": "B.S. in Malding Science, Vitrina University" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Experience", | ||
"info": [ | ||
{ | ||
"years": "1001-1312", | ||
"text": "Malder in Chief - <em>Malding Industries</em>", | ||
"list": [ | ||
{ | ||
"text": "Achived malding supreme ultra nuclear." | ||
}, | ||
{ | ||
"text": "Lead malding experts to accomplish MALDNESS." | ||
}, | ||
{ | ||
"text": "Instructed junior staff on the Art of Malding." | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters