achievement.html 355 B

1234567891011
  1. <div
  2. class="achievement-entry text-center"
  3. style="background-image: url({{ .image }});"
  4. >
  5. <i class="fas fa-search-plus" id="enlarge-icon"></i>
  6. <h4 class="title" id="achievement-title">{{ .title }}</h4>
  7. <div class="caption hidden col-lg-6 text-left" id="caption">
  8. <h4>{{ .title }}</h4>
  9. <p>{{ .summary | markdownify }}</p>
  10. </div>
  11. </div>