Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,26 @@

Note: You should **not** touch the HTML. You *may* change names, texts, and images to personalize the CV.

## How To

1. Press `fork` at the top of this page.
2. clone the forked repository to your computer (`git clone <your repo>`)
3. create a file in `style/` called `style.css`
4. Open this file in your text editor (VScode, Atom, Sublime...)
5. Open `index.html` in your browser
6. Begin implementing the styles!
7. Don't forget to push back changes from time to time (`git add -A`, then `git commit -m "message"` then `git push -u origin master`)
8. When you're satisfied, submit a [Pull Request](https://help.github.com/articles/about-pull-requests/)
9. Don't panic! One step at a time

## Images:

### first style
![1st style](style1.png "First Style")

### second style
![2nd style](style2.png "Second Style")

### mobile styles
![1nd style mobile](style1-mobile.png "First Style Mobile")
![2nd style mobile](style2-mobile.png "Second Style Mobile")