From 38765079b8562ec55641e471c50d2d5aee11b59e Mon Sep 17 00:00:00 2001 From: David Ball Date: Mon, 29 Apr 2024 01:22:14 -0400 Subject: [PATCH] Updated stylesheet to add totals to tables, updated gulpfile, updated .gitignore, updated web.config to prevent IIS from accessing documents outside public, updated video and search views to remove WEBVTT noise on the fly. --- .gitignore | 9 ++++++++- Potesta_&_Associates/README.md | 16 ++++++++-------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 0c4fa7f4..256fe834 100644 --- a/.gitignore +++ b/.gitignore @@ -136,4 +136,11 @@ dist iisnode/ # transpiler artifacts -app/TikaClient/build/ \ No newline at end of file +app/TikaClient/build/ + +# cookies +youtube-cookies.txt + +# SSL certificates +*.cer +*csr.txt \ No newline at end of file diff --git a/Potesta_&_Associates/README.md b/Potesta_&_Associates/README.md index 7b5967c4..e549704a 100644 --- a/Potesta_&_Associates/README.md +++ b/Potesta_&_Associates/README.md @@ -26,14 +26,14 @@ Potesta & Associates concluded that, at the time of the evaluation, no issues we The following invoices have been presented by the County Administrator: -| Invoice # | Invoice Date | Due Date | Gross Amount -| --------- | ------------ | ---------- | ------------ -| 166028 | 1/18/2023 | 2/6/2023 | $22,438.87 -| 167130 | 8/23/2023 | 9/5/2023 | $14,912.18 -| 167404 | 10/18/2023 | 11/13/2023 | $8,828.31 -| 167602 | 11/16/2023 | 12/11/2023 | $5,113.48 -| 167730 | 12/17/2023 | 1/2/2024 | $180.00 -| **Total** | | | **$51,472.84** +| Invoice # | Invoice Date | Due Date | Gross Amount | +| --------- | ------------ | ---------- | -------------- | +| 166028 | 1/18/2023 | 2/6/2023 | $22,438.87 | +| 167130 | 8/23/2023 | 9/5/2023 | $14,912.18 | +| 167404 | 10/18/2023 | 11/13/2023 | $8,828.31 | +| 167602 | 11/16/2023 | 12/11/2023 | $5,113.48 | +| 167730 | 12/17/2023 | 1/2/2024 | $180.00 | +| | | **Total** | **$51,472.84**{.total} | ## Documents