From 9655904cddf7c18c45dd516ecc986b2c287a6666 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 28 Apr 2021 15:42:20 +0000 Subject: Added more things --- pages/page2.js | 5 ++++- pages/page3.js | 24 ++++++++++++++++++++++++ pages/page4.js | 21 +++++++++++++++++++++ pages/page5.js | 22 ++++++++++++++++++++++ pages/page6.js | 28 ++++++++++++++++++++++++++++ pages/page7.js | 25 +++++++++++++++++++++++++ pages/page8.js | 22 ++++++++++++++++++++++ 7 files changed, 146 insertions(+), 1 deletion(-) create mode 100644 pages/page3.js create mode 100644 pages/page4.js create mode 100644 pages/page5.js create mode 100644 pages/page6.js create mode 100644 pages/page7.js create mode 100644 pages/page8.js (limited to 'pages') diff --git a/pages/page2.js b/pages/page2.js index d21c5c0..569bd67 100644 --- a/pages/page2.js +++ b/pages/page2.js @@ -12,7 +12,10 @@ export default function Home() {

The Cause Of This War

- +

The British blocked American ships to enter Europe and American ships were forced to join the Royal Navy.

+ +
+
) diff --git a/pages/page3.js b/pages/page3.js new file mode 100644 index 0000000..1f24edc --- /dev/null +++ b/pages/page3.js @@ -0,0 +1,24 @@ +import Head from 'next/head' +import styles from '../styles/Home.module.css' +import Button from '@material-ui/core/Button' + +export default function Home() { + return ( +
+ + The War of 1812 + + + +
+

Participants

+

The United Kingdom and the United States.

+ +
+ +
+ +
+
+ ) +} diff --git a/pages/page4.js b/pages/page4.js new file mode 100644 index 0000000..4a43ec7 --- /dev/null +++ b/pages/page4.js @@ -0,0 +1,21 @@ +import Head from 'next/head' +import styles from '../styles/Home.module.css' +import Button from '@material-ui/core/Button' + +export default function Home() { + return ( +
+ + The War of 1812 + + + +
+

Where did this happen?

+

The Canadian–American frontier and the Great Lakes region
The Atlantic and Gulf of Mexico coasts of North America
The Atlantic Ocean

+ + +
+
+ ) +} diff --git a/pages/page5.js b/pages/page5.js new file mode 100644 index 0000000..ccd3b45 --- /dev/null +++ b/pages/page5.js @@ -0,0 +1,22 @@ +import Head from 'next/head' +import styles from '../styles/Home.module.css' +import Button from '@material-ui/core/Button' + +export default function Home() { + return ( +
+ + The War of 1812 + + + +
+

When did it happen?

+

June 1812 to February 1815

+ +
+ +
+
+ ) +} diff --git a/pages/page6.js b/pages/page6.js new file mode 100644 index 0000000..c0e500e --- /dev/null +++ b/pages/page6.js @@ -0,0 +1,28 @@ +import Head from 'next/head' +import styles from '../styles/Home.module.css' +import Button from '@material-ui/core/Button' + +export default function Home() { + return ( +
+ + The War of 1812 + + + +
+

Events

+
    +
  • American armies invaded Canada.
  • +
  • British armies invaded the United States.
  • +
  • United States Navy ships defeated British ships.
  • +
  • The Royal Navy blocked the United States, which damaged the American economy, and launched raids from the sea that included attacks on Washington, Baltimore, and New Orleans.
  • +
  • Native Americans contributed to the defence of Upper Canada but could not win their own war against the United States.
  • +
  • First Peoples warriors, French and English speaking militia and colonial regulars supported British regulars in the defence of Canada.
  • +
+
+ +
+
+ ) +} diff --git a/pages/page7.js b/pages/page7.js new file mode 100644 index 0000000..52664e6 --- /dev/null +++ b/pages/page7.js @@ -0,0 +1,25 @@ +import Head from 'next/head' +import styles from '../styles/Home.module.css' +import Button from '@material-ui/core/Button' + +export default function Home() { + return ( +
+ + The War of 1812 + + + +
+

Aftermath

+
    +
  • Neither Britain nor the United States could defeat the other.
  • +
  • The two governments decided to negotiate peace.
  • +
  • The Treaty of Ghent ended the war in February 1815 but left Native American territory exposed to further American expansion.
  • +
+
+ +
+
+ ) +} diff --git a/pages/page8.js b/pages/page8.js new file mode 100644 index 0000000..9e473cf --- /dev/null +++ b/pages/page8.js @@ -0,0 +1,22 @@ +import Head from 'next/head' +import styles from '../styles/Home.module.css' +import Button from '@material-ui/core/Button' + +export default function Home() { + return ( +
+ + The War of 1812 + + + +
+

Sources

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