forked from robert/robertjohnson.work
Added name and url for certifications
This commit is contained in:
parent
1ffc5c0459
commit
a31b955159
@ -137,6 +137,7 @@ certifications:
|
|||||||
organization: Microsoft
|
organization: Microsoft
|
||||||
credentialid: 111-222
|
credentialid: 111-222
|
||||||
credentialurl: www.google.com
|
credentialurl: www.google.com
|
||||||
|
credentialname: Google
|
||||||
details: |
|
details: |
|
||||||
Details about cert. Lorem ipsum dolor sit amet, consectetur
|
Details about cert. Lorem ipsum dolor sit amet, consectetur
|
||||||
adipiscing elit.
|
adipiscing elit.
|
||||||
@ -157,6 +158,7 @@ certifications:
|
|||||||
organization: Microsoft
|
organization: Microsoft
|
||||||
credentialid: 111-222
|
credentialid: 111-222
|
||||||
credentialurl: www.github.com
|
credentialurl: www.github.com
|
||||||
|
credentialname: Github
|
||||||
details: |
|
details: |
|
||||||
Older certification. Lorem ipsum dolor sit amet, consectetur
|
Older certification. Lorem ipsum dolor sit amet, consectetur
|
||||||
adipiscing elit.
|
adipiscing elit.
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<div class="second-upper-row">
|
<div class="second-upper-row">
|
||||||
<div class="cert-org">{{ certifications.organization }} {% if certifications.credentialid %} ({{ certifications.credentialid }}) {% endif %}</div>
|
<div class="cert-org">{{ certifications.organization }} {% if certifications.credentialid %} ({{ certifications.credentialid }}) {% endif %}</div>
|
||||||
{% if certifications.credentialurl %}
|
{% if certifications.credentialurl %}
|
||||||
<div class="cert-url"><a href="//{{ certifications.credentialurl }}" target="_blank">{{ certifications.credentialurl }}</a></div>
|
<div class="cert-url"><a href="//{{ certifications.credentialurl }}" target="_blank">{{ certifications.credentialname }}</a></div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user