diff --git a/LICENCE.md b/LICENCE.md deleted file mode 100644 index 86200de..0000000 --- a/LICENCE.md +++ /dev/null @@ -1,8 +0,0 @@ -# The MIT License (MIT) -Copyright (c) 2016 webjeda - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..4227fcb --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 webjeda + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file 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/_config.yml b/_config.yml index 2b40d7e..b4e9f32 100644 --- a/_config.yml +++ b/_config.yml @@ -43,3 +43,8 @@ compress_html: # - http://jch.penibelst.de/ clippings: all ignore: envs: development + +# Development Settings +port: 4000 +host: 0.0.0.0 +safe: false \ No newline at end of file diff --git a/_includes/analytics.html b/_includes/analytics.html index 1309516..4ac2839 100644 --- a/_includes/analytics.html +++ b/_includes/analytics.html @@ -1,6 +1,16 @@ - - \ No newline at end of file + + \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index d8048dd..2657a41 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,6 +1,6 @@ - + diff --git a/_includes/head.html b/_includes/head.html index 12df6a2..204217a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,22 +1,23 @@ - {{site.title}} - - - - - - - - - - - + {{site.title}} + + + + + + + + + + + - - - - + + + - + \ No newline at end of file diff --git a/_includes/scripts.html b/_includes/scripts.html index f48ea08..d3a4cd9 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -1,8 +1,6 @@ - - - - - - {% if site.analytics %} - {% include analytics.html %} - {% endif %} \ No newline at end of file + + + + + +{% if site.analytics %} {% include analytics.html %} {% endif %} \ 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 diff --git a/index.html b/index.html index e9604df..04880ad 100644 --- a/index.html +++ b/index.html @@ -2,19 +2,17 @@ layout: default --- - + {% include career-profile.html %} - + {% if site.education_in_main %} - {% include education-section.html %} + {% include education.html %} {% endif %} - + {% include experience.html %} - + {% include projects.html %} - + {% include publications.html %} - + {% include skills.html %} - -