diff --git a/site/pages/home.js b/site/pages/home.js new file mode 100644 index 0000000..e6df74a --- /dev/null +++ b/site/pages/home.js @@ -0,0 +1,58 @@ +export default function Home(props) { + return ( +
+
+
+
+
+

+ Making Sense of + Web3 (& Crypto) +

+

+ Web3 is a huge phenomenon but it can be hard to make sense of. We're here to help with introductions to key concepts and in-depth exploration of the claims for its concrete social and economic impact. +

+
+
+
+
+ + +
+
+ +
+
+
+
+
+
+
+
+ {/* Illustration taken from Lucid Illustrations: https://lucid.pixsellz.io/ */} + +
+
+
+
+
+ ) +} + +Home.layout = 'js' \ No newline at end of file