Skip to content

Commit

Permalink
[#331,paper][s]: fix up styling of buttons and reformat layout of page.
Browse files Browse the repository at this point in the history
- also add newer unpixelated cover image
  • Loading branch information
rufuspollock committed Aug 1, 2024
1 parent 03578e0 commit 722f597
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
Binary file not shown.
20 changes: 12 additions & 8 deletions content/paper.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
---
title: Second Renaissance Whitepaper
image: /assets/img/homepage/second-renaissance-whitepaper-cover.webp
description: "We live in a time of civilizational crisis and awakening - a second renaissance. This whitepaper sets out in detail what is a second renaissance would be and why it matters."
description: "We live in a time of civilizational crisis and awakening - a second renaissance. This whitepaper sets out in detail what is a second renaissance, and why it matters and how it can come about."
---

<p className="sm:text-xl">Read our full whitepapers setting out the core thesis and theory of change of a second renaissance -- what it is and why it is important.</p>
<p className="sm:text-xl">Read our whitepapers setting out the core thesis and theory of change of a second renaissance in detail. What it is, why it is needed and how it can come about.</p>

<a className="btn btn-blue sm:text-lg no-underline" target="_blank" href="/assets/second-renaissance-whitepaper.pdf">View and download whitepaper no 1:<br />"What and Why of a Second Renaissance and Paradigmatic Change" &raquo;</a>
<p><a href="/assets/second-renaissance-whitepaper.pdf"><img src="/assets/img/homepage/second-renaissance-whitepaper-cover.webp" alt="Second Renaissance Whitepaper cover" className="sm:w-60 mx-auto block" /></a></p>

<br />
<br />
<br />
### Paper 1: What and Why of a Second Renaissance

<a className="btn btn-blue sm:text-lg no-underline" target="_blank" href="/assets/second-renaissance-how-whitepaper-2.pdf">View and download whitepaper no 2:<br />"How paradigmatic change and a second renaissance can come about" &raquo;</a>
What is a second renaissance and why is it relevant in this moment of escalating crisis.

<a href="/assets/second-renaissance-whitepaper.pdf"><img src="/assets/img/homepage/second-renaissance-whitepaper-cover.webp" alt="Second Renaissance Whitepaper cover" /></a>
<a className="btn btn-blue sm:text-lg no-underline" target="_blank" href="/assets/second-renaissance-whitepaper.pdf">View and download Paper 1 &raquo;</a>

### Paper 2: How of a Second Renaissance

How paradigmatic change and a second renaissance can come about.

<a className="btn btn-blue sm:text-lg no-underline" target="_blank" href="/assets/second-renaissance-how-whitepaper-2.pdf">View and download Paper 2 &raquo;</a>
2 changes: 1 addition & 1 deletion styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ html {

/* buttons */
.btn {
@apply font-bold py-2 px-4 rounded-md px-4 py-3 font-medium text-primary shadow no-underline;
@apply font-bold py-2 px-4 rounded-md px-4 py-3 font-medium text-primary shadow no-underline inline-block;
}
.btn-blue {
@apply bg-[#F0CA5E];
Expand Down

0 comments on commit 722f597

Please sign in to comment.