From 99f02abb58dacbc6010a6133dd5bb2a646ae8317 Mon Sep 17 00:00:00 2001 From: Dallas Jamme Date: Wed, 27 Oct 2021 13:27:12 -0700 Subject: [PATCH 1/3] Adding about-us page --- pages/_app.js | 1 + pages/about-us.jsx | 140 +++++++++++++++++++++++++++++++++++++++++++++ pages/index.jsx | 2 +- 3 files changed, 142 insertions(+), 1 deletion(-) create mode 100644 pages/about-us.jsx diff --git a/pages/_app.js b/pages/_app.js index 6d7b698..15e9510 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -2,6 +2,7 @@ import PropTypes from 'prop-types'; import React from 'react'; import '../styles/global.css'; +import About from './about-us'; function MyApp({ Component, pageProps }) { return ; diff --git a/pages/about-us.jsx b/pages/about-us.jsx new file mode 100644 index 0000000..4dbf8d5 --- /dev/null +++ b/pages/about-us.jsx @@ -0,0 +1,140 @@ +import React from 'react'; + +import Head from 'next/head'; +import Script from 'next/script'; + +export default function About() { + return( + + + + + + + Laptops for Families + + + + + + {/* */} + + {/* */} + + + {/* */} + +
+ {/* */} + + + + + + + + + + + + + + + + +
+

+ About Us! +

+
+
+
+

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Asperiores facere magnam itaque quos doloremque. Dolorem ea, quisquam nesciunt obcaecati reprehenderit provident error vero placeat debitis ratione hic ex quia aliquid. +

+
+
+ {/* */} + + + + + )}; \ No newline at end of file diff --git a/pages/index.jsx b/pages/index.jsx index 32338f2..99f7bf4 100644 --- a/pages/index.jsx +++ b/pages/index.jsx @@ -638,7 +638,7 @@ export default function Home() { Official Blog
  • - About Us + About Us
  • Contact From 640e46b154c39ed89f697c74487e69ba8d07bcd7 Mon Sep 17 00:00:00 2001 From: Dallas Jamme Date: Wed, 27 Oct 2021 15:05:40 -0700 Subject: [PATCH 2/3] Added terms page --- pages/_app.js | 1 - pages/about-us.jsx | 2 +- pages/index.jsx | 2 +- pages/terms.jsx | 140 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 142 insertions(+), 3 deletions(-) create mode 100644 pages/terms.jsx diff --git a/pages/_app.js b/pages/_app.js index 15e9510..6d7b698 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -2,7 +2,6 @@ import PropTypes from 'prop-types'; import React from 'react'; import '../styles/global.css'; -import About from './about-us'; function MyApp({ Component, pageProps }) { return ; diff --git a/pages/about-us.jsx b/pages/about-us.jsx index 4dbf8d5..3edc037 100644 --- a/pages/about-us.jsx +++ b/pages/about-us.jsx @@ -11,7 +11,7 @@ export default function About() { - Laptops for Families + About Us diff --git a/pages/index.jsx b/pages/index.jsx index 99f7bf4..faf2105 100644 --- a/pages/index.jsx +++ b/pages/index.jsx @@ -610,7 +610,7 @@ export default function Home() {

    Legal

    • - Terms + Terms
    • Privacy diff --git a/pages/terms.jsx b/pages/terms.jsx new file mode 100644 index 0000000..8f1bad1 --- /dev/null +++ b/pages/terms.jsx @@ -0,0 +1,140 @@ +import React from 'react'; + +import Head from 'next/head'; +import Script from 'next/script'; + +export default function Terms() { + return( + + + + + + + Terms + + + + + + {/* */} + + {/* */} + + + {/* */} + +
      + {/* */} + + + + + + + + + + + + + + + + +
      +

      + Terms and Conditions +

      +
      +
      +
      +

      +

      + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Asperiores facere magnam itaque quos doloremque. Dolorem ea, quisquam nesciunt obcaecati reprehenderit provident error vero placeat debitis ratione hic ex quia aliquid. +

      +
      +
      + {/* */} + + + + + )}; \ No newline at end of file From 99e3af3efd6a7f754ecb36402391b3751fcfdaf9 Mon Sep 17 00:00:00 2001 From: Dallas Jamme Date: Wed, 27 Oct 2021 15:15:13 -0700 Subject: [PATCH 3/3] adds terms and fixes link issues --- pages/about-us.jsx | 4 ++-- pages/index.jsx | 4 ++-- pages/terms.jsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/about-us.jsx b/pages/about-us.jsx index 3edc037..09ea1da 100644 --- a/pages/about-us.jsx +++ b/pages/about-us.jsx @@ -95,7 +95,7 @@ export default function About() {

      Legal