diff --git a/README.md b/README.md index 18fef2a..7a297ed 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,7 @@ SFTP_PATH ```bash > deno task deploy ``` + +## Notes + +- QR code generated via: https://www.nayuki.io/page/qr-code-generator-library diff --git a/src/_css/screen.css b/src/_css/screen.css index 4b15162..cc02acc 100644 --- a/src/_css/screen.css +++ b/src/_css/screen.css @@ -61,6 +61,10 @@ article { color: #bce784; } +.company-flyer-qrcode { + display: none; +} + /* --------------------------------- */ /* Sections */ /* --------------------------------- */ @@ -343,3 +347,28 @@ BREAKPOINTS font-size: 2vw; } } + +@media print { + body { + print-color-adjust: exact; + } + + .company-flyer-qrcode { + display: block !important; + position: fixed; + bottom: 0; + left: 50%; + transform: translate(-50%); + margin-bottom: 1rem; + width: 6.25rem; + } + + #dont-speak-geek { + padding-top: 1.75rem; + padding-bottom: 1.75rem; + } + + #how-nbs-helps h1 { + margin-top: 0.25em; + } +} diff --git a/src/_images/nbs-flyer-qrcode.svg b/src/_images/nbs-flyer-qrcode.svg new file mode 100644 index 0000000..2456b76 --- /dev/null +++ b/src/_images/nbs-flyer-qrcode.svg @@ -0,0 +1,9 @@ + + + diff --git a/src/index.html b/src/index.html index 73ac129..2e9eabb 100644 --- a/src/index.html +++ b/src/index.html @@ -68,7 +68,7 @@
- Give us a call: 503-606-6508 + Give us a call or text: 503-606-6508
@@ -111,6 +111,7 @@