Update achievements.html
This commit is contained in:
@@ -4,8 +4,10 @@
|
|||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="text-dark text-center h3">Achievements</div>
|
<div class="text-dark text-center h3">Achievements</div>
|
||||||
<div class="row justify-content-center py-3 mx-2">
|
<div class="row justify-content-center py-3 mx-2">
|
||||||
{{ range .Site.Params.achievements }} {{ if .img }} {{ $img = .img }} {{
|
{{ range .Site.Params.achievements }}
|
||||||
end }}
|
{{ if .img }}
|
||||||
|
{{ $img = .img }}
|
||||||
|
{{ end }}
|
||||||
<div
|
<div
|
||||||
class="col-md-5 achiv-out px-4 px-md-2 my-2"
|
class="col-md-5 achiv-out px-4 px-md-2 my-2"
|
||||||
data-aos="fade-up"
|
data-aos="fade-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user