more icons, less lengthy icon row
This commit is contained in:
parent
ae69b0aa79
commit
4520e66c66
7 changed files with 173 additions and 97 deletions
|
@ -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}}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue