Update 12.07.2020

This commit is contained in:
Denys Konovalov
2020-07-12 19:39:06 +02:00
parent 4372ece310
commit 08d932ea93
24 changed files with 85 additions and 64 deletions

View File

@ -0,0 +1,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>