Skip to content

CV/Resume template built it using Next.js and Typescript

License

Notifications You must be signed in to change notification settings

alfrejivi/my-cv

Folders and files

NameName
Last commit message
Last commit date
Oct 1, 2020
Oct 1, 2020
Apr 22, 2020
Jan 23, 2020
Oct 1, 2020
Feb 27, 2020
Apr 22, 2020
Nov 14, 2019
Dec 18, 2019
Apr 10, 2021
Mar 31, 2020
Nov 13, 2019

Repository files navigation

My CV - Resume GitHub GitHub stars Codacy Badge

CV/Resume personal website template built it using Next.js and Typescript.

Please go and change the data/data.tsx file to fill the CV/Resume with your personal information Feel free to use it and customize it as much as you desire.

To view a live example, click here

Getting Started

From your command line, clone and run this repository running:

# Clone this repository
$ git clone https://github.com/alfrejivi/my-cv.git

# Go into the repository
$ cd /my-cv

# Install dependencies
$ npm i

# Run the project
$ npm run dev

Google Analitycs

Create an .env file and add your GA ID:

GA_ID=UA-XXXXXXXX-X

Images and Fonts and public assets

Store any public assets in public folder and access to them as root folder in your website ./

Customize every section in /data/data.tsx with your own information.

/* Change this file to have your own CV / Resume data */

const Resume: IResume = {
    /* Your summary and introduction */
    introduction: {
        name: "Freddy Jimenez",
        avatar: "./images/avatar.jpg",
        location: "Amsterdam, The Netherlands",
        description: "I'm a happy Software Developer :)",
        position: "Fullstack Engineer @awesome-company"
    },
    /* Your work experience */
    experience: [ ... ],
    education: [ ... ],
    skills: [ ... ],
    awards: [ ... ],
    languages: [ ... ],
    contact: [ ... ]
};

Technologies used

Deployment

I'm currently using ZEIT Now and I highly recommend to use it. Please go to the docs to see how incredibly easy and fast is to deploy with it.

Contribute

If you are interested in contribute and make this project much better for the community, plese open a pull request or take a look at the issues.

Contact

Freddy Jimenez : alfrejivi@gmail.com | alfrejivi.com | Linkedin | Github

Other info

For more information please visit https://nextjs.org/docs