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

languages.html « partials « layouts - github.com/cowboysmall-tools/hugo-devresume-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a550c5354a1a03f5b477982d3b685c76a56c21d (plain)
1
2
3
4
5
6
7
8
9
10
11
12

                            <section class="skills-section py-3">

                                <h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "languages" }}</h3>

                                <ul class="list-unstyled resume-lang-list">
                                    {{ range .Site.Params.languages.list }}
                                    <li class="mb-2">{{ .name }} <span class="text-muted">({{ .level }})</span></li>
                                    {{ end }}
                                </ul>

                            </section><!--//certificates-section-->