Merge pull request #125 from Prakash4844/Improvement/certificates

[Improvement] Added Optional certification/achievements image in card head.
This commit is contained in:
Guru Sabarish
2023-08-08 07:13:24 +05:30
committed by GitHub
3 changed files with 6 additions and 0 deletions
+3
View File
@@ -277,13 +277,16 @@ params:
- title: Google kickstart runner
content: I solved all problems with optimal solution.
url: https://example.com
image: /images/projects/profile.png
- title: Facebook Hackathon Winner
content: Developed a product using Artificial Intelligence.
image: /images/projects/profile2.jpg
- title: Hugo Profile
content: Developed a theme and getting 1K+ downloads per month.
url: "https://github.com/gurusabarish/hugo-profile"
- title: Microsoft Imagine Runner
content: We are developed a product which can help others.
image: /images/projects/converter.jpg
- title: Google Summer of Code
content: Contributed to a open source project.
url: https://example.com
Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

@@ -8,6 +8,9 @@
{{ if .url }}
<div class="col-lg-4 col-md-6 my-3">
<a class="card my-3 h-100 p-3" href="{{ .url }}" title="{{ .title }}" target="_blank">
<div class="card-head">
<img class="card-img-top" src="{{ .image }}">
</div>
<div class="card-body bg-transparent">
<h5 class="card-title bg-transparent">{{ .title }}</h5>
<div class="card-text secondary-font">