summaryrefslogtreecommitdiffstats
path: root/content/evidence/timeline.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/evidence/timeline.md')
-rw-r--r--content/evidence/timeline.md52
1 files changed, 52 insertions, 0 deletions
diff --git a/content/evidence/timeline.md b/content/evidence/timeline.md
new file mode 100644
index 0000000..352942a
--- /dev/null
+++ b/content/evidence/timeline.md
@@ -0,0 +1,52 @@
+---
+title: "Timeline"
+description: "Work In Progress: Timeline of Events"
+date: 2024-09-07T18:13:55-04:00
+lastmod: 2024-09-07T18:13:55-04:00
+layout: docs
+seo:
+ title: "" # custom title (optional)
+ description: "Timeline of events." # custom description (recommended)
+ canonical: "" # custom canonical URL (optional)
+ noindex: false # false (default) or true
+---
+
+> [!> [!IMPORTANT]
+> This timeline began as an ongoing work in progress, and now, there is consideration for replacing it altogether with another more viable option. The Otter events timeline is much more complete and informative.]
+
+----
+
+<div id="popup" class="popup" onclick="popupfunction()">
+
+```mermaid
+%%{init: { 'logLevel': 'debug', 'theme': 'default' , 'themeVariables': {
+ 'cScale0': '#ff0000', 'cScaleLabel0': '#ffffff',
+ 'cScale1': '#00ff00',
+ 'cScale2': '#0000ff', 'cScaleLabel2': '#ffffff'
+ } } }%%
+timeline
+ title Timeline of Events
+ 2016-06-03 : Discovery of plans for a Solar Power Plant
+ 2020-10 : First letter written to Dayton without response
+ 2020-12-31 : Chief Matthews purchases Dayton Property
+ 2021-01-01 : Shane Tyler vandalizes yard with truck and trailer
+ 2021-02-26 : Shane Tyler begins to clear land before sale is finalized
+ 2021-03-23 : Sheriff Dept raids home over false allegations - beginning of difficulties with L.E.O.
+ 2022-02-22 : Discovery of Chief Matthews Poaching spot.
+ 2022-10-07 : Mr. Dayton Passes
+ 2022-11-07 : Neighbor's kids through party until 2-3am
+ 2023-12-18 : Informed of Subdivision
+ 2023-10-22 : Detained in county jail, reason unknown - Fire Chief ignores calls for aid in search.
+ 2023-12-23 : Neighbors steal mailbox with important tax documentation.
+ 2024-05-12 : Firearm discharged by neighbor while walking dog.
+
+```
+
+</div>
+
+<script>
+function popupfunction() {
+ var popup = document.getElementById("popup");
+ popup.classList.toggle("show");
+}
+</script>