Add WIP life calendar
This commit is contained in:
16
server/templates/weeks.hbs
Normal file
16
server/templates/weeks.hbs
Normal 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>
|
||||
Reference in New Issue
Block a user