Alpha Release 0.3.0 - Runnercard generation #25

Merged
niggl merged 37 commits from dev into main 2021-02-12 17:03:29 +00:00
Showing only changes of commit 68f46a45b5 - Show all commits

View File

@ -55,7 +55,10 @@
<div class="columns is-multiline">
{{#each cards}}
<div class="column is-half runnercard">
<p>Back: {{this.code}}</p>
<!--SPONSOR LOGO FIRST-->
<img src="https://odit.services/assets/img/profile-pic-no_bg.hash.0c81702a.png" height="2cm" />
<!--BARCODE SECOND-->
<img src="https://odit.services/assets/img/profile-pic-no_bg.hash.0c81702a.png" height="3.5cm" />
</div>
{{/each}}
</div>