From 649b1d4328a7ffc31cb5e9d47e2b3ddefcc66f16 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 24 Jul 2023 20:27:10 -0400 Subject: Initial rewrite to astro --- src/pages/travel-advisory.astro | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/pages/travel-advisory.astro (limited to 'src/pages/travel-advisory.astro') diff --git a/src/pages/travel-advisory.astro b/src/pages/travel-advisory.astro new file mode 100644 index 0000000..693a4fe --- /dev/null +++ b/src/pages/travel-advisory.astro @@ -0,0 +1,32 @@ +--- +import Countries from '../components/travel-advisory/countries.json' +import Layout from "../layouts/Layout.astro"; +--- + +
+
+

Legend

+
    +
  • +

    Take normal security precautions

    +

    Take similar precautions to those you would take in Alure Regions.

    +
  • +
  • +

    Exercise a high degree of caution

    +

    There are certain safety and security concerns or the situation could change quickly. Be very cautious at all times, monitor local media and follow the instructions of local authorities.

    +

    IMPORTANT: The two levels below are official Government of Alure Regions Travel Advisories and are issued when the safety and security of Alurians travelling or living in the country or region may be at risk.

    +
  • +
  • +

    Avoid non-essential travel

    +

    Your safety and security could be at risk. You should think about your need to travel to this country, territory or region based on family or business requirements, knowledge of or familiarity with the region, and other factors. If you are already there, think about whether you really need to be there. If you do not need to be there, you should think about leaving.

    +
  • +
  • +

    Avoid all travel

    +

    You should not travel to this country, territory or region. Your personal safety and security are at great risk. If you are already there, you should think about leaving if it is safe to do so.

    +
  • +
+
+

WARNING! This page may be inaccurate at times, refer to the Minecraft General Announcements channel for the latest updates

+ +
+
-- cgit v1.2.3