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
|
||||
credentialid: 111-222
|
||||
credentialurl: www.google.com
|
||||
credentialname: Google
|
||||
details: |
|
||||
Details about cert. Lorem ipsum dolor sit amet, consectetur
|
||||
adipiscing elit.
|
||||
@ -157,6 +158,7 @@ certifications:
|
||||
organization: Microsoft
|
||||
credentialid: 111-222
|
||||
credentialurl: www.github.com
|
||||
credentialname: Github
|
||||
details: |
|
||||
Older certification. Lorem ipsum dolor sit amet, consectetur
|
||||
adipiscing elit.
|
||||
|
@ -21,7 +21,7 @@
|
||||
<div class="second-upper-row">
|
||||
<div class="cert-org">{{ certifications.organization }} {% if certifications.credentialid %} ({{ certifications.credentialid }}) {% endif %}</div>
|
||||
{% 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 %}
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user