diff --git a/webapp/public/everydoor.webp b/webapp/public/everydoor.webp new file mode 100644 index 0000000..05de6c1 Binary files /dev/null and b/webapp/public/everydoor.webp differ diff --git a/webapp/public/everydoor/1-view-mode.jpg b/webapp/public/everydoor/1-view-mode.jpg new file mode 100644 index 0000000..46f6dc2 Binary files /dev/null and b/webapp/public/everydoor/1-view-mode.jpg differ diff --git a/webapp/public/everydoor/3-search.png b/webapp/public/everydoor/3-search.png new file mode 100644 index 0000000..b3c178d Binary files /dev/null and b/webapp/public/everydoor/3-search.png differ diff --git a/webapp/public/everydoor/6-all-fields.png b/webapp/public/everydoor/6-all-fields.png new file mode 100644 index 0000000..eb911ff Binary files /dev/null and b/webapp/public/everydoor/6-all-fields.png differ diff --git a/webapp/public/everydoor/7-upload.jpg b/webapp/public/everydoor/7-upload.jpg new file mode 100644 index 0000000..8165791 Binary files /dev/null and b/webapp/public/everydoor/7-upload.jpg differ diff --git a/webapp/public/id.webp b/webapp/public/id.webp new file mode 100644 index 0000000..fdbb5d2 Binary files /dev/null and b/webapp/public/id.webp differ diff --git a/webapp/public/pole-map.webp b/webapp/public/pole-map.webp new file mode 100644 index 0000000..d09716d Binary files /dev/null and b/webapp/public/pole-map.webp differ diff --git a/webapp/src/App.vue b/webapp/src/App.vue index 11e354c..936f79b 100644 --- a/webapp/src/App.vue +++ b/webapp/src/App.vue @@ -16,8 +16,8 @@ function toggleTheme() { const items = [ { title: 'Home', icon: 'mdi-home', to: '/' }, { title: 'Map', icon: 'mdi-map', to: '/map' }, - { title: 'What is an ALPR?', icon: 'mdi-cctv', to: '/what-is-an-alpr' }, { title: 'Report an ALPR', icon: 'mdi-map-marker-plus', to: '/report' }, + { title: 'What is an ALPR?', icon: 'mdi-cctv', to: '/what-is-an-alpr' }, { title: 'How to FOIA', icon: 'mdi-file-document', to: '/foia' }, { title: 'Wardriving', icon: 'mdi-car-connected', to: '/wardriving' }, // { title: 'Known Operators', icon: 'mdi-police-badge', to: '/operators' }, diff --git a/webapp/src/components/layout/Footer.vue b/webapp/src/components/layout/Footer.vue index 2734d62..fd73a17 100644 --- a/webapp/src/components/layout/Footer.vue +++ b/webapp/src/components/layout/Footer.vue @@ -57,7 +57,7 @@

© {{ currentYear }} DeFlock. All Rights Reserved

Map data © OpenStreetMap contributors

-

v1.0.4

+

v1.0.5

diff --git a/webapp/src/components/layout/Hero.vue b/webapp/src/components/layout/Hero.vue index 606f80d..49c0cff 100644 --- a/webapp/src/components/layout/Hero.vue +++ b/webapp/src/components/layout/Hero.vue @@ -1,12 +1,25 @@