Welcome to mirror list, hosted at ThFree Co, Russian Federation.

entry.html « achievements « sections « partials « layouts - github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f665cefb24cb635870409bb29d6c52cfc75a347 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div
  class="achievement-entry text-center"
  style="background-image: url('{{ strings.TrimSuffix "/" site.BaseURL }}{{ .image | relURL }}');"
>
  <i class="fas fa-search-plus" id="enlarge-icon"></i>
  <h4 class="title" id="achievement-title">{{ .title }}</h4>
  <div class="caption hidden col-lg-6 text-left" id="caption">
    <h4>{{ .title }}</h4>
    <p>{{ .summary | markdownify }}</p>
  </div>
</div>