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 +++++++++++++++++------------ posts/announcing-immigration.md | 20 ++++++++++++++++++ public/countries/banatown.webp | Bin 0 -> 214100 bytes public/countries/birchlodges.webp | Bin 405156 -> 0 bytes public/countries/summasol.webp | Bin 0 -> 262414 bytes 8 files changed, 82 insertions(+), 14 deletions(-) create mode 100644 app/immigration/page.js create mode 100644 posts/announcing-immigration.md create mode 100644 public/countries/banatown.webp delete mode 100644 public/countries/birchlodges.webp create mode 100644 public/countries/summasol.webp 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", diff --git a/posts/announcing-immigration.md b/posts/announcing-immigration.md new file mode 100644 index 0000000..ecc5e14 --- /dev/null +++ b/posts/announcing-immigration.md @@ -0,0 +1,20 @@ +--- +title: Announcing Immigration Forms! +description: We now have official immigration forms for people who want to immigrate to the Alure Regions! +author: Department of Interregional Affairs +date: '2023-12-08' +tags: ['announcement'] +--- +# Now introducing immigration forms! +We are thrilled to unveil our latest initiative – the launch of immigration forms tailored for individuals aspiring to relocate to the Alure Regions! + +After extensive development, we are delighted to share this significant milestone with you. The immigration forms are now ready for use, marking a crucial step in facilitating the immigration process to our vibrant and welcoming community. + +To embark on your immigration journey, simply visit our dedicated [immigration](/immigration) page. We've streamlined the process to ensure a user-friendly experience, allowing you to access and complete the necessary forms efficiently. + +Your dreams of starting a new chapter in the Alure Regions are now one step closer. Explore the possibilities and begin your application process today! + +Thank you for choosing us as your gateway to a brighter future in the Alure Regions. + +*This announcement was written in ChatGPT* + diff --git a/public/countries/banatown.webp b/public/countries/banatown.webp new file mode 100644 index 0000000..1ed9509 Binary files /dev/null and b/public/countries/banatown.webp differ diff --git a/public/countries/birchlodges.webp b/public/countries/birchlodges.webp deleted file mode 100644 index 848fc4e..0000000 Binary files a/public/countries/birchlodges.webp and /dev/null differ diff --git a/public/countries/summasol.webp b/public/countries/summasol.webp new file mode 100644 index 0000000..7492681 Binary files /dev/null and b/public/countries/summasol.webp differ -- cgit v1.2.3