#88 Adding social icon for GoodReads

This commit is contained in:
Tjeerd Verhagen 2018-11-26 16:24:11 +01:00 committed by Nelson Estevão
parent d4aed8ba28
commit d8d885eddb
2 changed files with 13 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# #
# Be aware that even a small syntax error here can lead to failures in output. # Be aware that even a small syntax error here can lead to failures in output.
# #
sidebar: sidebar:
@ -22,6 +22,7 @@ sidebar:
twitter: '@webjeda' twitter: '@webjeda'
stack-overflow: # Number/Username, e.g. 123456/alandoe stack-overflow: # Number/Username, e.g. 123456/alandoe
codewars: codewars:
goodreads: # Number-Username, e.g. 123456-alandoe
languages: languages:
- idiom: English - idiom: English
@ -32,7 +33,7 @@ sidebar:
- idiom: Spanish - idiom: Spanish
level: Professional level: Professional
interests: interests:
- item: Climbing - item: Climbing
link: link:
@ -66,7 +67,7 @@ education:
pretium quis, sem. pretium quis, sem.
- Bullet point - Bullet point
- Bullet point - Bullet point
- degree: BSc in Applied Mathematics - degree: BSc in Applied Mathematics
university: Bristol University university: Bristol University
@ -79,7 +80,7 @@ education:
pretium quis, sem. pretium quis, sem.
- Bullet point - Bullet point
- Bullet point - Bullet point
experiences: experiences:
- role: Lead Developer - role: Lead Developer
@ -97,7 +98,7 @@ experiences:
architecto beatae vitae dicta sunt explicabo. architecto beatae vitae dicta sunt explicabo.
- Bullet point - Bullet point
- Bullet point - Bullet point
- role: Senior Software Engineer - role: Senior Software Engineer
time: 2014 - 2015 time: 2014 - 2015

View File

@ -61,5 +61,11 @@
</li> </li>
{% endif %} {% endif %}
{% if sidebar.goodreads %}
<li class="goodreads-g"><i class="fab fa-goodreads-g"></i>
<a href="https://www.goodreads.com/user/show/{{ sidebar.goodreads }}" target="_blank">{{ sidebar.goodreads }}</a>
</li>
{% endif %}
</ul> </ul>
</div><!--//contact-container--> </div><!--//contact-container-->