add more umami

This commit is contained in:
Lio 2020-10-23 23:39:21 +02:00
parent 0fca1c10f5
commit 1154ce2081

View file

@ -1,24 +1,24 @@
<div id="main"> <div id="main">
<svg class="large shape" viewBox="40 50 100 35"> <svg class="large shape" viewBox="40 50 100 35">
<defs> <defs>
<linearGradient id="circleGradient" x1="10%" x2="100%" y1="70%" y2="10%"> <linearGradient id="circleGradient" x1="10%" x2="100%" y1="70%" y2="10%">
<stop stop-color="#ffd1dc" offset="0%"/> <stop stop-color="#ffd1dc" offset="0%" />
{{!-- <stop stop-color="#2a2c41" offset="30%"/> --}} {{!-- <stop stop-color="#2a2c41" offset="30%"/> --}}
<stop stop-color="#0D0D0C" offset="80%"/> <stop stop-color="#0D0D0C" offset="80%" />
</linearGradient> </linearGradient>
</defs> </defs>
<circle cx="90" cy="55" r="5" fill-rule="evenodd" stroke-linecap="square" fill="url(#circleGradient)"/> <circle cx="90" cy="55" r="5" fill-rule="evenodd" stroke-linecap="square" fill="url(#circleGradient)" />
<circle cx="120" cy="50" r="28" fill-rule="evenodd" stroke-linecap="square" fill="url(#circleGradient)"/> <circle cx="120" cy="50" r="28" fill-rule="evenodd" stroke-linecap="square" fill="url(#circleGradient)" />
<circle cx="100" cy="70" r="15" fill-rule="evenodd" stroke-linecap="square" fill="url(#circleGradient)"/> <circle cx="100" cy="70" r="15" fill-rule="evenodd" stroke-linecap="square" fill="url(#circleGradient)" />
</svg> </svg>
<section class="socials"> <section class="socials">
<h1 class="name"> {{name}}</h1> <h1 class="name"> {{name}}</h1>
<br> <br>
<br> <br>
<div class="links"> <div class="links">
{{#each social}} {{#each social}}
<div id="{{name}}"> <div class="umami-click-{{name}}" id="{{name}}">
<a href="https://{{link}}"> <a href="https://{{link}}">
{{#each character}} {{#each character}}
<span> <span>
@ -36,6 +36,6 @@
<div class="creator"> <div class="creator">
<p> <p>
<a href="https://werewolf.computer">lio</a> <a class="umami-click-creator" href="https://werewolf.computer">lio</a>
</p> </p>
</div> </div>