2019-11-15 16:51:24 +00:00
|
|
|
<body>
|
|
|
|
<div class="center">
|
2019-12-08 22:52:31 +00:00
|
|
|
<h1 class="title"><i>{{name}}</i> </h1>
|
2019-11-30 15:26:13 +00:00
|
|
|
<h1 class="subtitle toggle">dark/light</h1>
|
2019-11-30 13:14:32 +00:00
|
|
|
<divide></divide>
|
|
|
|
{{#each item}}
|
2019-11-28 19:03:30 +00:00
|
|
|
<a class="{{this.name}}" href="{{this.source}}">{{this.name}}</a>
|
|
|
|
{{/each}}
|
2019-11-30 13:14:32 +00:00
|
|
|
<divide></divide>
|
|
|
|
<div class="socials">
|
|
|
|
{{#each social}}
|
2019-12-08 23:07:36 +00:00
|
|
|
<a rel="me" href="https://{{link}}" class="{{name}}">
|
2019-12-08 22:52:31 +00:00
|
|
|
<svg width="40" height="40" role="img" viewBox="0 0 24 24">
|
2019-11-30 15:26:13 +00:00
|
|
|
<title>{{name}} Icon</title>
|
|
|
|
<path d="{{icon.path}}"></path>
|
|
|
|
</svg></a>
|
|
|
|
|
2019-11-30 13:14:32 +00:00
|
|
|
{{/each}}
|
|
|
|
</div>
|
2019-12-08 22:52:31 +00:00
|
|
|
|
2019-11-28 19:03:30 +00:00
|
|
|
|
2019-11-16 21:04:54 +00:00
|
|
|
<div id="box"></div>
|
2019-11-15 16:51:24 +00:00
|
|
|
</div>
|
2019-11-30 15:26:13 +00:00
|
|
|
|
2019-11-15 16:51:24 +00:00
|
|
|
</body>
|