setup fontawesome, footer update

This commit is contained in:
gurusabarish
2020-11-27 20:38:13 +05:30
parent 1f9957e1a9
commit c18d6a1fd9
26 changed files with 9640 additions and 74 deletions
+3 -3
View File
@@ -2,16 +2,16 @@
<section>
<div class="do-things text-center bg-white" id="do-things">
<div class="container">
<div class="things-i-do text-primary font-weight-bold">
<div class="things-i-do text-primary py-3 font-weight-bold">
Things I do
</div>
<div class="do-things-card">
<div class="row pb-5 justify-content-center">
<div class="row pb-2 justify-content-center">
{{ range .Site.Params.Things }}
<!-- Thing 1 -->
<div class="col-lg-3 col-md-4">
<div class="things shadow rounded p-4 mt-5 bg-warning">
<div class="things shadow rounded p-4 my-2 mb-4 bg-warning">
<i class="{{ .logo }} fa-3x" width="3em" height="3em"></i>
<div class="p-2 font-weight-bold">
{{ .title }}