diff --git a/Images.md b/Images.md new file mode 100644 index 0000000..c95bf30 --- /dev/null +++ b/Images.md @@ -0,0 +1,42 @@ +#### CMAS Examples + + ##### CMAS Presidental Message + ![image.png](./img/image.png) + + ##### CMAS Extreme Message + ![image_1.png](./img/image_1.png) + + ##### CMAS Severe Message + ![image_2.png](./img/image_2.png) + + ##### CMAS Amber Alert / Child Abduction Message + ![image_3.png](./img/image_3.png) + + ##### CMAS Public Safety Message + ![image_5.png](./img/image_5.png) + + ##### CMAS Required Monthly Test Message + ![image_4.png](./img/image_4.png) + + ##### CMAS State/Local Test Message + ![image_6.png](./img/image_6.png) + + ##### Emergency Broadcast Operator Message + ![image_7.png](./img/image_7.png) + +#### ETWS Examples + + ##### ETWS Tsunami Message + ![image_10.png](./img/image_10.png) + + ##### ETWS Earthquake Message + ![image_8.png](./img/image_8.png) + + ##### ETWS Earthquake & Tsunami Message + ![image_11.png](./img/image_11.png) + + ##### ETWS Other Message + ![image_12.png](./img/image_12.png) + + ##### ETWS Test Message + ![image_13.png](./img/image_13.png) diff --git a/README.md b/README.md index f5fcfa9..96533b0 100644 --- a/README.md +++ b/README.md @@ -49,48 +49,9 @@ Example CMAS Extreme alert muted Example ETWS Tsunami alert > curl "https:/\/\/message?token=_" -F "title=Tsunami" -F "message=This is the body" -F "priority=105" -#### CMAS Examples +#### Examples - ##### CMAS Presidental Message - ![image.png](./image.png) - - ##### CMAS Extreme Message - ![image_1.png](./image_1.png) - - ##### CMAS Severe Message - ![image_2.png](./image_2.png) - - ##### CMAS Amber Alert / Child Abduction Message - ![image_3.png](./image_3.png) - - ##### CMAS Public Safety Message - ![image_5.png](./image_5.png) - - ##### CMAS Required Monthly Test Message - ![image_4.png](./image_4.png) - - ##### CMAS State/Local Test Message - ![image_6.png](./image_6.png) - - ##### Emergency Broadcast Operator Message - ![image_7.png](./image_7.png) - -#### ETWS Examples - - ##### ETWS Tsunami Message - ![image_10.png](./image_10.png) - - ##### ETWS Earthquake Message - ![image_8.png](./image_8.png) - - ##### ETWS Earthquake & Tsunami Message - ![image_11.png](./image_11.png) - - ##### ETWS Other Message - ![image_12.png](./image_12.png) - - ##### ETWS Test Message - ![image_13.png](./image_13.png) +See Example Messages [Images](./Images.md) diff --git a/image.png b/img/image.png similarity index 100% rename from image.png rename to img/image.png diff --git a/image_1.png b/img/image_1.png similarity index 100% rename from image_1.png rename to img/image_1.png diff --git a/image_10.png b/img/image_10.png similarity index 100% rename from image_10.png rename to img/image_10.png diff --git a/image_11.png b/img/image_11.png similarity index 100% rename from image_11.png rename to img/image_11.png diff --git a/image_12.png b/img/image_12.png similarity index 100% rename from image_12.png rename to img/image_12.png diff --git a/image_13.png b/img/image_13.png similarity index 100% rename from image_13.png rename to img/image_13.png diff --git a/image_2.png b/img/image_2.png similarity index 100% rename from image_2.png rename to img/image_2.png diff --git a/image_3.png b/img/image_3.png similarity index 100% rename from image_3.png rename to img/image_3.png diff --git a/image_4.png b/img/image_4.png similarity index 100% rename from image_4.png rename to img/image_4.png diff --git a/image_5.png b/img/image_5.png similarity index 100% rename from image_5.png rename to img/image_5.png diff --git a/image_6.png b/img/image_6.png similarity index 100% rename from image_6.png rename to img/image_6.png diff --git a/image_7.png b/img/image_7.png similarity index 100% rename from image_7.png rename to img/image_7.png diff --git a/image_8.png b/img/image_8.png similarity index 100% rename from image_8.png rename to img/image_8.png diff --git a/image_9.png b/img/image_9.png similarity index 100% rename from image_9.png rename to img/image_9.png