Added all the things.

This commit is contained in:
2020-04-10 16:14:44 -04:00
parent e9102cb58d
commit cd6862c836
47 changed files with 1139 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<div class="card pa-4">
<div class="text-center">
<img src="{{ .img }}" width="100" height="100" class="mr-4" style="margin: auto;">
</div>
<div class="title text-center">
<h3>{{ .title }}</h3>
</div>
<div class="article">
<p>{{ .desc }}</p>
</div>
</div>