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

profile.html « partials « layouts - github.com/cowboysmall-tools/hugo-devresume-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f4640a55f117e81e31e48a48506ca515657c02d (plain)
1
2
3
4
5

                        <div class="resume-title col-12 col-md-6 col-lg-8 col-xl-9">
                            <h2 class="resume-name mb-0 text-uppercase">{{ .Site.Params.profile.name }}</h2>
                            <div class="resume-tagline mb-3 mb-md-0">{{ .Site.Params.profile.tagline }}</div>
                        </div><!--//resume-title-->