website look and description

This commit is contained in:
gurusabarish
2020-10-26 09:56:35 +05:30
parent 4c185424bd
commit 544bfb587d
7 changed files with 49 additions and 31 deletions
+16
View File
@@ -43,10 +43,12 @@
{{ end }}
</div>
<div class="social p-4">
{{ if .Site.Params.useresume }}
<a href="{{ .Site.Params.resume | default "#" }}" class="btn btn-info" role="button"
aria-pressed="true">
Resume
</a>
{{ end }}
{{ if .Site.Params.github }}
<a class="text-dark" href="{{ .Site.Params.github }}" aria-label="github">
@@ -77,6 +79,20 @@
</svg>
</a>
{{ end }}
{{ if .Site.Params.facebook }}
<a class="text-info" href="{{ .Site.Params.facebook }}" aria-label="facebook">
<svg width="2em" height="2em" aria-hidden="true" focusable="false" data-prefix="fab"
data-icon="facebook-f" class="svg-inline--fa fa-facebook-f fa-w-10" role="img"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
<path fill="currentColor"
d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z">
</path>
</svg>
</a>
{{ end }}
</div>
</div>
</div>