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/index.astro | 62 +++++++++++++++++++++++++++++++++++++++++ src/pages/travel-advisory.astro | 32 +++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 src/pages/index.astro create mode 100644 src/pages/travel-advisory.astro (limited to 'src/pages') diff --git a/src/pages/index.astro b/src/pages/index.astro new file mode 100644 index 0000000..902886e --- /dev/null +++ b/src/pages/index.astro @@ -0,0 +1,62 @@ +--- +import Layout from '../layouts/Layout.astro'; +import "../styles/globals.css"; +--- + + +
+
+
+

Welcome to the Alure Regions

+

The official website of the Government of Alure Regions

+
+
+
    +
  • +
    +
    +

    Alee Isle

    + Est. 2017 - Premier: Alee +

    Capital of Alure Regions and the original home of MinePot

    +
    +
    +
  • +
  • +
    +
    +

    BreadCroust

    + Est. 2018 - Premier: Croust +

    Home to MinePot Barton Centre and athletics

    +
    +
    +
  • +
  • +
    +
    +

    SkyCity

    + Est. 2018 - Premier: Rahilu +

    A city that floats in the sky

    +
    +
    +
  • +
  • +
    +
    +

    Silicon Valley

    + Est. 2018 - Premier: Inkydink +

    Where all things tech-related lie

    +
    +
    +
  • +
+
+

About Alure Regions

+

Alure Regions was founded in July 2023 with the goal of achieving greater autonomy in our regions.

+

Originally known as Alee Isle Regions, we later became Southeastern Islands before branching out on our own.

+

We are committed to continuous improvement and growth as small regions.

+ +

View more

+
+
+
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