forked from robert/robertjohnson.work
#88 Adding social icon for GoodReads
This commit is contained in:
parent
d4aed8ba28
commit
d8d885eddb
@ -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:
|
||||
@ -22,6 +22,7 @@ sidebar:
|
||||
twitter: '@webjeda'
|
||||
stack-overflow: # Number/Username, e.g. 123456/alandoe
|
||||
codewars:
|
||||
goodreads: # Number-Username, e.g. 123456-alandoe
|
||||
|
||||
languages:
|
||||
- idiom: English
|
||||
@ -32,7 +33,7 @@ sidebar:
|
||||
|
||||
- idiom: Spanish
|
||||
level: Professional
|
||||
|
||||
|
||||
interests:
|
||||
- item: Climbing
|
||||
link:
|
||||
@ -66,7 +67,7 @@ education:
|
||||
pretium quis, sem.
|
||||
|
||||
- Bullet point
|
||||
- Bullet point
|
||||
- Bullet point
|
||||
|
||||
- degree: BSc in Applied Mathematics
|
||||
university: Bristol University
|
||||
@ -79,7 +80,7 @@ education:
|
||||
pretium quis, sem.
|
||||
|
||||
- Bullet point
|
||||
- Bullet point
|
||||
- Bullet point
|
||||
|
||||
experiences:
|
||||
- role: Lead Developer
|
||||
@ -97,7 +98,7 @@ experiences:
|
||||
architecto beatae vitae dicta sunt explicabo.
|
||||
|
||||
- Bullet point
|
||||
- Bullet point
|
||||
- Bullet point
|
||||
|
||||
- role: Senior Software Engineer
|
||||
time: 2014 - 2015
|
||||
|
@ -61,5 +61,11 @@
|
||||
</li>
|
||||
{% 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>
|
||||
</div><!--//contact-container-->
|
||||
</div><!--//contact-container-->
|
||||
|
Loading…
Reference in New Issue
Block a user