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

objective.html « partials « layouts - gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc02a0aabe68d441f8ac8ea83d2c38e28fb890b3 (plain)
1
2
3
4
5
6
7
8
<div class="section">
    <h1 class="section-title">Objective</h1>
    <p>
        {{ range .Site.Data.features.about }}
            {{ .details }}
        {{ end }}
    </p>
</div>