netlify build fix
This commit is contained in:
@@ -6,17 +6,9 @@
|
||||
<div class="row justify-content-center py-3 mx-2">
|
||||
{{ range .Site.Params.achievements }} {{ if .img }} {{ $img = .img }} {{
|
||||
end }}
|
||||
<div
|
||||
class="col-md-5 achiv-out px-4 px-md-2 my-2"
|
||||
data-aos="fade-up"
|
||||
data-aos-easing="linear"
|
||||
data-aos-duration="600"
|
||||
data-aos-once="true"
|
||||
>
|
||||
<div
|
||||
class="achiv-card d-flex align-items-end shadow-lg rounded"
|
||||
style="background-image: url({{ .img }});"
|
||||
>
|
||||
<div class="col-md-5 achiv-out px-4 px-md-2 my-2" data-aos="fade-up" data-aos-easing="linear"
|
||||
data-aos-duration="600" data-aos-once="true">
|
||||
<div class="achiv-card d-flex align-items-end shadow-lg rounded" style="background-image: url({{ .img }});">
|
||||
<div class="p-3 w-100 achiv overflow-hidden">
|
||||
<h4 class="text-center achiv-head">{{ .title }}</h4>
|
||||
<div class="text-secondary">{{ .description }}</div>
|
||||
@@ -26,4 +18,4 @@
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
Reference in New Issue
Block a user