added illustrations

This commit is contained in:
Danny Coates 2019-02-27 11:42:43 -08:00
parent f968083f74
commit 72ee9c13d2
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
7 changed files with 613 additions and 16 deletions

View file

@ -1,6 +1,7 @@
/* global downloadMetadata */
const html = require('choo/html');
const archiveTile = require('./archiveTile');
const assets = require('../../common/assets');
const modal = require('./modal');
const notFound = require('./notFound');
@ -133,6 +134,7 @@ module.exports = function(state, emit) {
<p class="pb-2 text-grey-darkest leading-normal">
${state.translate('downloadFinishText')}
</p>
<img src="${assets.get('completed.svg')}" class="" />
<p class="mb-4">
<a
href="/"