From 561046aac669fa04014b40b4b0e78169f3d6e94f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 8 Dec 2023 13:50:45 -0500 Subject: New page; Travel advisory update; New post --- app/components/Navbar.js | 1 + app/immigration/page.js | 41 ++++++++++++++++++++++++++++++++++++++ app/page.js | 2 +- app/travel-advisory/countries.json | 32 +++++++++++++++++------------ 4 files changed, 62 insertions(+), 14 deletions(-) create mode 100644 app/immigration/page.js (limited to 'app') diff --git a/app/components/Navbar.js b/app/components/Navbar.js index 1555eb9..da99375 100644 --- a/app/components/Navbar.js +++ b/app/components/Navbar.js @@ -29,6 +29,7 @@ const Navbar = () => { ['Updates', '/updates'], ['Services', '/services'], ['Travel Advisory', '/travel-advisory'], + ['Immigration', '/immigration'], ].map(([title, url]) => (
  • setNavbar(!navbar)}> diff --git a/app/immigration/page.js b/app/immigration/page.js new file mode 100644 index 0000000..55b4cc3 --- /dev/null +++ b/app/immigration/page.js @@ -0,0 +1,41 @@ +import Header from "@/app/components/Header"; + +export const metadata = { + title: 'Immigration', + description: 'Planning on immigrating to the Alure Regions? Follow the instructions in this page to get started.', +} + +export default function Immigration() { + return ( +
    +
    +
    +

    Getting Started on Immigration

    +

    Thinking about making Alure Regions your new home? We are here to guide you through the immigration + process.

    +

    To get started, simply fill in the form below.

    + +

    Sections of the Application

    +
      +
    • Personal Information: Provide your Family Name, First Given Name, and Date of Birth.
    • +
    • Compliance Affirmation: Check the corresponding boxes for the activities you have undertaken. +
    • +
    • The Oath of Citizenship: Upload an audio clip of yourself reciting the entire oath.
    • +
    • Final Section: Upload your signature.
    • +
    +

    What happens upon acceptance?

    +

    Upon acceptance, you will receive a letter by mail confirming your acceptance along with a + verification code.

    +

    Next, proceed to the Regional Hall in Alee Isle to submit a valid identification document (such as a + Passport or Driver's License) along with the verification code.

    +

    Following this, you will be required to visit a passport office to obtain an official + government-issued passport.

    +
    +
    + ) +} diff --git a/app/page.js b/app/page.js index 5fb22db..442dfab 100644 --- a/app/page.js +++ b/app/page.js @@ -57,7 +57,7 @@ export default function Home() {
  • -
    +

    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.

    diff --git a/app/travel-advisory/countries.json b/app/travel-advisory/countries.json index 4bd3f42..cf8c1fb 100644 --- a/app/travel-advisory/countries.json +++ b/app/travel-advisory/countries.json @@ -17,7 +17,7 @@ "history": [] }, { - "name": "Aura Regions", + "name": "The Aura Regions", "url": "auraregions", "danger": 0, "image": "/countries/auraregions.webp", @@ -33,10 +33,10 @@ "history": [] }, { - "name": "Birch Lodges Community Town", - "url": "birchlodges", + "name": "Banatown", + "url": "banatown", "danger": 0, - "image": "/countries/birchlodges.webp", + "image": "/countries/banatown.webp", "settlements": [], "history": [] }, @@ -174,16 +174,14 @@ "danger": 1, "image": "/countries/quebec.webp", "settlements": [ - { - "name": "Forêt Québec", - "danger": 3 - - } - - ], + { + "name": "Forêt Québec", + "danger": 3 + } + ], "history": [ - "December 6th, 2023: Massive fire at a FroviliInc in Forêt Québec." - ] + "December 6th, 2023: Massive fire at a FroviliInc in Forêt Québec." + ] }, { "name": "The Solstice Federation", @@ -201,6 +199,14 @@ "settlements": [], "history": [] }, + { + "name": "Summasol", + "url": "summasol", + "danger": 0, + "image": "/countries/summasol.webp", + "settlements": [], + "history": [] + }, { "name": "TAY", "url": "tay", -- cgit v1.2.3