From 05d94ac042a1322f771cd852101f15003f7ab573 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 14 Jul 2023 22:13:22 -0400 Subject: Updated travel advisory, added leaders of regions --- app/travel-advisory/page.js | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 app/travel-advisory/page.js (limited to 'app/travel-advisory') diff --git a/app/travel-advisory/page.js b/app/travel-advisory/page.js new file mode 100644 index 0000000..2e4c852 --- /dev/null +++ b/app/travel-advisory/page.js @@ -0,0 +1,37 @@ +export default function TravelAdvisory(){ + return ( +
+
+
+

Travel Advisory

+

Information whether its safe to travel to other countries

+

This page may be inaccurate at times, please refer to the discord for latest updates

+
+
+
+

Legend

+
    +
  • +

    Take normal security precautions

    +
  • +
  • +

    Exercise a high degree of caution

    +
  • +
  • +

    Avoid non-essential travel

    +
  • +
  • +

    Avoid all travel

    +
  • +
+
+
+
+

Country name

+

Take normal security precautions

+ +
+
+
+ ) +} -- cgit v1.2.3