Skip to content

Commit

Permalink
Merge pull request #125 from Prakash4844/Improvement/certificates
Browse files Browse the repository at this point in the history
[Improvement] Added Optional certification/achievements image in card head.
  • Loading branch information
gurusabarish authored Aug 8, 2023
2 parents 828be0d + 1957ab3 commit 762ba52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exampleSite/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions layouts/partials/sections/achievements.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ <h3 class="text-center">{{ .Site.Params.achievements.title | default "Achievemen
{{ 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">
Expand Down

0 comments on commit 762ba52

Please sign in to comment.