diff --git a/readme.md b/readme.md index ffe63d8..b15660a 100644 --- a/readme.md +++ b/readme.md @@ -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 `) +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") \ No newline at end of file