diff --git a/components/Nav.tsx b/components/Nav.tsx new file mode 100644 index 00000000..70c86022 --- /dev/null +++ b/components/Nav.tsx @@ -0,0 +1,47 @@ +export default function Nav() { + return ( + + ) +} diff --git a/pages/index.tsx b/pages/index.tsx index e27d4ffa..e318d88f 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,4 +1,6 @@ import Head from 'next/head' +import Link from 'next/link' +import Nav from '../components/Nav' export default function Home() { return ( @@ -7,164 +9,137 @@ export default function Home() { Create Next App -
-

- Welcome to Next.js! -

- -

- Get started with Next.js -

- -
- -

Showcase →

-

Find Mocked Data Page of frontend v3 Project.

-
- - -

Deploy →

-

- Instantly deploy your Next.js site to a public URL with Vercel. -

-
-
+
- - - @@ -182,6 +157,6 @@ export default function Home() { box-sizing: border-box; } `} - + ) } diff --git a/public/banner.png b/public/banner.png new file mode 100644 index 00000000..189b36bf Binary files /dev/null and b/public/banner.png differ diff --git a/public/co2.png b/public/co2.png new file mode 100644 index 00000000..d25f03e1 Binary files /dev/null and b/public/co2.png differ diff --git a/public/core.png b/public/core.png new file mode 100644 index 00000000..b41a381d Binary files /dev/null and b/public/core.png differ diff --git a/public/datahub-cube.svg b/public/datahub-cube.svg new file mode 100644 index 00000000..7d35408b --- /dev/null +++ b/public/datahub-cube.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/public/earth-globe.png b/public/earth-globe.png new file mode 100644 index 00000000..dfc2f6a5 Binary files /dev/null and b/public/earth-globe.png differ diff --git a/public/request.png b/public/request.png new file mode 100644 index 00000000..4f5b4ecd Binary files /dev/null and b/public/request.png differ diff --git a/public/worldwide.png b/public/worldwide.png new file mode 100644 index 00000000..90758cf7 Binary files /dev/null and b/public/worldwide.png differ