Icons instead of text because fuck text
This commit is contained in:
parent
a96b0a99f4
commit
9a59674e90
7 changed files with 52 additions and 39 deletions
|
@ -1,24 +1,25 @@
|
|||
<body>
|
||||
<div class="center">
|
||||
<h1 class="title"><i>{{name}}</i></h1>
|
||||
<h1 class="subtitle toggle">dark/light</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> --}}
|
||||
<a href="https://{{link}}" class="{{name}}">
|
||||
<svg width="40" height="40" role="img" viewBox="0 0 24 24" >
|
||||
<title>{{name}} Icon</title>
|
||||
<path d="{{icon.path}}"></path>
|
||||
</svg></a>
|
||||
|
||||
{{/each}}
|
||||
</div>
|
||||
|
||||
{{!-- <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>
|
||||
</div>
|
||||
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue