diff --git a/docs/logo.png b/docs/logo.png new file mode 100644 index 0000000..7e3b4c6 Binary files /dev/null and b/docs/logo.png differ diff --git a/docs/logo.svg b/docs/logo.svg new file mode 100644 index 0000000..8d66b86 --- /dev/null +++ b/docs/logo.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + ROADWORTHINESS + STICKERS FOR UNWORTHY ROADS + + diff --git a/docs/og-image.png b/docs/og-image.png new file mode 100644 index 0000000..7cccbd1 Binary files /dev/null and b/docs/og-image.png differ diff --git a/docs/og-image.svg b/docs/og-image.svg new file mode 100644 index 0000000..d54d53e --- /dev/null +++ b/docs/og-image.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + ROADWORTHINESS + STICKER GENERATOR + "Stickers for unworthy roads" + + diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..5568a0f --- /dev/null +++ b/favicon.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + diff --git a/index.html b/index.html index c46bbc0..33556ba 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@
- directions_car +

Roadworthiness Sticker Generator

Roadworthy stickers for unworthy roads - if they can't fix the potholes, they can't spot the difference

diff --git a/styles.css b/styles.css index 75277e6..fb62396 100644 --- a/styles.css +++ b/styles.css @@ -235,6 +235,11 @@ body { color: var(--md-sys-color-primary); } +.app-bar .app-logo { + width: 64px; + height: 64px; +} + .app-bar .git-link { margin-left: auto; display: flex;