-
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.
fix: add current Obat experience to CV
- Loading branch information
1 parent
3357e6f
commit 1748249
Showing
5 changed files
with
26 additions
and
13 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -32,16 +32,17 @@ export default function Cv() { | |
{ title: 'Phone', value: { main: '+33 6 20 45 25 55' } }, | ||
{ title: 'Email', value: { main: '[email protected]' } }, | ||
{ title: 'Nationality', value: { main: 'French' } }, | ||
{ title: 'Date of birth', value: { main: 'March 28, 1982 (41 years old)' } }, | ||
{ title: 'Date of birth', value: { main: 'March 28, 1982 (42 years old)' } }, | ||
]} | ||
/> | ||
<Section | ||
title="Experiences" | ||
subSections={[ | ||
{ title: 'Feb. 2024 - Today', value: { main: 'Senior Software Engineer at Obat' } }, | ||
{ | ||
title: '2014 - Today', | ||
title: 'Dec. 2014 - Jan. 2024', | ||
value: { | ||
main: 'Software Engineer at Akeneo. Including}:', | ||
main: 'Software Engineer at Akeneo. Including:', | ||
isList: true, | ||
sub: [ | ||
{ key: '1', text: 'Lead Software Engineer from January 2020 to June 2023' }, | ||
|