Skip to content

Commit

Permalink
fix: update logos and colours (#1)
Browse files Browse the repository at this point in the history
Resizes canvases for horizontal wordmarks, adds vertical wordmarks,
updates muted yellow colour.
  • Loading branch information
achingbrain authored May 12, 2023
1 parent 6d7e027 commit a217505
Show file tree
Hide file tree
Showing 25 changed files with 142 additions and 73 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ See: https://dweb.link/ipfs/bafybeiebays3i7aem7tptga3kilzux7f5gz6czl4dietazgutcj

<img title='#b7bbc8' src='https://swatch.now.sh?color=%23b7bbc8&name=gray' /><img title='#d9dbe2' src='https://swatch.now.sh?color=%23d9dbe2&name=gray-muted' /><img title='#34373f' src='https://swatch.now.sh?color=%2334373f&name=charcoal' /><img title='#7f8491' src='https://swatch.now.sh?color=%237f8491&name=charcoal-muted' />

<img title='#ea5037' src='https://swatch.now.sh?color=%23ea5037&name=red' /><img title='#f36149' src='https://swatch.now.sh?color=%23f36149&name=red-muted' /><img title='#f7df1e' src='https://swatch.now.sh?color=%23f7df1e&name=yellow' /><img title='#f9a13e' src='https://swatch.now.sh?color=%23f9a13e&name=yellow-muted' />
<img title='#ea5037' src='https://swatch.now.sh?color=%23ea5037&name=red' /><img title='#f36149' src='https://swatch.now.sh?color=%23f36149&name=red-muted' /><img title='#ede180' src='https://swatch.now.sh?color=%23f7df1e&name=yellow' /><img title='#ede180' src='https://swatch.now.sh?color=%23ede180&name=yellow-muted' />

<img title='#378085' src='https://swatch.now.sh?color=%23378085&name=teal' /><img title='#439a9d' src='https://swatch.now.sh?color=%23439a9d&name=teal-muted' /><img title='#0cb892' src='https://swatch.now.sh?color=%230cb892&name=green' /><img title='#0aca9f' src='https://swatch.now.sh?color=%230aca9f&name=green-muted' />

Expand Down
14 changes: 7 additions & 7 deletions helia.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ See: https://github.com/ipfs-shipyard/helia-css

.yellow { color: #f7df1e; }

.yellow-muted { color: #f9a13e; }
.yellow-muted { color: #ede180; }

.teal { color: #378085; }

Expand Down Expand Up @@ -344,7 +344,7 @@ See: https://github.com/ipfs-shipyard/helia-css

.bg-yellow { background-color: #f7df1e; }

.bg-yellow-muted { background-color: #f9a13e; }
.bg-yellow-muted { background-color: #ede180; }

.bg-teal { background-color: #378085; }

Expand Down Expand Up @@ -384,7 +384,7 @@ See: https://github.com/ipfs-shipyard/helia-css

.hover-yellow:hover, .hover-yellow:focus { color: #f7df1e; }

.hover-yellow-muted:hover, .hover-yellow-muted:focus { color: #f9a13e; }
.hover-yellow-muted:hover, .hover-yellow-muted:focus { color: #ede180; }

.hover-teal:hover, .hover-teal:focus { color: #378085; }

Expand Down Expand Up @@ -424,7 +424,7 @@ See: https://github.com/ipfs-shipyard/helia-css

.hover-bg-yellow:hover, .hover-bg-yellow:focus { background-color: #f7df1e; }

.hover-bg-yellow-muted:hover, .hover-bg-yellow-muted:focus { background-color: #f9a13e; }
.hover-bg-yellow-muted:hover, .hover-bg-yellow-muted:focus { background-color: #ede180; }

.hover-bg-teal:hover, .hover-bg-teal:focus { background-color: #378085; }

Expand Down Expand Up @@ -464,7 +464,7 @@ See: https://github.com/ipfs-shipyard/helia-css

.fill-yellow { fill: #f7df1e; }

.fill-yellow-muted { fill: #f9a13e; }
.fill-yellow-muted { fill: #ede180; }

.fill-teal { fill: #378085; }

Expand Down Expand Up @@ -504,7 +504,7 @@ See: https://github.com/ipfs-shipyard/helia-css

.hover-fill-yellow:hover, .hover-fill-yellow:focus { fill: #f7df1e; }

.hover-fill-yellow-muted:hover, .hover-fill-yellow-muted:focus { fill: #f9a13e; }
.hover-fill-yellow-muted:hover, .hover-fill-yellow-muted:focus { fill: #ede180; }

.hover-fill-teal:hover, .hover-fill-teal:focus { fill: #378085; }

Expand Down Expand Up @@ -544,7 +544,7 @@ See: https://github.com/ipfs-shipyard/helia-css

.border-yellow, .b--yellow { border-color: #f7df1e; }

.border-yellow-muted, .b--yellow-muted { border-color: #f9a13e; }
.border-yellow-muted, .b--yellow-muted { border-color: #ede180; }

.border-teal, .b--teal { border-color: #378085; }

Expand Down
Binary file added logos/favicon.ico
Binary file not shown.
Binary file added logos/helia-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logos/helia-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logos/helia-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logos/helia-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 0 additions & 12 deletions logos/helia-logo-outlined.svg

This file was deleted.

Loading

0 comments on commit a217505

Please sign in to comment.