Updating certificate links
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 6s
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 6s
This commit is contained in:
parent
a546481c4a
commit
385fd23da1
@ -6,13 +6,15 @@
|
|||||||
<li style="list-style-type: none;">
|
<li style="list-style-type: none;">
|
||||||
<a><strong class="bigger">{{.Params.Institution}}</strong></a>
|
<a><strong class="bigger">{{.Params.Institution}}</strong></a>
|
||||||
{{ if .Params.Degree }}
|
{{ if .Params.Degree }}
|
||||||
<p class="text-muted">{{.Params.Degree}} acheived {{.Params.When}}</p>
|
<p class="text-muted">
|
||||||
{{ end }}
|
<i class="bi bi-calendar-check"></i> {{.Params.Degree}} acheived {{.Params.When}}
|
||||||
{{ if .Params.Certlink }}
|
{{ if .Params.Certlink }}
|
||||||
<a href="{{.Params.Certlink}}">Certificate Link</a>
|
<a href="{{.Params.Certlink}}"><i class="bi bi-link-45deg"></i>Certificate Link</a>
|
||||||
|
{{ end }}
|
||||||
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Params.Certid }}
|
{{ if .Params.Certid }}
|
||||||
<p class="text-muted">Certificate id: {{.Params.Certid}}</p>
|
<p class="text-muted"><i class="bi bi-code-slash"></i> Certificate id: <code>{{.Params.Certid}}</code></p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user