diff --git a/images/discord.svg b/images/discord.svg new file mode 100644 index 0000000..f905d23 --- /dev/null +++ b/images/discord.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/images/twitter.svg b/images/twitter.svg new file mode 100644 index 0000000..f7fc329 --- /dev/null +++ b/images/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 29ee40e..f6e0401 100644 --- a/index.html +++ b/index.html @@ -24,9 +24,22 @@

Welcome to the
Privacy and Scaling Exploration
Landing Page

+ +
+ + +
+
+ +
+
diff --git a/styles.css b/styles.css index 61cc185..3e8810d 100644 --- a/styles.css +++ b/styles.css @@ -21,8 +21,15 @@ body { } .arrow { - margin: 2rem auto; + margin: 1rem auto 2rem; text-align: center; + +} + +.center { + display: flex; + align-items: center; + justify-content: center; } .link, .link a{