let resume = {
    name: 'Mathis Cariou',
    occupation: 'Student and Freelance Developer',

    location: 'Lille',

    email: 'contact@mathisca.fr',

    school: {
        name: 'IMT Lille-Douai',
        type: 'Engineering School',
        year: 4

    },

    experiences: {
        'Led Visual Innovation @ Freelance': {
            date: '2020',
            role: 'Front-end development @ Ionic / Angular',
            details: 'Development of a customizable ready-to-deploy application for city communication',
            link: 'https://play.google.com/store/apps/details?id=fr.lvi.mairie.auxerre'
        },
        'Viously @ Internship': {
            date: 'Fev 2020 - Jun 2020',
            role: 'Traffic Manager @ PowerBI - Advanced Spreadsheets',
            details: 'Ad revenues optimization',
        },
        'UTAR Malaysia @ International Internship': {
            date: 'Apr 2019 - Jul 2019',
            role: 'Development of a mobile app @ Ionic',
            link: 'https://play.google.com/store/apps/details?id=fr.mathisca.kidsmonitoring'
        },
        'Gengo @ Freelance': {
            date: 'Mar 2016 - ? ',
            role: 'Translation from English to French',
            link: 'https://gengo.com/hire/profile/481989/'
        },
    },

    links: {
        'linkedin': 'https://www.linkedin.com/in/mathisca/',
        'twitter': 'https://twitter.com/Mathisca_',
        'keybase': 'https://keybase.io/mathisca',
        'steam': 'https://steamcommunity.com/id/Mathisca/'
    }
}