Git Product home page Git Product logo

csscv's Introduction

A responsive 1-page CV template

Written in pure javascript and css. No other framework needed.

install

Clone or download the project

git clone https://github.com/mpascucci/csscv.git my-cv

Go to the new folder with you file explorer and open index.html in your favorite browser

Otherwise you can just fork the project to your github and enable git pages from the repository settings, chosing to use the master branch.

Customize the content

The content is all in the data.js file. It is organized as a json object. Please note that the order you enter your data will be respected.

Customize the style

you can customize the style of the page by editing the style.css file.

advanced

all elements of the data object in data.js can be used in the html files with a special syntax. in order to use a particular value defined in the data object you just need to create an html tag with an id referring to the object.

For example if you want to put the value of data.personal.name in a <p> tag, all you have to do is create this tag in your index.html:

<p id="personal-name"></p>

if the id is exactly this one, the tag content will be filled automatically with the value of data.personal.main

You can create and use your own parameters and value in the data object.

special lists

data.educationList, data.experienceList and data.Miscellaneous are special lists used to populate the main part of the CV. the values where and date are always put on the left column, other parameters (even new custom ones) will appear in the right column.

csscv's People

Contributors

mpascucci avatar

Stargazers

christopher pinkston 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.