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

scholarship.html « _default « layouts - github.com/themefisher/educenter-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 133c71beb08e4fd1d76cbb0f0de7f6663b1f8658 (plain)
1
2
3
4
5
6
7
<div class="card rounded-0 hover-shadow border-top-0 border-left-0 border-right-0">
  <img class="card-img-top rounded-0" src="{{ .Params.Image | relURL }}" alt="scholarship-thumb">
  <div class="card-body">
    <h4 class="card-title mb-3">{{ .Title }}</h4>
    <div class="content">{{ .Content }}</div>
  </div>
</div>