summaryrefslogtreecommitdiffstats
path: root/temp/timeline.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--temp/timeline.md48
1 files changed, 48 insertions, 0 deletions
diff --git a/temp/timeline.md b/temp/timeline.md
new file mode 100644
index 0000000..da5d8b2
--- /dev/null
+++ b/temp/timeline.md
@@ -0,0 +1,48 @@
+---
+title: "Timeline"
+description: ""
+summary: ""
+date: 2024-09-07T18:13:55-04:00
+lastmod: 2024-09-07T18:13:55-04:00
+draft: false
+seo:
+ title: "" # custom title (optional)
+ description: "" # custom description (recommended)
+ canonical: "" # custom canonical URL (optional)
+ noindex: false # false (default) or true
+---
+
+<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>