Fixes 108
This commit is contained in:
parent
2e0ac0d628
commit
0680318dd6
5 changed files with 6 additions and 6 deletions
10
_config.yml
10
_config.yml
|
|
@ -32,7 +32,7 @@ pages_list:
|
|||
|
||||
web-app-mode: True
|
||||
|
||||
# Icons for Web App mode
|
||||
# Icons for Web App mode
|
||||
|
||||
icon-36p: "/img/web-app/icon-36p.png"
|
||||
icon-48p: "/img/web-app/icon-48p.png"
|
||||
|
|
@ -97,15 +97,15 @@ disqus-shortname: "panossakkos"
|
|||
###############
|
||||
|
||||
events:
|
||||
- image: "/img/career/spidertocat.png"
|
||||
- image: "/img/timeline/spidertocat.png"
|
||||
date: "September 2013 - Today"
|
||||
description: "Saving the neighborhood!"
|
||||
- image: "/img/career/baracktocat.jpg"
|
||||
- image: "/img/timeline/baracktocat.jpg"
|
||||
date: "September 2007 - August 2013"
|
||||
description: "Started coding"
|
||||
|
||||
# First image of the Career timeline
|
||||
career-img: "/img/career/default.png"
|
||||
# First image of the Timeline
|
||||
timeline-img: "/img/timeline/default.png"
|
||||
|
||||
##################
|
||||
# Contact layout #
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
<li class="timeline-inverted">
|
||||
<div class="timeline-image">
|
||||
<img class="img-circle img-responsive" src="{{site.baseurl}}{{ site.career-img }}" alt="">
|
||||
<img class="img-circle img-responsive" src="{{site.baseurl}}{{ site.timeline-img }}" alt="">
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 5 KiB |
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
Loading…
Add table
Add a link
Reference in a new issue