Add logos to docs

This commit is contained in:
Isaac Bythewood
2019-12-08 18:59:48 +00:00
parent 6b8d004d9f
commit e4f10b25b0
5 changed files with 19 additions and 1 deletions

9
docs/src/assets.md Normal file
View File

@@ -0,0 +1,9 @@
# Assets
## Logos
Pinry has two logos, a light and dark variant:
![Pinry Logo Dark](imgs/logo-dark.png)
![Pinry Logo Light](imgs/logo-light.png)

BIN
docs/src/imgs/logo-dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -1,4 +1,6 @@
# Pinry # Pinry, the open-source tiling image board.
![Pinry](imgs/logo-dark.png)
The open-source core of Pinry, a tiling image board system for people who want The open-source core of Pinry, a tiling image board system for people who want
to save, tag, and share images, videos and webpages in an easy to skim through to save, tag, and share images, videos and webpages in an easy to skim through
@@ -6,6 +8,12 @@ format.
![Home](imgs/screenshot.png) ![Home](imgs/screenshot.png)
## Demo Site
We currently have a running demo up at
[https://pin.37soloist.com/](https://pin.37soloist.com/). If you'd like to
showcase your Pinry website toss us a link!
## As Seen On ## As Seen On
<p style="display: flex; justify-content: space-between;"> <p style="display: flex; justify-content: space-between;">

View File

@@ -16,6 +16,7 @@ nav:
- Home: 'index.md' - Home: 'index.md'
- Screenshots: 'screenshots.md' - Screenshots: 'screenshots.md'
- Docs: 'docs.md' - Docs: 'docs.md'
- Assets: 'assets.md'
- Contributing: 'contributing.md' - Contributing: 'contributing.md'
- License: 'license.md' - License: 'license.md'