Last active
July 23, 2019 21:07
-
-
Save eduardoAD/0ca1558667528ff0c5af3a768ec812cb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "fullName" : "Person X Y", | |
| "photo" : "https:\/\/i.postimg.cc\/nL8d4LrM\/Screen-Shot-2019-05-24-at-7-28-10-PM.png", | |
| "sections" : [ | |
| { | |
| "title" : "Interest", | |
| "description" : "iOS, games, books" | |
| }, | |
| { | |
| "title" : "Experience", | |
| "description" : "Globant\n iOS Teach Leader\n Feb. 2018 - Currently working\n\n Achievements: Understanding and analyzing the project requirements." | |
| }, | |
| { | |
| "title" : "Contact", | |
| "description" : "email: user@mail.com\n\n phone: 5512345678\n\n twitter: @user" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment