From 39f3a26551ace7ad95a7469de2eb64e3734f2c73 Mon Sep 17 00:00:00 2001 From: Xananax Date: Mon, 15 May 2017 20:31:28 +0300 Subject: [PATCH 1/2] first commit --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/readme.md b/readme.md index ffe63d8..57627a5 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,18 @@ 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 `styles/` 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: ![1st style](style1.png "First Style") From c5b1ba19d719343b8bfeedbe768dbf44fda4db49 Mon Sep 17 00:00:00 2001 From: Xananax Date: Tue, 16 May 2017 13:11:17 +0300 Subject: [PATCH 2/2] corrected readme --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 57627a5..b15660a 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ Note: You should **not** touch the HTML. You *may* change names, texts, and imag 1. Press `fork` at the top of this page. 2. clone the forked repository to your computer (`git clone `) -3. create a file in `styles/` called `style.css` +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! @@ -29,7 +29,12 @@ Note: You should **not** touch the HTML. You *may* change names, texts, and imag ## 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