Add sample page

This commit is contained in:
Skylar Ittner 2023-08-01 21:04:20 -06:00
parent cf83ba97bd
commit 8f34d46c32
6 changed files with 264 additions and 1 deletions

View File

@ -68,7 +68,7 @@
<li>
<span class="icon major regular fa-print"></span>
<h4>Print and Fold</h4>
<p>Print the PDF we give you, fold it around your letter, and tape the edges to make a postage-paid envelope.</p>
<p>Print the PDF we give you, fold it around your letter, and tape the edges to make a postage-paid envelope.<br /><a href="sample" target="_blank">See a sample</a></p>
</li>
<li>
<span class="icon major regular fa-mailbox"></span>

8
source/pages/sample.md Normal file
View File

@ -0,0 +1,8 @@
// title Sample Envelope
Here's what you're buying when you use this service. It might look a little different depending on
the options you choose. Click the image to get a PDF for a test print.
<a href="{{site_root}}sample.pdf">
<img src="{{site_root}}sample.png" alt="Sample" style="border: 1px solid #aaa; box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); max-width: 100%;"/>
</a>

BIN
source/static/sample.pdf Normal file

Binary file not shown.

BIN
source/static/sample.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

255
source/static/sample.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB