From 9dfd0420c9072a33f8a570f684020ea62db06050 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 19 May 2022 11:46:14 -0400 Subject: [PATCH 1/2] Mobile-only button for PDF download. --- public/white-paper/index.html | 46 ++++++++++++++++++++++++++++++++--- 1 file changed, 43 insertions(+), 3 deletions(-) diff --git a/public/white-paper/index.html b/public/white-paper/index.html index 72c725b..a4189de 100644 --- a/public/white-paper/index.html +++ b/public/white-paper/index.html @@ -102,8 +102,29 @@ width: 100%; margin-bottom:20px; } + + .mobile-pdf{ + display:block; + } + + .pdf-iframe{ + display: none; + } } + @media only screen and (min-width: 600px) { + + .mobile-pdf{ + display:none; + } + + .pdf-iframe{ + display: block; + } + } + + + @@ -183,10 +204,29 @@ - + -
- +
+ +
+ + + +
+
From 76b8a90848086890e1fe39dcee6defcfa4728582 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Thu, 19 May 2022 12:12:51 -0400 Subject: [PATCH 2/2] Use full url for whitepaper Signed-off-by: Jacob Heider --- public/white-paper/index.html | 61 ++++++++++++++++++----------------- 1 file changed, 32 insertions(+), 29 deletions(-) diff --git a/public/white-paper/index.html b/public/white-paper/index.html index a4189de..852414b 100644 --- a/public/white-paper/index.html +++ b/public/white-paper/index.html @@ -25,7 +25,7 @@ - + @@ -98,33 +98,30 @@ } @media only screen and (max-width: 600px) { - .auth-btn{ + .auth-btn { width: 100%; - margin-bottom:20px; + margin-bottom: 20px; } - .mobile-pdf{ - display:block; + .mobile-pdf { + display: block; } - .pdf-iframe{ + .pdf-iframe { display: none; } } @media only screen and (min-width: 600px) { - .mobile-pdf{ - display:none; + .mobile-pdf { + display: none; } - .pdf-iframe{ + .pdf-iframe { display: block; } } - - - @@ -190,25 +187,30 @@

We're Open‐Sourcing Our White Paper

-

Open‐source is about the many coming together to create something great. In the spirit of that, we're inviting developers, speculators, and enthusiasts alike to contribute to our white paper and help brew the future of the internet. This is our revolutionary undertaking to create equitable open‐source for web3, and we want you to be a part of laying its groundwork.
Download our white paper.

+

Open‐source is about the many coming together to create something + great. In the spirit of that, we're inviting developers, speculators, and enthusiasts alike to contribute to + our white paper and help brew the future of the internet. This is our revolutionary undertaking to create + equitable open‐source for web3, and we want you to be a part of laying its groundwork.
Download our white paper.

-
- +
+ -
- +
+
@@ -216,12 +218,13 @@
-
+
-

Mobile browsers can be finicky, so please view our white paper via the button below.

- Download our White Paper +

Mobile browsers can be finicky, so please view our white paper via the button + below.

+ Download our White Paper
@@ -408,4 +411,4 @@ gtag('js', new Date()); gtag('config', 'G-Q3M5LVH76F'); - + \ No newline at end of file