Merge branch 'master' into master

This commit is contained in:
sharath Kumar 2022-02-07 12:20:41 +05:30 committed by GitHub
commit b2db3ca156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 29 additions and 9 deletions

View File

@ -1,2 +1,9 @@
source 'https://rubygems.org' source "https://rubygems.org"
# gem "rails"
gem "jekyll"
gem 'github-pages' gem 'github-pages'
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

View File

@ -6,7 +6,7 @@
> This theme is designed by Xiaoying Riley at [3rd Wave Media](http://themes.3rdwavemedia.com/). > 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. > Visit her [website](http://themes.3rdwavemedia.com/) for more themes.
I have made this into a Jekyll Theme. Checkout the live demo [here](https://webjeda.com/online-cv/). I have made this into a Jekyll Theme. Checkout the live demo [here](https://online-cv.webjeda.com).
<table> <table>
<tr> <tr>
@ -15,10 +15,10 @@ I have made this into a Jekyll Theme. Checkout the live demo [here](https://webj
</tr> </tr>
<tr> <tr>
<td> <td>
<img src="https://webjeda.com/online-cv/assets/images/desktop.png?raw=true" width="600"/> <img src="https://online-cv.webjeda.com/assets/images/desktop.png?raw=true" width="600"/>
</td> </td>
<td> <td>
<img src="https://webjeda.com/online-cv/assets/images/mobile.png?raw=true" width="250"/> <img src="https://online-cv.webjeda.com/assets/images/mobile.png?raw=true" width="250"/>
</td> </td>
</tr> </tr>
</table> </table>
@ -41,11 +41,11 @@ There are 6 color schemes available:
| Blue | Turquoise | Green | | Blue | Turquoise | Green |
|---------|---------|---------| |---------|---------|---------|
| <img src="https://webjeda.com/online-cv/assets/images/blue.jpg" width="300"/> | <img src="https://webjeda.com/online-cv/assets/images/turquoise.jpg" width="300"/> | <img src="https://webjeda.com/online-cv/assets/images/green.jpg" width="300"/> | | <img src="https://online-cv.webjeda.com/assets/images/blue.jpg" width="300"/> | <img src="https://online-cv.webjeda.com/assets/images/turquoise.jpg" width="300"/> | <img src="https://online-cv.webjeda.com/assets/images/green.jpg" width="300"/> |
| Berry | Orange | Ceramic | | Berry | Orange | Ceramic |
|---------|---------|---------| |---------|---------|---------|
| <img src="https://webjeda.com/online-cv/assets/images/berry.jpg" width="300"/> | <img src="https://webjeda.com/online-cv/assets/images/orange.jpg" width="300"/> | <img src="https://webjeda.com/online-cv/assets/images/ceramic.jpg" width="300"/> | | <img src="https://online-cv.webjeda.com/assets/images/berry.jpg" width="300"/> | <img src="https://online-cv.webjeda.com/assets/images/orange.jpg" width="300"/> | <img src="https://online-cv.webjeda.com/assets/images/ceramic.jpg" width="300"/> |
## Credits ## Credits

View File

@ -14,6 +14,7 @@ sidebar:
# Sidebar links # Sidebar links
email: hello@webjeda.com email: hello@webjeda.com
phone: 012 345 6789 phone: 012 345 6789
citizenship:
website: blog.webjeda.com #do not add http:// website: blog.webjeda.com #do not add http://
linkedin: alandoe linkedin: alandoe
xing: alandoe xing: alandoe

View File

@ -13,6 +13,12 @@
</li> </li>
{% endif %} {% endif %}
{% if sidebar.citizenship %}
<li class="phone"><i class="fas fa-passport"></i>
<a href="">{{ sidebar.citizenship }}</a>
</li>
{% endif %}
{% if sidebar.telegram %} {% if sidebar.telegram %}
<li class="telegram"><i class="fab fa-telegram"></i> <li class="telegram"><i class="fab fa-telegram"></i>
<a href="https://t.me/{{ sidebar.telegram }}" target="_blank">{{ sidebar.telegram }}</a> <a href="https://t.me/{{ sidebar.telegram }}" target="_blank">{{ sidebar.telegram }}</a>

View File

@ -36,4 +36,10 @@
-webkit-print-color-adjust: exact; -webkit-print-color-adjust: exact;
} }
.fa-inverse,
.fa-inverse:after,
.fa-inverse:before {
color: #ffffff !important;
}
} }