Add proper links and sample PDF in "about" sections
This commit is contained in:
parent
2c41252a81
commit
9a62cf3fc8
2 changed files with 3 additions and 3 deletions
BIN
src/img/Analog-8-preview.pdf
Normal file
BIN
src/img/Analog-8-preview.pdf
Normal file
Binary file not shown.
|
@ -56,7 +56,7 @@
|
|||
<div class="flex flex-wrap text-xl font-sans">
|
||||
<img alt="Snipette puppies" src="img/three-pups.png" class="p-5 sm:w-full md:w-1/2 lg:w-1/3 h-full"/>
|
||||
<p class="md:p-5 sm:w-full md:w-1/2 lg:w-2/3">
|
||||
We are a web and print magazine seeking to explain the world in an easy to understand way. Our key words are: understandability, perspective, and fun.
|
||||
We are a web and print magazine seeking to explain the world in an easy to understand way. Our key words are: understandability, perspective, and fun. <a href="https://www.snipettemag.com" target="_blank">Browse our library of 250+ articles here</a>!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -68,7 +68,7 @@
|
|||
<div class="flex flex-wrap flex-row md:flex-row-reverse text-xl font-sans">
|
||||
<img alt="Puppy with a stack of magazines" src="img/stackpup.png" class="p-5 sm:w-full md:w-1/2 lg:w-1/3 h-full"/>
|
||||
<p class="md:p-5 sm:w-full md:w-1/2 lg:w-2/3">
|
||||
In order to make our content more accessible, we have been bringing out a print version, Snipette Analog, which is a better medium for long-form articles. <a href="#">Sample the latest issue here</a>.
|
||||
In order to make our content more accessible, we have been bringing out a print version, Snipette Analog, which is a better medium for long-form articles. <a href="img/Analog-8-preview.pdf" target="_blank">Sample the latest issue here</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -173,7 +173,7 @@
|
|||
|
||||
<div class="w-full mt-12">
|
||||
<form action="/pledge" method="post" class="max-w-4xl mx-auto p-10">
|
||||
<h1 class="text-center text-2xl font-sans">Donation options</h1>
|
||||
<a id="pledge-form"><h1 class="text-center text-2xl font-sans">Donation options</h1></a>
|
||||
|
||||
<ul class="mt-10 mb-5 grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-3">
|
||||
<label class="donate-option">
|
||||
|
|
Loading…
Reference in a new issue