about summary refs log tree commit diff stats
path: root/src/pages/widgets/links.pug
blob: 8c5a39155fd01c7df2086158ea6637791b323b66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
section(class="links" id="links")
    div(class="title")
        a(href="#general") 
            include /src/assets/images/general-icon.svg
            span(data-localise="__MSG_general__") General

    each val, key in services
        div(class="title")
            a(href="#"+key)
                img(src=`/assets/images/${key}-icon.${services[key].imageType}`)
                span(data-localise="__MSG_"+key+"__")=services[key].name

    div(class="title")
        a(href="#about")
            img(src="/assets/images/about-icon.svg")
            span(data-localise="__MSG_about__") About