more icons, less lengthy icon row

This commit is contained in:
codepupper 2019-12-10 12:37:21 +01:00
parent ae69b0aa79
commit 4520e66c66
7 changed files with 173 additions and 97 deletions

View file

@ -1,5 +1,5 @@
<body>
<h1 class="title"> <a href="/">{{name}}</a></h1>
<h1 class="title"><a href="/">{{name}}</a></h1>
<h1 class="subtitle toggle">dark/light</h1>
<div class="center">
{{#each art}}

View file

@ -2,11 +2,11 @@
<div class="center">
<h1 class="title">{{name}}</h1>
<h1 class="subtitle toggle">dark/light</h1>
<divide></divide>
{{#each item}}
<a class="{{this.name}}" href="{{this.source}}">{{this.name}}</a>
{{/each}}
<divide></divide>
<div class="socials">
{{#each social}}
<a rel="me" href="https://{{link}}" class="{{name}}">
@ -14,7 +14,6 @@
<title>{{name}} Icon</title>
<path d="{{icon.path}}"></path>
</svg></a>
{{/each}}
</div>