Improve life calendar and add it to header
This commit is contained in:
@ -5,7 +5,11 @@
|
||||
{{> 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}}
|
||||
{{#each periods}}
|
||||
<span style="color: {{this.style.border}}{{#if this.style.fill}}; background-color: {{this.style.fill}}{{/if}}">
|
||||
{{#each weeks}}<p></p>{{/each}}
|
||||
</span>
|
||||
{{/each}}
|
||||
</div>
|
||||
<div class="life_calendar_ticker">
|
||||
<h2>circa</h2>
|
||||
|
||||
Reference in New Issue
Block a user