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
-
-
-
-
- Get started with Next.js
-
-
-
+
+
+
+

+
+
+
Find, Share and Publish
Quality Data with Datahub
+
+
At Datahub, we have over thousands of datasets for free and a Premium Data Service for additional or customised data with guaranteed updates.
+
+
+
+
+
+
+

+
+
+
Core Datasets
+
Datahub provides important, commonly-used data as high quality, easy-to-use and open data packages.
+
+
View Collections ›
+
+
+
+
+
+

+
+
+
Request Data
+
A service to locate and/or prepare data. There is no cost for making a request and all requests are completely confidential.
+
+
Request Now ›
+
+
+
+
+
+

+
+
+
Publish Data
+
Securely share and elegantly put data online with quality checks, versioning, data APIs, notifications & integrations.
+
+
Start Publishing ›
+
+
+
+
+
+
+
+
+
S&P 500 Companies
+
S&P 500 Companies with Financial Information
+
View
+
+
+
+
+
Major cities of the world
+
List of all the major cities in the world
+
View
+
+
+
+
+

+
CO2 PPM
+
CO2 PPM - Trends in Atmospheric Carbon Dioxide
+
co2-ppm | files 7 | 300kB
+
View Dataset
+
+
+
+
+

+
Country List
+
List of all countries with their 2 digit codes (ISO 3166-1)
+
country-list | files 2 | 27kB
+
View Dataset
+
+
+
+
+
ISO Language Codes
+
ISO Language Codes (639-1 and 693-2) and IETF Language Types
+
View
+
+
+
+
+
Global Temperature
+
Data are included from the GISS Surface Temperature
+
View
+
+
+
+
+
Core Datasets, data as you’d want to use it
+
Quality Data ready to Integrate
+
+ - High quality data ready to inspect, download and use. Read more ›
+ - Bulk and API access ready for automated integration with SDKs in Python, JS and many more. Read more ›
+ - Send a request if you need a help to find some good, quality dataset.
+
+
Discover Datasets
+
+
-
-
-
@@ -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