Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
new file mode 100644
index 0000000..d7fc9e7
--- /dev/null
+++ b/layouts/partials/header.html
@@ -0,0 +1,13 @@
+<div class="d-flex flex-column flex-sm-row mt-2">
+ <div class="mr-4">
+ <img class="rounded-circle pt-2 mb-2" src="{{ .Site.BaseURL }}/images/{{ .Site.Params.profile.photo }}" alt="{{ .Site.Params.author }}"
+ style="width: 150px;" />
+ {{ partial "social.html" . }}
+ </div>
+
+ <div>
+ <h1 class="text-white mb-1">{{ .Site.Params.profile.name }}</h1>
+ <h3 class="text-light">{{ .Site.Params.description }}</h3>
+ <p class="text-white">{{ .Site.Params.aboutme.description | markdownify }}</p>
+ </div>
+</div> \ No newline at end of file