update
This commit is contained in:
parent
187900fd5b
commit
1fd9adcb52
23 changed files with 1800 additions and 98 deletions
|
@ -1,3 +1,7 @@
|
|||
<!--
|
||||
Renders the table list of organisations.
|
||||
-->
|
||||
|
||||
<section class="site-content__body">
|
||||
<table class="organisations-table">
|
||||
<thead>
|
||||
|
|
16
layouts/partials/cv/timeline-legend.html.tmpl
Normal file
16
layouts/partials/cv/timeline-legend.html.tmpl
Normal file
|
@ -0,0 +1,16 @@
|
|||
<aside class="timeline__legend">
|
||||
<div>
|
||||
<label for="legend__past">Past</label>
|
||||
<div id="legend__past">
|
||||
<button id="past-unpaid" class="legend__button"><p><span class="colour-square colour-square--unpaid-past"></span> Unpaid</p></button>
|
||||
<button id="past-paid" class="legend__button"><p><span class="colour-square colour-square--paid-past"></span> Paid</p></button>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<label for="legend__current">Current</label>
|
||||
<div id="legend__current">
|
||||
<button id="current-unpaid" class="legend__button"><p><span class="colour-square colour-square--unpaid-current"></span> Unpaid</p></button>
|
||||
<button id="current-paid" class="legend__button"><p><span class="colour-square colour-square--paid-current"></span> Paid</p></button>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
Loading…
Add table
Add a link
Reference in a new issue