uwu
This commit is contained in:
parent
cb1eb4cc5a
commit
abe9de3773
4 changed files with 243 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
<body>
|
||||
<div class="center">
|
||||
<h1 class="title"><i>{{name}}</i></h1>
|
||||
<h1 class="title"><i>{{name}}</i> </h1>
|
||||
<h1 class="subtitle toggle">dark/light</h1>
|
||||
<divide></divide>
|
||||
{{#each item}}
|
||||
|
@ -8,16 +8,16 @@
|
|||
{{/each}}
|
||||
<divide></divide>
|
||||
<div class="socials">
|
||||
|
||||
{{#each social}}
|
||||
<a href="https://{{link}}" class="{{name}}">
|
||||
<svg width="40" height="40" role="img" viewBox="0 0 24 24" >
|
||||
<a rel="me" href="https://{{link}}" class="{{name}}">x
|
||||
<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>
|
||||
|
||||
|
||||
<div id="box"></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue