chore: filled out a bit the json file
This commit is contained in:
parent
9ce99e46c7
commit
e2ee20e253
|
@ -1,78 +1,32 @@
|
|||
{
|
||||
"name": "Your Name",
|
||||
"name": "Laurent Fainsin",
|
||||
|
||||
"meta": {
|
||||
"format": "FRESH@0.6.0",
|
||||
"version": "0.1.0"
|
||||
"version": "0.2.0"
|
||||
},
|
||||
|
||||
"info": {
|
||||
"label": "Your Profession",
|
||||
"brief": "A brief description of yourself as a candidate that appears in some résumé themes. You may use **Markdown** and/or <strong>HTML</strong> formatting here including [links](https://en.wikipedia.org/wiki/Special:Random) or stick to plain text.",
|
||||
"image": ""
|
||||
"label": "CS Engineering Student",
|
||||
"brief": "A brief description of yourself as a candidate that appears in some résumé themes.",
|
||||
"image": "super photo"
|
||||
},
|
||||
"contact": {
|
||||
"website": "http://your-website.com",
|
||||
"phone": "1-999-999-9999",
|
||||
"email": "your-email@your-website.com",
|
||||
"other": []
|
||||
"website": "https://www.bde.inp-toulouse.fr/~fainsil/",
|
||||
"phone": "+33781492838",
|
||||
"email": "laurentfainsin@protonmail.com"
|
||||
},
|
||||
"location": {
|
||||
"address": "123 Somewhere Lane",
|
||||
"city": "Castle Rock",
|
||||
"region": "State, province, or region",
|
||||
"code": "90210",
|
||||
"country": "US"
|
||||
"city": "Brest",
|
||||
"country": "France"
|
||||
},
|
||||
"social": [
|
||||
{
|
||||
"label": "",
|
||||
"network": "GitHub",
|
||||
"user": "your-github-username",
|
||||
"url": "https://github.com/your-github-username"
|
||||
"network": "LinkedIn",
|
||||
"url": "https://www.linkedin.com/in/laurent-fainsin/"
|
||||
}
|
||||
],
|
||||
"employment": {
|
||||
"summary": "Optional overall employment summary. Not used in most themes.",
|
||||
"history": [
|
||||
{
|
||||
"employer": "Most Recent Employer",
|
||||
"url": "http://employer-website.com",
|
||||
"position": "Head Honcho",
|
||||
"summary": "A summary of your role in this position. Can include **Markdown** and inline <strong>HTML</strong> formatting.",
|
||||
"start": "2013-10",
|
||||
"keywords": [
|
||||
"spin widgets",
|
||||
"CRM",
|
||||
"PM",
|
||||
"Ninjitsu",
|
||||
"Six Sigma"
|
||||
],
|
||||
"highlights": [
|
||||
"Increased profits on left-handed spin widgets by 35%.",
|
||||
"Participated in iterative/incremental devolution.",
|
||||
"Promoted to Head Ninja after 500 successful cage matches."
|
||||
]
|
||||
},
|
||||
{
|
||||
"employer": "Previous Employer",
|
||||
"url": "http://employer-website.com",
|
||||
"position": "Worker Bee",
|
||||
"summary": "A summary of your previous role. Can include **Markdown** and inline <strong>HTML</strong> formatting.",
|
||||
"start": "2009-07",
|
||||
"end": "2013-10",
|
||||
"keywords": [
|
||||
"keyword1",
|
||||
"KW2",
|
||||
"KW2++",
|
||||
"YAKW"
|
||||
],
|
||||
"highlights": [
|
||||
"Highlight #1.",
|
||||
"Highlight #2.",
|
||||
"Highlight #3."
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"projects": [
|
||||
{
|
||||
"title": "Awesome Project #1",
|
||||
|
@ -117,121 +71,75 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
|
||||
"education": {
|
||||
"summary": "Optional overall education summary. Not used in most themes.",
|
||||
"level": "degree",
|
||||
"degree": "BSCS",
|
||||
"degree": "Master",
|
||||
"history": [
|
||||
{
|
||||
"institution": "Acme University",
|
||||
"title": "BSCS",
|
||||
"url": "http://acmeuniversity.edu",
|
||||
"start": "2004-09",
|
||||
"end": "2009-06",
|
||||
"grade": "3.5",
|
||||
"summary": "Graduate of Acme University, summer of 2009. Go [Coyotes](https://en.wikipedia.org/wiki/Coyote)!",
|
||||
"curriculum": [
|
||||
"Data Algorithms",
|
||||
"Optimization",
|
||||
"Neural Networks",
|
||||
"C",
|
||||
"C++",
|
||||
"Java",
|
||||
"HTTP",
|
||||
"TCP/IP"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"service": {
|
||||
"summary": "",
|
||||
"history": [
|
||||
{
|
||||
"flavor": "volunteer",
|
||||
"position": "Volunteer Coordinator",
|
||||
"organization": "The Mommies Network",
|
||||
"url": "http://themommiesnetwork.org",
|
||||
"start": "2006-06",
|
||||
"summary": "A summary of your volunteer experience at this organization. Can include **Markdown** and inline <strong>HTML</strong> formatting.",
|
||||
"highlights": []
|
||||
},
|
||||
{
|
||||
"flavor": "military",
|
||||
"position": "MOS",
|
||||
"organization": "Air Force",
|
||||
"url": "https://service-website.mil",
|
||||
"start": "2004",
|
||||
"summary": "A summary of your service experience with this organization. Can include **Markdown** and inline <strong>HTML</strong> formatting.",
|
||||
"highlights": []
|
||||
"institution": "ENSEEIHT",
|
||||
"title": "Ingénieur SN",
|
||||
"url": "https://www.enseeiht.fr/",
|
||||
"start": "2020",
|
||||
"end": "2023"
|
||||
},
|
||||
{
|
||||
"institution": "Prépa Kérichen/Vauban",
|
||||
"title": "CPGE PSI",
|
||||
"url": "http://www.lycee-kerichen.org/",
|
||||
"start": "2018",
|
||||
"end": "2020"
|
||||
},
|
||||
{
|
||||
"institution": "Lycée de l'Harteloire",
|
||||
"title": "Baccalauréat S",
|
||||
"url": "https://www.harteloire.com/",
|
||||
"start": "2015",
|
||||
"end": "2018"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"skills": {
|
||||
"sets": [
|
||||
{
|
||||
"name": "Web Development",
|
||||
"level": "advanced",
|
||||
"skills": [
|
||||
"LAMP",
|
||||
"JavaScript",
|
||||
"HTML 5",
|
||||
"Angular.js",
|
||||
"jQuery",
|
||||
"Sass",
|
||||
"LESS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Ninjitsu",
|
||||
"level": "intermediate",
|
||||
"skills": [
|
||||
"Tokagure Ryu",
|
||||
"Shuriken",
|
||||
"Yogen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skillset #3",
|
||||
"level": "beginner",
|
||||
"skills": [
|
||||
"Your",
|
||||
"keywords",
|
||||
"here"
|
||||
"HTML 5",
|
||||
"CSS 3",
|
||||
"JavaScript",
|
||||
"Node.js",
|
||||
"11ty.js"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "General Softwares",
|
||||
"level": "intermediate",
|
||||
"skills": [
|
||||
"Word",
|
||||
"Excel",
|
||||
"LaTeX",
|
||||
"Linux"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Scientific Computing",
|
||||
"level": "intermediate",
|
||||
"skills": [
|
||||
"Matlab",
|
||||
"Octave",
|
||||
"Numpy"
|
||||
]
|
||||
}
|
||||
],
|
||||
"list": []
|
||||
]
|
||||
},
|
||||
"samples": [
|
||||
{
|
||||
"title": "Work Sample #1",
|
||||
"summary": "A technical or creative **work sample**.",
|
||||
"url": "http://project-repo.com",
|
||||
"date": "2015"
|
||||
},
|
||||
{
|
||||
"title": "Creative Sample #2",
|
||||
"summary": "Another technical or creative sample. You can use [Markdown](https://daringfireball.net/projects/markdown/) here.",
|
||||
"url": "http://project-repo.com",
|
||||
"date": "2015"
|
||||
}
|
||||
],
|
||||
|
||||
"writing": [
|
||||
{
|
||||
"title": "My Blog",
|
||||
"publisher": {
|
||||
"name": "Medium.com",
|
||||
"url": "https://medium.com"
|
||||
},
|
||||
"flavor": "blog",
|
||||
"date": "2010",
|
||||
"summary": "Your blog or online home.",
|
||||
"url": "http://coding-snorer.com"
|
||||
},
|
||||
{
|
||||
"title": "Something I Wrote Once",
|
||||
"flavor": "essay",
|
||||
"date": "2009",
|
||||
"date": "2023",
|
||||
"summary": "List your blogs, articles, essays, novels, and dissertations.",
|
||||
"publisher": {
|
||||
"name": "Acme University Press",
|
||||
|
@ -240,24 +148,20 @@
|
|||
"url": "http://codeproject.com/something-i-wrote-once"
|
||||
}
|
||||
],
|
||||
|
||||
"reading": [
|
||||
{
|
||||
"title": "Other Copenhagens",
|
||||
"flavor": "book",
|
||||
"url": "http://www.amazon.com/Other-Copenhagens-And-Stories/dp/0984749209",
|
||||
"author": "Edmund Jorgensen"
|
||||
},
|
||||
{
|
||||
"title": "r/programming",
|
||||
"flavor": "website",
|
||||
"url": "https://www.reddit.com/r/programming"
|
||||
},
|
||||
{
|
||||
"title": "Hacker News",
|
||||
"title": "r/privacy",
|
||||
"flavor": "website",
|
||||
"url": "https://news.ycombinator.com/"
|
||||
"url": "https://www.reddit.com/r/privacy"
|
||||
}
|
||||
],
|
||||
|
||||
"recognition": [
|
||||
{
|
||||
"flavor": "award",
|
||||
|
@ -277,6 +181,7 @@
|
|||
"summary": "For work in promotion and popularization of SpinWidget technology."
|
||||
}
|
||||
],
|
||||
|
||||
"references": [
|
||||
{
|
||||
"name": "John Doe",
|
||||
|
@ -305,6 +210,7 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
|
||||
"testimonials": [
|
||||
{
|
||||
"name": "John Doe",
|
||||
|
@ -319,39 +225,72 @@
|
|||
"private": false
|
||||
}
|
||||
],
|
||||
|
||||
"languages": [
|
||||
{
|
||||
"language": "English",
|
||||
"language": "French",
|
||||
"level": "native"
|
||||
},
|
||||
{
|
||||
"language": "Spanish",
|
||||
"level": "advanced"
|
||||
"language": "English",
|
||||
"level": "bilingual"
|
||||
},
|
||||
{
|
||||
"language": "C++",
|
||||
"language": "Japanese",
|
||||
"level": "beginner"
|
||||
},
|
||||
{
|
||||
"language": "Spanish",
|
||||
"level": "basic"
|
||||
},
|
||||
{
|
||||
"language": "Python",
|
||||
"level": "intermediate"
|
||||
},
|
||||
{
|
||||
"language": "C",
|
||||
"level": "beginner"
|
||||
},
|
||||
{
|
||||
"language": "Rust.rs",
|
||||
"level": "beginner"
|
||||
}
|
||||
],
|
||||
|
||||
"interests": [
|
||||
{
|
||||
"name": "GitHub",
|
||||
"summary": "Regular GitHub user and tinkerer.",
|
||||
"keywords": [
|
||||
"GitHub",
|
||||
"git",
|
||||
"GitHub Desktop (OS X)",
|
||||
"LFS",
|
||||
"GitHub API"
|
||||
"git"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "chess",
|
||||
"summary": "Avid chess player.",
|
||||
"name": "Electronics",
|
||||
"summary": "Maker at heart.",
|
||||
"keywords": [
|
||||
"Sicilian",
|
||||
"King's Gambit",
|
||||
"Ruy Lopez"
|
||||
"Electronics",
|
||||
"Arduino",
|
||||
"PCB Design"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Archery",
|
||||
"summary": "Practiced for a couple years the art of precision & accuracy.",
|
||||
"keywords": [
|
||||
"Archery",
|
||||
"Bow",
|
||||
"Arrow",
|
||||
"Precision",
|
||||
"Accuracy"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Climbing",
|
||||
"summary": "Nice way to get relief from stress",
|
||||
"keywords": [
|
||||
"Climbing"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Reference in a new issue