From b4cdca5206bd855c58fcc10fa6d738359b997a91 Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 20 Mar 2024 18:34:49 -0700 Subject: [PATCH] Update logo (#100) * Placeholder commit * Added new logo to app * added logo to header of small screens * Updated favicon * Added logo to README * Updated README --- README.md | 18 +++++++++++++++++- .../components/layouts/onboarding.html.heex | 7 +++---- .../layouts/partials/header.html.heex | 18 +++++++++--------- .../layouts/partials/sidebar.html.heex | 13 ++++++------- .../components/layouts/root.html.heex | 2 +- priv/static/favicon.ico | Bin 32038 -> 122142 bytes priv/static/images/icon.png | Bin 0 -> 19739 bytes priv/static/images/logo.png | Bin 79840 -> 14770 bytes .../images/originals/icon-with-background.png | Bin 0 -> 14362 bytes .../images/originals/logo-teal-wordmark.png | Bin 0 -> 55404 bytes .../logo-white-wordmark-with-background.png | Bin 0 -> 71113 bytes .../images/originals/logo-white-wordmark.png | Bin 0 -> 57655 bytes priv/static/images/originals/logo.png | Bin 0 -> 167822 bytes 13 files changed, 36 insertions(+), 22 deletions(-) create mode 100644 priv/static/images/icon.png create mode 100644 priv/static/images/originals/icon-with-background.png create mode 100644 priv/static/images/originals/logo-teal-wordmark.png create mode 100644 priv/static/images/originals/logo-white-wordmark-with-background.png create mode 100644 priv/static/images/originals/logo-white-wordmark.png create mode 100644 priv/static/images/originals/logo.png diff --git a/README.md b/README.md index 69c55ea..590f9e6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,20 @@ -# Pinchflat (Alpha) +

+ Pinchflat Logo by @hernandito +

+ +

+ + logo by @hernandito + +

+ +# Your next YouTube media manager + +## Disclaimer This is alpha software and anything can break at any time. I make not guarantees about the stability of this software, forward-compatibility of updates, or integrity (both related to and independent of Pinchflat). Essentially, use at your own risk and expect there will be rough edges. diff --git a/lib/pinchflat_web/components/layouts/onboarding.html.heex b/lib/pinchflat_web/components/layouts/onboarding.html.heex index 925d3c4..53b0f77 100644 --- a/lib/pinchflat_web/components/layouts/onboarding.html.heex +++ b/lib/pinchflat_web/components/layouts/onboarding.html.heex @@ -1,10 +1,9 @@
-
-
- Pinchflat -

Pinchflat

+
+
+ Pinchflat
diff --git a/lib/pinchflat_web/components/layouts/partials/header.html.heex b/lib/pinchflat_web/components/layouts/partials/header.html.heex index f643e9f..077bf7c 100644 --- a/lib/pinchflat_web/components/layouts/partials/header.html.heex +++ b/lib/pinchflat_web/components/layouts/partials/header.html.heex @@ -1,18 +1,18 @@ -
+
-
+
+
+ Pinchflat +
+ -
-
+
<.icon name="hero-magnifying-glass" /> @@ -23,7 +23,7 @@ name="q" value={@params["q"]} placeholder="Type to search..." - class="w-full bg-transparent pl-9 pr-4 border-0 focus:ring-0 focus:outline-none lg:w-125" + class="w-full bg-transparent pl-9 pr-4 border-0 focus:ring-0 focus:outline-none" />
diff --git a/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex b/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex index b116ddc..96df248 100644 --- a/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex +++ b/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex @@ -1,24 +1,23 @@