From 68d19a837b30821771c2938908697dfea80d5b12 Mon Sep 17 00:00:00 2001 From: John Skiles Skinner Date: Thu, 18 Jan 2024 18:02:29 -0800 Subject: [PATCH] OK, I'm changing it back to "posts" and grouping content --- _data/site.yaml | 32 ++++++++++++++++---------------- {states => blog}/index.html | 0 posts/AK.md | 16 ++++++++++++++++ posts/AL.md | 14 ++++++++++++++ posts/AR.md | 14 ++++++++++++++ posts/AS.md | 15 +++++++++++++++ posts/AZ.md | 15 +++++++++++++++ posts/CA.md | 17 +++++++++++++++++ posts/codes.md | 14 ++++++++++++++ posts/experts.md | 15 +++++++++++++++ posts/inspections.md | 15 +++++++++++++++ posts/recovery.md | 14 ++++++++++++++ state/2019-01-13-an-extra.md | 16 ---------------- state/2020-01-15-second-post.md | 16 ---------------- state/2021-01-16-third-post.md | 16 ---------------- state/2022-01-14-hello-world.md | 18 ------------------ 16 files changed, 165 insertions(+), 82 deletions(-) rename {states => blog}/index.html (100%) create mode 100644 posts/AK.md create mode 100644 posts/AL.md create mode 100644 posts/AR.md create mode 100644 posts/AS.md create mode 100644 posts/AZ.md create mode 100644 posts/CA.md create mode 100644 posts/codes.md create mode 100644 posts/experts.md create mode 100644 posts/inspections.md create mode 100644 posts/recovery.md delete mode 100644 state/2019-01-13-an-extra.md delete mode 100644 state/2020-01-15-second-post.md delete mode 100644 state/2021-01-16-third-post.md delete mode 100644 state/2022-01-14-hello-world.md diff --git a/_data/site.yaml b/_data/site.yaml index 28dd05e..175d04c 100644 --- a/_data/site.yaml +++ b/_data/site.yaml @@ -55,43 +55,43 @@ primary_navigation: - name: Find assistance children: - name: Credentialed experts - url: /experts/ + url: /posts/experts/ - name: Inspections & permits - url: /inspections/ + url: /posts/inspections/ - name: Building code knowledge - url: /codes/ + url: /posts/codes/ - name: Navigating disaster recovery - url: /recovery/ + url: /posts/recovery/ - name: Training & resources children: - name: Credentialed experts - url: /experts/ + url: /posts/experts/ - name: Inspections & permits - url: /inspections/ + url: /posts/inspections/ - name: Building code knowledge - url: /codes/ + url: /posts/codes/ - name: Navigating disaster recovery - url: /recovery/ + url: /posts/recovery/ - name: FAQs children: - name: Credentialed experts - url: /experts/ + url: /posts/experts/ - name: Inspections & permits - url: /inspections/ + url: /posts/inspections/ - name: Building code knowledge - url: /codes/ + url: /posts/codes/ - name: Navigating disaster recovery - url: /recovery/ + url: /posts/recovery/ - name: Contacts children: - name: Credentialed experts - url: /experts/ + url: /posts/experts/ - name: Inspections & permits - url: /inspections/ + url: /posts/inspections/ - name: Building code knowledge - url: /codes/ + url: /posts/codes/ - name: Navigating disaster recovery - url: /recovery/ + url: /posts/recovery/ diff --git a/states/index.html b/blog/index.html similarity index 100% rename from states/index.html rename to blog/index.html diff --git a/posts/AK.md b/posts/AK.md new file mode 100644 index 0000000..3c7a239 --- /dev/null +++ b/posts/AK.md @@ -0,0 +1,16 @@ +--- +title: Alaska +description: Alaska IMAC and EMAC +layout: layouts/post +date: 2024-01-19 +author: John Skinner +excerpt: State authorizes creation of an emergency response corps consisting of volunteers who register with the state and agree to be trained in techniques for emergency and disaster response and to be available on short notice to carry out responsibilities of the corps under an applicable incident command system. +image: hire-us.jpg +image_alt_text: Hire Us +tags: + - posts +--- + +State authorizes creation of an emergency response corps consisting of volunteers who register with the state and agree to be trained in techniques for emergency and disaster response and to be available on short notice to carry out responsibilities of the corps under an applicable incident command system. + +An emergency responder holding a license, certificate, or other permit issued by an Alaska state agency, or a political subdivision of Alaska, evidencing the responder's qualification in a professional, mechanical, or other skill shall be considered to be licensed, certified, or permitted in the requesting political subdivision during the emergency, disaster, drill, or exercise, subject to limitations and conditions prescribed by the principal executive officer of the requesting political subdivision in writing. diff --git a/posts/AL.md b/posts/AL.md new file mode 100644 index 0000000..aa44a66 --- /dev/null +++ b/posts/AL.md @@ -0,0 +1,14 @@ +--- +title: Alabama +description: Alabama IMAC and EMAC +layout: layouts/post +date: 2024-01-19 +author: John Skinner +excerpt: State broadly defines “Emergency Services” as all activities, other than functions for which military forces or other federal agencies are primarily responsible, to minimize damage resulting from disasters, and explicitly includes engineering. +image: hire-us.jpg +image_alt_text: Hire Us +tags: + - posts +--- + +State broadly defines “Emergency Services” as all activities, other than functions for which military forces or other federal agencies are primarily responsible, to minimize damage resulting from disasters, and explicitly includes engineering. State defines “Emergency Management Worker” to include any full- or part-time paid, volunteer, or auxiliary employee of any agency or organization performing emergency management services in the state subject to the order or control of, or pursuant to a request of, the state or a political subdivision thereof. State explicitly empowers the governor and political subdivisions to accept services and resources offered by private entities for emergency management purposes. diff --git a/posts/AR.md b/posts/AR.md new file mode 100644 index 0000000..929c9da --- /dev/null +++ b/posts/AR.md @@ -0,0 +1,14 @@ +--- +title: Arkansas +description: Arkansas IMAC and EMAC +layout: layouts/post +date: 2024-01-19 +author: John Skinner +excerpt: State broadly defines “Emergency Management” as essentially all non-military activities to minimize damage resulting from disasters, explicitly including engineering functions. State defines “Emergency Responder” to include any paid or volunteer person or entity with special skills that would be beneficial during an emergency who is requested by or authorized to assist a participating jurisdiction with a declared emergency. State explicitly empowers the governor and political subdivisions to accept services and equipment from private entities for emergency management. +image: hire-us.jpg +image_alt_text: Hire Us +tags: + - posts +--- +State broadly defines “Emergency Management” as essentially all non-military activities to minimize damage resulting from disasters, explicitly including engineering functions. State defines “Emergency Responder” to include any paid or volunteer person or entity with special skills that would be beneficial during an emergency who is requested by or authorized to assist a participating jurisdiction with a declared emergency. State explicitly empowers the governor and political subdivisions to accept services and equipment from private entities for emergency management. + diff --git a/posts/AS.md b/posts/AS.md new file mode 100644 index 0000000..c56904d --- /dev/null +++ b/posts/AS.md @@ -0,0 +1,15 @@ +--- +title: American Samoa +description: American Samoa IMAC and EMAC +layout: layouts/post +date: 2024-01-19 +author: John Skinner +excerpt: Territory recognizes professional or skilled qualifications of persons credentialed outside American Samoa when they are rendering emergency services in American Samoa. +image: hire-us.jpg +image_alt_text: Hire Us +tags: + - posts +--- + +Territory recognizes professional or skilled qualifications of persons credentialed outside American Samoa when they are rendering emergency services in American Samoa. + diff --git a/posts/AZ.md b/posts/AZ.md new file mode 100644 index 0000000..1d7abb3 --- /dev/null +++ b/posts/AZ.md @@ -0,0 +1,15 @@ +--- +title: Arizona +description: Arizona IMAC and EMAC +layout: layouts/post +date: 2024-01-19 +author: John Skinner +excerpt: State defines “emergency worker” as any person, paid or volunteer, registered with a local or state emergency management organization and certified by that organization for the purpose of engaging in authorized emergency management activities or performing emergency functions. State recognizes out-of-state professional, mechanical, or other skilled qualifications of persons rendering those credentialed services in-state in response to an emergency. +image: hire-us.jpg +image_alt_text: Hire Us +tags: + - posts +--- + +State defines “emergency worker” as any person, paid or volunteer, registered with a local or state emergency management organization and certified by that organization for the purpose of engaging in authorized emergency management activities or performing emergency functions. State recognizes out-of-state professional, mechanical, or other skilled qualifications of persons rendering those credentialed services in-state in response to an emergency. + diff --git a/posts/CA.md b/posts/CA.md new file mode 100644 index 0000000..642bdfc --- /dev/null +++ b/posts/CA.md @@ -0,0 +1,17 @@ +--- +title: California +description: California IMAC and EMAC +layout: layouts/post +date: 2024-01-19 +author: John Skinner +excerpt: Licensed architects and engineers may register as volunteer Disaster Service Workers for the Safety Assessment Program administered by the California +image: hire-us.jpg +image_alt_text: Hire Us +tags: + - posts +--- + +Licensed architects and engineers may register as volunteer Disaster Service Workers for the Safety Assessment Program administered by the California Office of Emergency Services to provide safety assessments of damaged facilities during emergencies. Registered Disaster Service Workers can receive workers’ compensation coverage for injuries/illnesses sustained while performing disaster service (but see cited regulations for details and specific requirements). + +Volunteers duly enrolled or registered with the Office of Emergency Services, or any disaster council of any political subdivision, and unregistered persons duly impressed into service during a state of emergency or local emergency, if they are complying or attempting to comply with the relevant laws, regulations or orders (see cited statute), have the same degree of responsibility for their actions and enjoy the same immunities as officers and employees of the state or its local governments would have if performing similar work for their respective entities. + diff --git a/posts/codes.md b/posts/codes.md new file mode 100644 index 0000000..cca35d0 --- /dev/null +++ b/posts/codes.md @@ -0,0 +1,14 @@ +--- +title: Building code knowledge +description: Building code knowledge +layout: layouts/post +date: 2024-01-19 +author: John Skinner +excerpt: Building code knowledge +image: hire-us.jpg +image_alt_text: Hire Us +tags: + - posts +--- + +This page is blank diff --git a/posts/experts.md b/posts/experts.md new file mode 100644 index 0000000..4bd6f8f --- /dev/null +++ b/posts/experts.md @@ -0,0 +1,15 @@ +--- +title: Credentialed experts +description: Credentialed experts +layout: layouts/post +date: 2024-01-19 +author: John Skinner +excerpt: Credentialed experts +image: hire-us.jpg +image_alt_text: Hire Us +tags: + - posts +--- + +This page is blank + diff --git a/posts/inspections.md b/posts/inspections.md new file mode 100644 index 0000000..0bdf304 --- /dev/null +++ b/posts/inspections.md @@ -0,0 +1,15 @@ +--- +title: Inspections & permits +description: Inspections & permits +layout: layouts/post +date: 2024-01-19 +author: John Skinner +excerpt: Inspections & permits +image: hire-us.jpg +image_alt_text: Hire Us +tags: + - posts +--- + +This page is blank + diff --git a/posts/recovery.md b/posts/recovery.md new file mode 100644 index 0000000..011cf7a --- /dev/null +++ b/posts/recovery.md @@ -0,0 +1,14 @@ +--- +title: Navigating disaster recovery +description: Navigating disaster recovery +layout: layouts/post +date: 2024-01-19 +author: John Skinner +excerpt: Navigating disaster recovery +image: hire-us.jpg +image_alt_text: Hire Us +tags: + - posts +--- + +This page is blank diff --git a/state/2019-01-13-an-extra.md b/state/2019-01-13-an-extra.md deleted file mode 100644 index 4f60aca..0000000 --- a/state/2019-01-13-an-extra.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: An extra post for good measure -description: This post is an example of an extra post for good measure -layout: layouts/post -date: 2019-01-13 -author: Author -excerpt: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dapibus interdum pellentesque. Integer eu vehicula elit. Sed cursus magna in dui suscipit rhoncus. -tags: - - posts ---- - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dapibus interdum pellentesque. Integer eu vehicula elit. Sed cursus magna in dui suscipit rhoncus. - -Curabitur sed elit viverra, fermentum massa non, hendrerit ex. Vivamus eget mattis tortor, eu elementum sapien. Praesent elementum feugiat nisi venenatis vestibulum. Nulla pretium ipsum orci, ut feugiat arcu facilisis sit amet. - -Morbi bibendum est non nibh aliquam, non dictum massa elementum. Nullam vitae auctor erat. Mauris at arcu ut purus sodales porttitor ut sit amet ex. Donec viverra quam nisl, a congue arcu fermentum rhoncus. diff --git a/state/2020-01-15-second-post.md b/state/2020-01-15-second-post.md deleted file mode 100644 index 5ca5666..0000000 --- a/state/2020-01-15-second-post.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Second page -description: The second page as it says -layout: layouts/post -date: 2020-01-15 -author: George Washington -excerpt: This is an excerpt for second page -tags: - - posts ---- - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dapibus interdum pellentesque. Integer eu vehicula elit. Sed cursus magna in dui suscipit rhoncus. - -Curabitur sed elit viverra, fermentum massa non, hendrerit ex. Vivamus eget mattis tortor, eu elementum sapien. Praesent elementum feugiat nisi venenatis vestibulum. Nulla pretium ipsum orci, ut feugiat arcu facilisis sit amet. - -Morbi bibendum est non nibh aliquam, non dictum massa elementum. Nullam vitae auctor erat. Mauris at arcu ut purus sodales porttitor ut sit amet ex. Donec viverra quam nisl, a congue arcu fermentum rhoncus. diff --git a/state/2021-01-16-third-post.md b/state/2021-01-16-third-post.md deleted file mode 100644 index 0d46199..0000000 --- a/state/2021-01-16-third-post.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Third page -description: No confusion here, this is the third page -layout: layouts/post -date: 2021-01-16 -author: Benjamin Franklin -excerpt: This is an excerpt for second page -tags: - - posts ---- - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dapibus interdum pellentesque. Integer eu vehicula elit. Sed cursus magna in dui suscipit rhoncus. - -Curabitur sed elit viverra, fermentum massa non, hendrerit ex. Vivamus eget mattis tortor, eu elementum sapien. Praesent elementum feugiat nisi venenatis vestibulum. Nulla pretium ipsum orci, ut feugiat arcu facilisis sit amet. - -Morbi bibendum est non nibh aliquam, non dictum massa elementum. Nullam vitae auctor erat. Mauris at arcu ut purus sodales porttitor ut sit amet ex. Donec viverra quam nisl, a congue arcu fermentum rhoncus. diff --git a/state/2022-01-14-hello-world.md b/state/2022-01-14-hello-world.md deleted file mode 100644 index 68447e2..0000000 --- a/state/2022-01-14-hello-world.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: A very long blog header that has a lot of detail but is still relevant -description: This post has a long header -layout: layouts/post -date: 2022-01-14 -author: Abraham Lincoln -excerpt: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dapibus interdum pellentesque. Integer eu vehicula elit. Sed cursus magna in dui suscipit rhoncus. -image: hire-us.jpg -image_alt_text: Hire Us -tags: - - posts ---- - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dapibus interdum pellentesque. Integer eu vehicula elit. Sed cursus magna in dui suscipit rhoncus. - -Curabitur sed elit viverra, fermentum massa non, hendrerit ex. Vivamus eget mattis tortor, eu elementum sapien. Praesent elementum feugiat nisi venenatis vestibulum. Nulla pretium ipsum orci, ut feugiat arcu facilisis sit amet. - -Morbi bibendum est non nibh aliquam, non dictum massa elementum. Nullam vitae auctor erat. Mauris at arcu ut purus sodales porttitor ut sit amet ex. Donec viverra quam nisl, a congue arcu fermentum rhoncus.