basically done
This commit is contained in:
parent
bb70bf6d3f
commit
2c87014a81
22 changed files with 238 additions and 43 deletions
|
@ -1,11 +1,22 @@
|
|||
<body>
|
||||
<div class="center">
|
||||
<h1 class="title toggle"><i>{{name}}</i></h1>
|
||||
{{#each item}}
|
||||
<h1 class="title"><i>{{name}}</i></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 href="https://{{link}}" class="{{name}}">
|
||||
{{name}}
|
||||
</a>
|
||||
{{!-- <img data-color="#{{color}}" src="./assets/icons/{{name}}.svg" alt="{{name}} Icon"></a> --}}
|
||||
{{/each}}
|
||||
</div>
|
||||
|
||||
{{!-- <a class="portfolio" href="/portfolio">portfolio</a>
|
||||
{{!-- <a class="portfolio" href="/portfolio">portfolio</a>
|
||||
<a id="disabled" class="lore" href="/lore">lore</a>
|
||||
<a id="disabled" class="art" href="/art">art</a> --}}
|
||||
<div id="box"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue