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:
|
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
|
||||||
|
@ -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-->
|
||||||
|
Loading…
Reference in New Issue
Block a user