about summary refs log tree commit diff stats
path: root/src/pages/widgets/links.ejs
blob: eacfe91b22a4c5eb94cd7b7eff7360b15de05cfd (plain) (blame)
1
2
3
4
5
6
7
<section class="links" id="links">
  <div class="title"><img src="../../../assets/images/general-icon.svg"><a href="#general" data-localise="__MSG_general__">General</a></div>
  <% config.services.forEach(service=>{ %>
  <div class="title"><img src="../../../assets/images/<%= service %>-icon.<%= config.services[service].imageType %>"><a href="#<%= service %>" data-localise="__MSG_<%= service %>__"><%= service %></a></div>
  <% }); %>
  <div class="title"><img src="../../../assets/images/about-icon.svg"><a href="#about" data-localise="__MSG_about__">About</a></div>
</section>