diff --git a/README.md b/README.md index d0c074a..1a3adcc 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,51 @@ -This theme is designed by Xiaoying Riley at [3rd Wave Media](http://themes.3rdwavemedia.com/). -Visit her [website](http://themes.3rdwavemedia.com/) for more themes. +# Orbit +> This theme is designed by Xiaoying Riley at [3rd Wave Media](http://themes.3rdwavemedia.com/). +> Visit her [website](http://themes.3rdwavemedia.com/) for more themes. -I have made this into a Jekyll Theme. -**Demo:** [http://webjeda.com/online-cv/](http://webjeda.com/online-cv/). +I have made this into a Jekyll Theme. Checkout the live demo [here](http://webjeda.com/online-cv/). -The default theme would look like this: + + + + + + + + + +
DesktopMobile
+ + + +
-![online cv Jekyll theme](https://github.com/sharu725/online-cv/raw/master/assets/images/online-cv-jekyll-theme.png) +## Installation -The theme is responsive: +* [Fork](https://github.com/sharu725/online-cv/fork) the repository +* Go to settings and set Github Pages source as master. +* Your new site should be ready at `https://username.github.io/online-cv/` -![online cv responsive Jekyll theme](https://github.com/sharu725/online-cv/raw/master/assets/images/online-cv-responsive-jekyll-theme.png) +Watch my [video](https://www.youtube.com/embed/T2nx6tj-ZH4) on installation. + +## Skins There are 6 color schemes available: | Blue | Turquoise | Green | |---------|---------|---------| -| | | | +| | | | | Berry | Orange | Ceramic | |---------|---------|---------| -| | | | +| | | | -## Installation - -* Fork the repository -* Go to settings and set Github Pages source as master. -* Your new site should be ready at https://username.github.io/online-cv/ - -Watch my [video](https://www.youtube.com/embed/T2nx6tj-ZH4) on installation. +## Credits Thanks to [Nelson Estevão](https://github.com/nelsonmestevao) for all the [contributions](https://github.com/sharu725/online-cv/commits?author=nelsonmestevao). Thanks to [t-h-e(sfrost)](https://github.com/t-h-e) for all the [contributions](https://github.com/sharu725/online-cv/commits?author=t-h-e). Check out for more themes: [**Jekyll Themes**](http://jekyll-themes.com). + +## License + +This project is licensed under the [MIT license](LICENSE.txt). \ No newline at end of file diff --git a/assets/images/berry.jpg b/assets/images/berry.jpg new file mode 100644 index 0000000..ca15148 Binary files /dev/null and b/assets/images/berry.jpg differ diff --git a/assets/images/blue.jpg b/assets/images/blue.jpg new file mode 100644 index 0000000..4e16d28 Binary files /dev/null and b/assets/images/blue.jpg differ diff --git a/assets/images/ceramic.jpg b/assets/images/ceramic.jpg new file mode 100644 index 0000000..96a902d Binary files /dev/null and b/assets/images/ceramic.jpg differ diff --git a/assets/images/online-cv-jekyll-theme.png b/assets/images/desktop.png similarity index 100% rename from assets/images/online-cv-jekyll-theme.png rename to assets/images/desktop.png diff --git a/assets/images/green.jpg b/assets/images/green.jpg new file mode 100644 index 0000000..81765c0 Binary files /dev/null and b/assets/images/green.jpg differ diff --git a/assets/images/online-cv-responsive-jekyll-theme.png b/assets/images/mobile.png similarity index 100% rename from assets/images/online-cv-responsive-jekyll-theme.png rename to assets/images/mobile.png diff --git a/assets/images/online-cv-jekyll-theme-2.png b/assets/images/online-cv-jekyll-theme-2.png deleted file mode 100644 index def92ad..0000000 Binary files a/assets/images/online-cv-jekyll-theme-2.png and /dev/null differ diff --git a/assets/images/orange.jpg b/assets/images/orange.jpg new file mode 100644 index 0000000..18efa62 Binary files /dev/null and b/assets/images/orange.jpg differ diff --git a/assets/images/turquoise.jpg b/assets/images/turquoise.jpg new file mode 100644 index 0000000..7965c13 Binary files /dev/null and b/assets/images/turquoise.jpg differ