website/layouts/partials/cards/job.html
steverusso 1b2686c3eb Switch to using Hugo. (#8)
Added all the things.

Updated gitignore and README.

Removed all the things.

Reviewed-by: jeff <jeff@simplesystems.tech>
2020-04-10 20:23:17 +00:00

13 lines
193 B
HTML

<div class="card">
<div class="card-title align-center">
<i class="material-icons mr-4">{{ .icon }} </i>
{{ .title }}
</div>
<hr>
<div class="card-text">
{{ .desc }}
</div>
</div>