Skip to content

Commit

Permalink
Merge branch 'main' into add-tags-search-results
Browse files Browse the repository at this point in the history
  • Loading branch information
hossainemruz authored Feb 19, 2024
2 parents df72eee + 9f5a44e commit 2702075
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions layouts/partials/sections/education-alt.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ <h1 class="text-center" style="display: none">

{{ $logoImage:= resources.Get .institution.logo}}
{{ if $logoImage }}
{{/* svg don't support "Fit" operation */}}
{{ if ne $logoImage.MediaType.SubType "svg" }}
{{ $logoImage = $logoImage.Fit "300x300" }}
{{ end }}
<div class="logo-holder">
<img class="company-logo" src="{{ $logoImage.RelPermalink }}" alt="{{ .name }}" />
</div>
Expand Down
5 changes: 0 additions & 5 deletions layouts/partials/sections/education.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ <h1 class="text-center" style="display: none">

{{ $logoImage:= resources.Get .institution.logo}}
{{ if $logoImage }}
{{/* svg don't support "Fit" operation */}}
{{ if ne $logoImage.MediaType.SubType "svg" }}
{{ $logoImage = $logoImage.Fit "300x300" }}
{{ end }}

<div class="logo-holder">
<img class="company-logo" src="{{ $logoImage.RelPermalink }}" alt="{{ .name }}" />
</div>
Expand Down
4 changes: 0 additions & 4 deletions layouts/partials/sections/experiences/positions.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<div class="experience-entry-heading">
{{ $logoImage:= resources.Get .company.logo}}
{{ if $logoImage }}
{{/* svg don't support "Fit" operation */}}
{{ if ne $logoImage.MediaType.SubType "svg" }}
{{ $logoImage = $logoImage.Fit "300x300" }}
{{ end }}
<div class="logo-holder">
<img class="company-logo" src="{{ $logoImage.RelPermalink }}" alt="{{ .name }}" />
</div>
Expand Down

0 comments on commit 2702075

Please sign in to comment.