New page; Travel advisory update; New post

This commit is contained in:
Andrew Lee 2023-12-08 13:50:45 -05:00
parent dc72686945
commit 561046aac6
Signed by: andrew
GPG key ID: 4DCE67C47836D125
8 changed files with 82 additions and 14 deletions

View file

@ -29,6 +29,7 @@ const Navbar = () => {
['Updates', '/updates'],
['Services', '/services'],
['Travel Advisory', '/travel-advisory'],
['Immigration', '/immigration'],
].map(([title, url]) => (
<li key="links">
<Link href={url} className="transition duration-150 ease-out hover:ease-in block py-2 pl-3 pr-4 rounded md:border-0 md:p-0 text-white md:hover:text-blue-500 hover:bg-gray-700 hover:text-white md:hover:bg-transparent" onClick={() => setNavbar(!navbar)}>

41
app/immigration/page.js Normal file
View file

@ -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 (
<main className="flex flex-col">
<Header title={metadata.title} description={metadata.description}/>
<div className="sm:px-40 px-10 py-3 space-y-3 bg-zinc-800">
<h1 className="text-2xl font-medium">Getting Started on Immigration</h1>
<p>Thinking about making Alure Regions your new home? We are here to guide you through the immigration
process.</p>
<p>To get started, simply fill in the form below.</p>
<button
className="transition duration-200 ease-in-out px-4 py-2 font-medium rounded-full bg-blue-600 hover:bg-blue-700 active:bg-blue-800">
<a href="https://forms.gle/nUPsqPgTYZ3CcKmk7">
Go to Google Form
</a>
</button>
<h1 className="text-2xl font-medium">Sections of the Application</h1>
<ul>
<li>Personal Information: Provide your Family Name, First Given Name, and Date of Birth.</li>
<li>Compliance Affirmation: Check the corresponding boxes for the activities you have undertaken.
</li>
<li>The Oath of Citizenship: Upload an audio clip of yourself reciting the entire oath.</li>
<li>Final Section: Upload your signature.</li>
</ul>
<h1 className="text-2xl font-medium">What happens upon acceptance?</h1>
<p>Upon acceptance, you will receive a letter by mail confirming your acceptance along with a
verification code.</p>
<p>Next, proceed to the Regional Hall in Alee Isle to submit a valid identification document (such as a
Passport or Driver&apos;s License) along with the verification code.</p>
<p>Following this, you will be required to visit a passport office to obtain an official
government-issued passport.</p>
</div>
</main>
)
}

View file

@ -57,7 +57,7 @@ export default function Home() {
</div>
</li>
</ul>
<div className="sm:px-40 px-10 py-3 space-y-3">
<div className="sm:px-40 px-10 py-3 space-y-3 bg-zinc-800">
<h1 className="text-2xl font-medium" id="about">About Alure Regions</h1>
<p>Alure Regions was founded in July 2023 with the goal of achieving greater autonomy in our regions.</p>
<p>Originally known as Alee Isle Regions, we later became Southeastern Islands before branching out on our own.</p>

View file

@ -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",

View file

@ -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*

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 396 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB