diff --git a/public/images/Decentralized.png b/public/images/Decentralized.png new file mode 100644 index 0000000..9d48b78 Binary files /dev/null and b/public/images/Decentralized.png differ diff --git a/public/images/Privacy.png b/public/images/Privacy.png new file mode 100644 index 0000000..0a64d6c Binary files /dev/null and b/public/images/Privacy.png differ diff --git a/public/images/Timelock.png b/public/images/Timelock.png new file mode 100644 index 0000000..db37bbb Binary files /dev/null and b/public/images/Timelock.png differ diff --git a/public/images/bg-decentralized.png b/public/images/bg-decentralized.png new file mode 100644 index 0000000..92bbfd2 Binary files /dev/null and b/public/images/bg-decentralized.png differ diff --git a/public/images/bg-hero.jpg b/public/images/bg-hero.jpg new file mode 100644 index 0000000..ab6236f Binary files /dev/null and b/public/images/bg-hero.jpg differ diff --git a/public/images/bg-timelock.png b/public/images/bg-timelock.png new file mode 100644 index 0000000..2460976 Binary files /dev/null and b/public/images/bg-timelock.png differ diff --git a/public/images/onecolor-white-logo.svg b/public/images/onecolor-white-logo.svg new file mode 100644 index 0000000..7b64e1d --- /dev/null +++ b/public/images/onecolor-white-logo.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/App.js b/src/App.js index 7d95470..2f4dc31 100644 --- a/src/App.js +++ b/src/App.js @@ -1,5 +1,8 @@ import Header from "./Header"; -import Section from "./Section"; +import Hero from "./Hero"; +import Decentralized from "./Decentralized"; +import Timelock from "./Timelock"; +import Privacy from "./Privacy"; import Footer from "./Footer"; import "./styles/App.sass"; @@ -8,25 +11,10 @@ function App() {
-
- The Ideal Network is a blockchain that uses a novel consensus - mechanism. It produces publicly verifiable secret keys in each block - header. -
-
- Onchain randomness is refreshed with each new block and can be used in - smart contracts and runtime modules for random number generation. -
-
- The ETF Network enables timelock encryption, allowing you to - effortlessly send messages into the future and unlock them right from - your browser! -
-
- Encrypt once, decrypt many. The Ideal network enables programmable, - zero-knowledge data encryption mechanisms using practical witness - encryption. -
+ + + +
diff --git a/src/Decentralized.js b/src/Decentralized.js new file mode 100644 index 0000000..9938f23 --- /dev/null +++ b/src/Decentralized.js @@ -0,0 +1,18 @@ +import "./styles/Decentralized.sass"; + +function Decentralized() { + return ( +
+
+
+

Decentralized

+

The Ideal Network is a blockchain that uses a novel consensus mechanism. It produces publicly verifiable secret keys in each block header.

+ +
+
+ +
+ ); +} + +export default Decentralized; diff --git a/src/Footer.js b/src/Footer.js index 479ae9a..98b32b5 100644 --- a/src/Footer.js +++ b/src/Footer.js @@ -1,48 +1,31 @@ +import "./styles/Footer.sass"; + function Footer() { return ( -