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/experience.html')
-rw-r--r--layouts/partials/experience.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layouts/partials/experience.html b/layouts/partials/experience.html
new file mode 100644
index 0000000..bc50fc4
--- /dev/null
+++ b/layouts/partials/experience.html
@@ -0,0 +1,10 @@
+<h3><i class="fas {{ .Site.Params.experiences.icon }}"></i> {{ .Site.Params.experiences.title }}</h3>
+
+{{ range .Site.Params.jobs.list }}
+<dl>
+ <dt>{{ .position }}</dt>
+ <dd class="mb-0 ml-3">{{ .dates | markdownify }}</dd>
+ <dd class="mb-0 ml-3">{{ if .link }}<a class="text-warning" href="{{ .link }}">{{ .company }}</a>{{ else }} {{ .company }} {{ end }}</dd>
+ <dd class="mb-0 ml-3">{{ .details | markdownify }}</dd>
+</dl>
+{{ end }} \ No newline at end of file