🖼 Added illustrations

This commit is contained in:
2021-10-13 14:46:00 -07:00
parent 7972542fa1
commit 9506ee7054
5 changed files with 21 additions and 5 deletions

View File

@@ -6,6 +6,6 @@
} }
.featureSvg { .featureSvg {
height: 200px; min-height: 200px;
width: 200px; min-width: 200px;
} }

View File

@@ -17,7 +17,7 @@ type FeatureItem = {
const FeatureList: FeatureItem[] = [ const FeatureList: FeatureItem[] = [
{ {
title: 'Don\'t Hate, Curate.', title: 'Don\'t Hate, Curate.',
image: '/img/curate.svg', image: './img/curate.svg',
description: ( description: (
<> <>
Browse, search, discover your comic book library that you have so proudly built from scratch. Browse, search, discover your comic book library that you have so proudly built from scratch.
@@ -26,7 +26,7 @@ const FeatureList: FeatureItem[] = [
}, },
{ {
title: 'No Fuss DC++', title: 'No Fuss DC++',
image: '', image: './img/dcpp.svg',
description: ( description: (
<> <>
With first-class support for the excellent <code>AirDC++</code>, find and acquire hidden gems. With first-class support for the excellent <code>AirDC++</code>, find and acquire hidden gems.
@@ -35,7 +35,7 @@ const FeatureList: FeatureItem[] = [
}, },
{ {
title: 'Shine with Comic Vine', title: 'Shine with Comic Vine',
image: '', image: './img/cv.svg',
description: ( description: (
<> <>
Scrape Comic Vine's exhaustive comic book database to analyze and clean up your library's metadata. Scrape Comic Vine's exhaustive comic book database to analyze and clean up your library's metadata.

BIN
static/img/curate.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

8
static/img/cv.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 72 KiB

8
static/img/dcpp.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 74 KiB