Git Product home page Git Product logo

my-cv's Introduction

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 : [email protected] | alfrejivi.com | Linkedin | Github

Other info

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

my-cv's People

Contributors

alfrejivi avatar dependabot[bot] avatar codacy-badger avatar timneutkens avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.