Add Mastodon logo to site's description

See #6
This commit is contained in:
Nikita Karamov 2021-01-30 14:56:17 +01:00
parent 2047962f9f
commit 7415bb2093
No known key found for this signature in database
GPG Key ID: EA4E7DECEEA050E4
4 changed files with 11 additions and 1 deletions

View File

@ -39,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- License changed from MIT to AGPL-3.0
- Add new, Mastodon-like logo (#6)
- Change "Mastodon" text to Mastodon's logo (#6)
## [1.0.0] - 2021-01-29

View File

@ -39,7 +39,10 @@ html(lang="en")
header
h1
img(src="/icon.svg" width=72 height=72 alt="toot")
p Quickly post on any Mastodon instance
p
| Quickly post on any
img(src="/mastodon.svg" width=95.5 height=27)
| instance
main
form#form
section

1
src/static/mastodon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -55,6 +55,11 @@ header {
p {
margin: 0 0 26px;
img {
display: inline;
margin-bottom: -11px;
}
}
}