Skip to content

Commit

Permalink
[#361,art][s]: add links for downloads for manifesto and magazine.
Browse files Browse the repository at this point in the history
  • Loading branch information
rufuspollock committed Sep 17, 2024
1 parent 78dd182 commit 42d6703
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 16 deletions.
20 changes: 12 additions & 8 deletions pages/art.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ const Page = () => {
);
};

const magazineLink = '/assets/docs/impermanence-magazine-art-of-second-renaissance.pdf';
const manifestoLink = '/assets/docs/art-of-second-renaissance-manifesto.pdf';

const Hero = () => (
<div
className="relative isolate overflow-hidden pt-24 sm:pt-32 bg-center bg-cover min-h-screen bg-black"
Expand Down Expand Up @@ -75,7 +78,7 @@ const Catalyst = () => (
and took place in Thénac France in April 2024.
</p>
<p className="mt-8">
<a href="/assets/" className="btnsq btn-black text-3xl">
<a href="/art/impermanence" className="btnsq btn-black text-3xl">
See the exhibition and magazine
</a>
</p>
Expand Down Expand Up @@ -119,7 +122,7 @@ const SecondRenaissance = () => (
Marrying the artistic, political and spiritual world.
</p>
<p className="mt-8">
<a href="/assets/" className="btnsq btn-black text-3xl">
<a href={manifestoLink} className="btnsq btn-black text-3xl">
Download
</a>
</p>
Expand All @@ -135,11 +138,10 @@ const SecondRenaissance = () => (
</p>
<p className="mt-6 text-xl leading-8">
Subscribe for updates about art of the second renaissance
(quarterly).
</p>
<p className="mt-8">
<a href="/assets/" className="btnsq btn-black text-3xl">
Sign up
<a href="https://secondrenaissance.substack.com/s/art" className="btnsq btn-black text-3xl">
Sign on our substack newsletter
</a>
</p>
</div>
Expand All @@ -150,11 +152,12 @@ const SecondRenaissance = () => (

const Manifesto = () => (
<div className="bg-white px-6 py-32 lg:px-8">
<div className="mx-auto max-w-3xl text-base leading-7 text-gray-600 text-center prose text-lg leading-8">
<h1 className="mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-6xl text-center font-serif mb-8">
<div className="mx-auto max-w-3xl text-base leading-7 text-gray-600 text-center text-lg leading-8">
<h1 className="mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-6xl text-center mb-8">
Manifesto
</h1>

<div className="prose-lg text-center">
<p>
We are a collective of artists making art to bring forth the second
renaissance.
Expand Down Expand Up @@ -240,8 +243,9 @@ const Manifesto = () => (
<li>Our work are prayers. </li>
<li>Our work is an embrace to the earth and mother nature.</li>
</ul>
</div>
<p className="mt-8">
<a href="/assets/" className="btnsq btn-black text-3xl">
<a href="/assets/docs/impermanence-magazine-art-of-second-renaissance.pdf" className="btnsq btn-black text-3xl">
Download
</a>
</p>
Expand Down
17 changes: 10 additions & 7 deletions pages/art/impermanence.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export function getStaticProps() {

export default Page;

const magazineLink = '/assets/docs/impermanence-magazine-art-of-second-renaissance.pdf';
const manifestoLink = '/assets/docs/art-of-second-renaissance-manifesto.pdf';

const Hero = () => (
<div className="overflow-hidden bg-white">
<div className="mx-auto max-w-7xl px-4 lg:px-8">
Expand All @@ -37,7 +40,7 @@ const Hero = () => (
grow our wisdom and insight of inter-connectedness.
</p>
<p className="mt-8">
<a href="/assets/" className="btnsq btn-black text-3xl">
<a href={magazineLink} className="btnsq btn-black text-3xl">
Download our magazine
</a>
</p>
Expand Down Expand Up @@ -88,7 +91,7 @@ const Hero = () => (
<div className="flex flex-col md:flex-row items-center justify-between">
<div className="md:w-7/12">
<p className="text-xl leading-8">
We dont want to just talk about the 2nd Renaissance, we want to
We don't want to just talk about the 2nd Renaissance, we want to
make it happen. We want to make this new culture come to live. What
better way to birth a new cultural paradigm than through art?
<br />
Expand All @@ -102,13 +105,13 @@ const Hero = () => (
<br />
<em>
If you wish to contribute works for our next issue Mythos please
write to sylvie@lifeitself.org
write to art@lifeitself.org
</em>
</p>

<p className="mt-8">
<a href="/assets/" className="btnsq btn-black text-3xl">
Art of the Second Renaissance
<a href="{manifestoLink}" className="btnsq btn-black text-3xl">
Download Manifesto for Art of the Second Renaissance
</a>
</p>
</div>
Expand All @@ -119,8 +122,8 @@ const Hero = () => (
className="w-full h-full object-cover"
/>
<p className="mt-[-50px]">
<a href="/assets/" className="btnsq btn-black text-3xl">
Download
<a href={magazineLink} className="btnsq btn-black text-3xl">
Download Magazine
</a>
</p>
</div>
Expand Down
5 changes: 4 additions & 1 deletion public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
/vis /ecosystem/pip/vis
/profiles/* /ecosystem/pip/profiles/:splat
# 2024-07-16 until we have a proper page
/events https://lu.ma/second-renaissance
/events https://lu.ma/second-renaissance
# art magazine
/assets/docs/impermanence-magazine-art-of-second-renaissance.pdf https://drive.google.com/file/d/1XBTPnWgkFqtLqZ96DKqjQLy537XG65yG/view?usp=sharing
/assets/docs/art-of-second-renaissance-manifesto.pdf https://drive.google.com/file/d/1XLIpNjaeR6b5QfxNyyXK4J-YDy2XyIj8/view?usp=sharing

0 comments on commit 42d6703

Please sign in to comment.