From 587748e3c998dedf23d273e3ce522a2ca46900e6 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 9 Mar 2020 23:42:33 +0100 Subject: [PATCH] toggle, phone fixes, box --- .github/workflows/jekyll.yml | 20 ------------------- package.json | 1 + src/_icons/dashboard.svg | 12 +++++++++++ src/_icons/lifebuoy.svg | 10 ++++++++++ src/_icons/package.svg | 9 +++++++++ src/_icons/phone-call.svg | 7 +++++++ .../{call-incoming.svg => phone-incoming.svg} | 0 .../{call-outgoing.svg => phone-outgoing.svg} | 0 .../{call-pause.svg => phone-pause.svg} | 0 src/_icons/{call.svg => phone.svg} | 0 src/_icons/toggle-left.svg | 6 ++++++ src/_icons/toggle-right.svg | 6 ++++++ 12 files changed, 51 insertions(+), 20 deletions(-) delete mode 100644 .github/workflows/jekyll.yml create mode 100644 src/_icons/dashboard.svg create mode 100644 src/_icons/lifebuoy.svg create mode 100644 src/_icons/package.svg create mode 100644 src/_icons/phone-call.svg rename src/_icons/{call-incoming.svg => phone-incoming.svg} (100%) rename src/_icons/{call-outgoing.svg => phone-outgoing.svg} (100%) rename src/_icons/{call-pause.svg => phone-pause.svg} (100%) rename src/_icons/{call.svg => phone.svg} (100%) create mode 100644 src/_icons/toggle-left.svg create mode 100644 src/_icons/toggle-right.svg diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml deleted file mode 100644 index 5b2d4ea1e..000000000 --- a/.github/workflows/jekyll.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Jekyll site CI - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Build the site in the jekyll/builder container - run: | - docker run \ - -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \ - jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --trace" diff --git a/package.json b/package.json index 510a4dca3..fa23e0875 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "homepage": "https://github.com/tabler/tabler-icons#readme", "main": "gulpfile.js", "scripts": { + "optimize": "gulp optimize", "build": "gulp optimize && gulp build && gulp icons-sprite" }, "description": "", diff --git a/src/_icons/dashboard.svg b/src/_icons/dashboard.svg new file mode 100644 index 000000000..14d5b22a3 --- /dev/null +++ b/src/_icons/dashboard.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/src/_icons/lifebuoy.svg b/src/_icons/lifebuoy.svg new file mode 100644 index 000000000..b722b5366 --- /dev/null +++ b/src/_icons/lifebuoy.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/package.svg b/src/_icons/package.svg new file mode 100644 index 000000000..d1446f812 --- /dev/null +++ b/src/_icons/package.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/phone-call.svg b/src/_icons/phone-call.svg new file mode 100644 index 000000000..2cfee3e79 --- /dev/null +++ b/src/_icons/phone-call.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/call-incoming.svg b/src/_icons/phone-incoming.svg similarity index 100% rename from src/_icons/call-incoming.svg rename to src/_icons/phone-incoming.svg diff --git a/src/_icons/call-outgoing.svg b/src/_icons/phone-outgoing.svg similarity index 100% rename from src/_icons/call-outgoing.svg rename to src/_icons/phone-outgoing.svg diff --git a/src/_icons/call-pause.svg b/src/_icons/phone-pause.svg similarity index 100% rename from src/_icons/call-pause.svg rename to src/_icons/phone-pause.svg diff --git a/src/_icons/call.svg b/src/_icons/phone.svg similarity index 100% rename from src/_icons/call.svg rename to src/_icons/phone.svg diff --git a/src/_icons/toggle-left.svg b/src/_icons/toggle-left.svg new file mode 100644 index 000000000..b93fa1355 --- /dev/null +++ b/src/_icons/toggle-left.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/toggle-right.svg b/src/_icons/toggle-right.svg new file mode 100644 index 000000000..7ab34b8d2 --- /dev/null +++ b/src/_icons/toggle-right.svg @@ -0,0 +1,6 @@ +--- +--- + + + +