Updating certificate links
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 6s

This commit is contained in:
shockrah 2025-08-08 14:27:45 -07:00
parent a546481c4a
commit 385fd23da1

View File

@ -6,13 +6,15 @@
<li style="list-style-type: none;">
<a><strong class="bigger">{{.Params.Institution}}</strong></a>
{{ if .Params.Degree }}
<p class="text-muted">{{.Params.Degree}} acheived {{.Params.When}}</p>
{{ end }}
{{ if .Params.Certlink }}
<a href="{{.Params.Certlink}}">Certificate Link</a>
<p class="text-muted">
<i class="bi bi-calendar-check"></i> {{.Params.Degree}} acheived {{.Params.When}}
{{ if .Params.Certlink }}
<a href="{{.Params.Certlink}}"><i class="bi bi-link-45deg"></i>Certificate Link</a>
{{ end }}
</p>
{{ end }}
{{ 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 }}
</li>
{{ end }}