summaryrefslogtreecommitdiffstats
path: root/temp/timeline.md
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-09 19:21:34 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-09 19:21:34 -0400
commit7275c261d984efb58e13cd44c788b21a9166dec0 (patch)
tree505f613f126278030c57d9061165249b19b73877 /temp/timeline.md
parentafbc9224128320ea3b24578ac03e7f7c0ccb4542 (diff)
Adding more content
added missing content from additional imports from obsidian
Diffstat (limited to 'temp/timeline.md')
-rw-r--r--temp/timeline.md48
1 files changed, 0 insertions, 48 deletions
diff --git a/temp/timeline.md b/temp/timeline.md
deleted file mode 100644
index da5d8b2..0000000
--- a/temp/timeline.md
+++ /dev/null
@@ -1,48 +0,0 @@
----
-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>