add genetec

This commit is contained in:
Will Freeman
2025-05-19 09:44:48 -06:00
parent 0d504d9793
commit 3538715ff4
5 changed files with 13 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

View File

@@ -65,6 +65,12 @@ const alprBrands: WikidataItem[] = [
wikidata: 'Q634815',
exampleImage: '/alprs/motorola-4.jpg',
},
{
name: 'Genetec', // TODO: fix me
nickname: 'Genetec',
wikidata: 'XXX', // TOOD: fix me
exampleImage: '/alprs/genetec-3.webp',
},
{
name: 'Leonardo',
nickname: 'Leonardo/ELSAG',

View File

@@ -30,6 +30,8 @@
</v-col>
</v-row>
<!-- TODO: why is this in a separate section? -->
<h2>Common Vendors</h2>
<ul class="serif mb-16">
<li>
@@ -74,6 +76,11 @@ const vendors = [
count: 4,
urlScheme: '/alprs/motorola-{index}.jpg',
},
{
vendor: 'Genetec',
count: 3,
urlScheme: '/alprs/genetec-{index}.webp',
},
{
vendor: 'Leonardo/ELSAG',
count: 4,