Skip to content

Commit

Permalink
feat: add logos
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed May 11, 2023
1 parent ba08064 commit 0e4b7e1
Show file tree
Hide file tree
Showing 14 changed files with 146 additions and 23,064 deletions.
143 changes: 1 addition & 142 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,149 +18,8 @@ jobs:
- run: npm run --if-present lint
- run: npm run --if-present dep-check

test-node:
needs: check
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node: [lts/*]
fail-fast: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present test:node
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
with:
flags: node

test-chrome:
needs: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present test:chrome
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
with:
flags: chrome

test-chrome-webworker:
needs: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present test:chrome-webworker
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
with:
flags: chrome-webworker

test-firefox:
needs: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present test:firefox
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
with:
flags: firefox

test-firefox-webworker:
needs: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present test:firefox-webworker
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
with:
flags: firefox-webworker

test-webkit:
needs: check
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node: [lts/*]
fail-fast: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present test:webkit
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
with:
flags: webkit

test-webkit-webworker:
needs: check
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node: [lts/*]
fail-fast: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present test:webkit-webworker
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
with:
flags: webkit-webworker

test-electron-main:
needs: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npx xvfb-maybe npm run --if-present test:electron-main
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
with:
flags: electron-main

test-electron-renderer:
needs: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npx xvfb-maybe npm run --if-present test:electron-renderer
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
with:
flags: electron-renderer

release:
needs: [test-node, test-chrome, test-chrome-webworker, test-firefox, test-firefox-webworker, test-webkit, test-webkit-webworker, test-electron-main, test-electron-renderer]
needs: [check]
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
Expand Down
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
# helia-css

> Forked from https://github.com/ipfs-shipyard/ipfs-css
> 🍴 Forked from https://github.com/ipfs-shipyard/ipfs-css
The single-purpose CSS class names and @font-face config to Helia up your UI.

```css
/* ---- font ----- */
.sans-serif { font-family: 'Inter', system-ui, sans-serif; }
.montserrat { font-family: 'Montserrat', 'Verdana', system-ui, sans-serif; }
.monospace { font-family: Consolas, monaco, monospace; }

/* ---- color ----- */
.navy { color: #073a53; }
.navy-muted { color: #244e66; }
.aqua { color: #69c4cd; }
.aqua-muted { color: #9ad4db; }

/* ...and (just a little) more! */
```

Pairs well with [tachyons].

## Install
Expand Down
8 changes: 8 additions & 0 deletions docs/icons/glyph_doc_text_import.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/icons/glyph_folder_import.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/icons/stroke_doc_text_import.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/icons/stroke_folder_import.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ <h2>Style: Glyph</h2>
<div>glyph doc_text</div>
</div>

<div class="item">
<div><img class="icon" alt=doc_text_import title=glyph_doc_text_import.svg src=icons/glyph_doc_text_import.svg /></div>
<div>glyph doc_text_import</div>
</div>

<div class="item">
<div><img class="icon" alt=document title=glyph_document.svg src=icons/glyph_document.svg /></div>
<div>glyph document</div>
Expand All @@ -170,6 +175,11 @@ <h2>Style: Glyph</h2>
<div>glyph folder</div>
</div>

<div class="item">
<div><img class="icon" alt=folder_import title=glyph_folder_import.svg src=icons/glyph_folder_import.svg /></div>
<div>glyph folder_import</div>
</div>

<div class="item">
<div><img class="icon" alt=home title=glyph_home.svg src=icons/glyph_home.svg /></div>
<div>glyph home</div>
Expand Down Expand Up @@ -515,6 +525,11 @@ <h2>Style: Stroke</h2>
<div>stroke doc_text</div>
</div>

<div class="item">
<div><img class="icon" alt=doc_text_import title=stroke_doc_text_import.svg src=icons/stroke_doc_text_import.svg /></div>
<div>stroke doc_text_import</div>
</div>

<div class="item">
<div><img class="icon" alt=document title=stroke_document.svg src=icons/stroke_document.svg /></div>
<div>stroke document</div>
Expand All @@ -540,6 +555,11 @@ <h2>Style: Stroke</h2>
<div>stroke folder</div>
</div>

<div class="item">
<div><img class="icon" alt=folder_import title=stroke_folder_import.svg src=icons/stroke_folder_import.svg /></div>
<div>stroke folder_import</div>
</div>

<div class="item">
<div><img class="icon" alt=home title=stroke_home.svg src=icons/stroke_home.svg /></div>
<div>stroke home</div>
Expand Down Expand Up @@ -1244,6 +1264,25 @@ <h2>Cross-style availability</h2>
</div>
</div>

<div class="compare">
<div>

<div class="item">
<div><img class="icon" alt=doc_text_import title=glyph_doc_text_import.svg src=icons/glyph_doc_text_import.svg /></div>
<div>glyph doc_text_import</div>
</div>

</div>
<div>

<div class="item">
<div><img class="icon" alt=doc_text_import title=stroke_doc_text_import.svg src=icons/stroke_doc_text_import.svg /></div>
<div>stroke doc_text_import</div>
</div>

</div>
</div>

<div class="compare">
<div>

Expand Down Expand Up @@ -1339,6 +1378,25 @@ <h2>Cross-style availability</h2>
</div>
</div>

<div class="compare">
<div>

<div class="item">
<div><img class="icon" alt=folder_import title=glyph_folder_import.svg src=icons/glyph_folder_import.svg /></div>
<div>glyph folder_import</div>
</div>

</div>
<div>

<div class="item">
<div><img class="icon" alt=folder_import title=stroke_folder_import.svg src=icons/stroke_folder_import.svg /></div>
<div>stroke folder_import</div>
</div>

</div>
</div>

<div class="compare">
<div>

Expand Down
2 changes: 1 addition & 1 deletion helia.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ See: https://github.com/ipfs-shipyard/helia-css
url('fonts/Montserrat-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'); /* IE6-IE8 */
}

/* IPFS theme.css - Generated from https://github.com/ipfs-shipyard/helia-css/blob/master/theme.json */
/* Helia theme.css - Generated from https://github.com/ipfs-shipyard/helia-css/blob/master/theme.json */

/* ---- font ----- */

Expand Down
Loading

0 comments on commit 0e4b7e1

Please sign in to comment.