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

gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormertbakir <2335694-mertbakir@users.noreply.gitlab.com>2020-09-01 16:27:47 +0300
committermertbakir <mertbakxr@gmail.com>2020-09-01 16:27:47 +0300
commitc4a1ddd345f5add274734491f5e1819fa81a43d8 (patch)
tree3366d99c171132b7cf282c7934559efe54e75e0b /layouts/partials/about-me.html
parent7769b08940b1aadbcbe784f18a7e85d88037c2f6 (diff)
Update section objective > about-me
Diffstat (limited to 'layouts/partials/about-me.html')
-rw-r--r--layouts/partials/about-me.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/about-me.html b/layouts/partials/about-me.html
new file mode 100644
index 0000000..fd860d8
--- /dev/null
+++ b/layouts/partials/about-me.html
@@ -0,0 +1,8 @@
+<div class="section">
+ <h1 class="section-title">About Me</h1>
+ <p>
+ {{ range .Site.Data.features.about }}
+ {{ .details }}
+ {{ end }}
+ </p>
+</div> \ No newline at end of file