From 1f44ee7eb172f7f17891325db24c685adcfa16a3 Mon Sep 17 00:00:00 2001 From: Tomas <27066503+creatort@users.noreply.github.com> Date: Thu, 18 May 2023 20:01:21 +0100 Subject: Add files via upload --- pages/_app.js | 4 +- pages/index.js | 141 ++++++++++++++++++++++++++++++++------------------------- pages/life.js | 23 ++++++++++ 3 files changed, 104 insertions(+), 64 deletions(-) create mode 100644 pages/life.js (limited to 'pages') diff --git a/pages/_app.js b/pages/_app.js index 1e1cec9..8f795f9 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -1,7 +1,7 @@ import '../styles/globals.css' -function MyApp({ Component, pageProps }) { +function SEIWeb({ Component, pageProps }) { return } -export default MyApp +export default SEIWeb diff --git a/pages/index.js b/pages/index.js index dc4b640..817cdf6 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,69 +1,86 @@ -import Head from 'next/head' -import Image from 'next/image' -import styles from '../styles/Home.module.css' - +import Layout from '../components/layout.js'; export default function Home() { return ( -
- - Create Next App - - - - -
-

- Welcome to Next.js! -

- -

- Get started by editing{' '} - pages/index.js -

- -
- -

Documentation →

-

Find in-depth information about Next.js features and API.

-
- - -

Learn →

-

Learn about Next.js in an interactive course with quizzes!

+ +
+
+
+
+
+

+ Welcome to the Southeastern Islands. +

+
+ The Southeastern Islands are a prosperous nation made up of island-based cantons. +
+
+
+
+
+
+
+
+

A presidential notice...

+

This section highlights news from the presidential office, speaking across for the entirety of the SEI.

+
+
+ +
+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut ligula diam, sodales vel nisi at, porta commodo mi. Fusce at interdum sapien. Fusce ac magna ultrices, feugiat tellus in, elementum arcu. In aliquet ante id gravida finibus. Aenean lacus risus, fringilla eu iaculis eu, egestas id nisi. Nullam faucibus commodo sem, sed condimentum quam congue id. Phasellus augue libero, posuere eu nulla vitae, dignissim dapibus risus. Donec est magna, luctus ut augue non, aliquam venenatis ligula. Sed pharetra faucibus augue. Aliquam erat volutpat. Pellentesque in est tortor. +



+ Duis in sapien a eros malesuada sollicitudin. Sed ac orci luctus, tristique lorem eu, maximus sem. Quisque tincidunt pulvinar enim, sed ultricies massa tincidunt ut. Nullam quis leo risus. Nullam sed mi eu velit placerat cursus. Donec eget cursus justo. Nullam bibendum, mi ut ullamcorper ultrices, purus dui porttitor lectus, a mattis nisl diam ut tellus. Ut dui quam, scelerisque id laoreet ut, iaculis at risus. +



+ Quisque condimentum tincidunt viverra. Quisque eget tincidunt massa. Morbi accumsan augue et diam dignissim blandit. Morbi tincidunt dolor est, id varius velit pharetra et. Cras varius risus volutpat neque pulvinar, sed facilisis mi congue. Suspendisse posuere faucibus suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc eget volutpat odio. Etiam rhoncus turpis nec ex consectetur, a elementum massa feugiat. Pellentesque tincidunt hendrerit commodo. Ut imperdiet blandit augue, et posuere risus dapibus vitae. Maecenas malesuada in mi eu sagittis. +

+
+
+ Andrew Lee +

President of the Southeastern Islands

+
+
+
+

Learn more about the Southeastern Islands...

+

Use the cards below to discover more about local amenities, services and about the nation.

+
+
- - +
+ + + + ) -} +} \ No newline at end of file diff --git a/pages/life.js b/pages/life.js new file mode 100644 index 0000000..1bad1f3 --- /dev/null +++ b/pages/life.js @@ -0,0 +1,23 @@ +import Layout from '../components/layout.js'; +export default function Life() { + return ( + +
+
+
+
+
+

+ Life in the Southeastern Islands. +

+
+ Learn about local culture, services and experiences you can have within the Southeastern Islands. +
+
+
+
+
+
+
+ ) +} \ No newline at end of file -- cgit v1.2.3