forked from robert/robertjohnson.work
Merge branch 'master' into master
This commit is contained in:
commit
b2db3ca156
9
Gemfile
9
Gemfile
@ -1,2 +1,9 @@
|
||||
source 'https://rubygems.org'
|
||||
source "https://rubygems.org"
|
||||
|
||||
# gem "rails"
|
||||
gem "jekyll"
|
||||
gem 'github-pages'
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
||||
|
||||
|
10
README.md
10
README.md
@ -6,7 +6,7 @@
|
||||
> 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. 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>
|
||||
<tr>
|
||||
@ -15,10 +15,10 @@ I have made this into a Jekyll Theme. Checkout the live demo [here](https://webj
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<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>
|
||||
</tr>
|
||||
</table>
|
||||
@ -41,11 +41,11 @@ There are 6 color schemes available:
|
||||
|
||||
| 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 |
|
||||
|---------|---------|---------|
|
||||
| <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
|
||||
|
||||
|
@ -14,6 +14,7 @@ sidebar:
|
||||
# Sidebar links
|
||||
email: hello@webjeda.com
|
||||
phone: 012 345 6789
|
||||
citizenship:
|
||||
website: blog.webjeda.com #do not add http://
|
||||
linkedin: alandoe
|
||||
xing: alandoe
|
||||
|
@ -13,6 +13,12 @@
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
{% if sidebar.citizenship %}
|
||||
<li class="phone"><i class="fas fa-passport"></i>
|
||||
<a href="">{{ sidebar.citizenship }}</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
{% if sidebar.telegram %}
|
||||
<li class="telegram"><i class="fab fa-telegram"></i>
|
||||
<a href="https://t.me/{{ sidebar.telegram }}" target="_blank">{{ sidebar.telegram }}</a>
|
||||
|
@ -36,4 +36,10 @@
|
||||
-webkit-print-color-adjust: exact;
|
||||
}
|
||||
|
||||
.fa-inverse,
|
||||
.fa-inverse:after,
|
||||
.fa-inverse:before {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user