alprwatch-org/utilities is now suspected-locations (#63)

* alprwatch-org/utilities is now suspected-locations

Originally, we were using 811 locate requests to create a map of locations
where Flock may have installed a camera, shot spotter, or other device.
Since then, people have started to contribute lists of suspected locations
from other sources. As a result, we recently renamed our project and updated
the relevant URLs.

* https://alprwatch.org/flock/suspected-locations
* https://gitlab.com/alprwatch-org/suspected-locations

The old "utilities" links are set to redirect to these new destinations. This
commit updates the DeFlock site to reflect the new naming scheme.

* resize header to fit longer title

---------

Co-authored-by: Will Freeman <hohosanta@me.com>
This commit is contained in:
alprwatch
2025-11-27 02:31:39 +01:00
committed by GitHub
parent 9fdcba3422
commit 1e84860ae6

View File

@@ -59,7 +59,7 @@
</div>
<!-- Project Content -->
<v-card-title class="text-h6 font-weight-bold pa-4 pb-2">
<v-card-title class="text-subtitle-1 font-weight-bold pa-4 pb-0 text-center">
{{ project.name }}
</v-card-title>
@@ -113,17 +113,17 @@ const similarProjects: SimilarProject[] = [
imageUrl: "/similar-projects/eof.webp"
},
{
name: "ALPR Watch | Flock",
name: "ALPR Watch | Suspected Locations",
description: "Map of locations where ALPRs may be, based on 811 locate requests, FOIA, and other sources.",
url: "https://alprwatch.org/flock/suspected-locations/",
imageUrl: "/similar-projects/flockutil.webp"
},
{
name: "ALPR Watch | Recents",
description: "Explore recently added Flock cameras in the US.",
url: "https://alprwatch.org/flock/map",
imageUrl: "/similar-projects/alprwatch.webp"
},
{
name: "ALPR Watch | Utilities",
description: "Map of 811 dig requests from Flock Safety, often a sign of a Flock camera.",
url: "https://alprwatch.org/flock/utilities/",
imageUrl: "/similar-projects/flockutil.webp"
},
{
name: "Atlas of Surveillance",
description: "EFF's comprehensive database of surveillance technologies used by law enforcement.",
@@ -247,4 +247,4 @@ const similarProjects: SimilarProject[] = [
.v-theme--dark .cta-card {
background: linear-gradient(135deg, rgba(var(--v-theme-primary), 0.15) 0%, rgba(var(--v-theme-secondary), 0.08) 100%);
}
</style>
</style>