Add WIP life calendar

This commit is contained in:
2021-05-31 01:25:37 +02:00
parent c9a217f0ea
commit 6f984ed6fb
10 changed files with 148 additions and 7 deletions

View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
{{> head}}
<body>
{{> header}}
<div class="life_calendar">
{{#each weeks}}<p style="color: {{this.border_color}}{{#if this.fill_color}}; background-color: {{this.fill_color}}{{/if}}"></p>{{/each}}
</div>
<div class="life_calendar_ticker">
<h2>circa</h2>
<h1>{{weeks_left}}</h1>
<h2>veckor kvar</h2>
</div>
</body>
</html>