From 131bf7d3bde59ab13d79246cfd25d1c58853afe2 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 29 Feb 2020 16:31:01 +0100 Subject: [PATCH] icons --- _icons/activity.svg | 2 +- _icons/alert-circle.svg | 2 +- _icons/alert-octagon.svg | 7 ------ _icons/align-center.svg | 8 +++---- _icons/align-justified.svg | 8 +++---- _icons/align-left.svg | 8 +++---- _icons/align-right.svg | 8 +++---- _icons/arrow-down.svg | 6 ++--- _icons/arrow-left.svg | 6 ++--- _icons/arrow-narrow-down.svg | 6 ++--- _icons/border-all.svg | 7 ++++++ _icons/border-bottom.svg | 12 ++++++++++ _icons/border-horizontal.svg | 12 ++++++++++ _icons/border-inner.svg | 12 ++++++++++ _icons/border-left.svg | 12 ++++++++++ _icons/border-none.svg | 12 ++++++++++ _icons/border-outer.svg | 9 ++++++++ _icons/border-right.svg | 12 ++++++++++ _icons/border-top.svg | 12 ++++++++++ _icons/border-vertical.svg | 12 ++++++++++ _icons/check.svg | 5 +++++ _icons/circle.svg | 2 +- _icons/clock.svg | 6 +++++ _icons/square.svg | 2 +- bg.svg | 2 +- index.html | 17 ++++++++++++-- jquery-3.4.1.slim.min.js | 2 ++ style.scss | 43 ++++++++++++++++++++++++++++-------- 28 files changed, 204 insertions(+), 48 deletions(-) delete mode 100644 _icons/alert-octagon.svg create mode 100644 _icons/border-all.svg create mode 100644 _icons/border-bottom.svg create mode 100644 _icons/border-horizontal.svg create mode 100644 _icons/border-inner.svg create mode 100644 _icons/border-left.svg create mode 100644 _icons/border-none.svg create mode 100644 _icons/border-outer.svg create mode 100644 _icons/border-right.svg create mode 100644 _icons/border-top.svg create mode 100644 _icons/border-vertical.svg create mode 100644 _icons/check.svg create mode 100644 _icons/clock.svg create mode 100644 jquery-3.4.1.slim.min.js diff --git a/_icons/activity.svg b/_icons/activity.svg index 6505455c3..4dca4a3f1 100644 --- a/_icons/activity.svg +++ b/_icons/activity.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/_icons/alert-circle.svg b/_icons/alert-circle.svg index 508651a1a..94f06aa8d 100644 --- a/_icons/alert-circle.svg +++ b/_icons/alert-circle.svg @@ -1,7 +1,7 @@ --- --- - + diff --git a/_icons/alert-octagon.svg b/_icons/alert-octagon.svg deleted file mode 100644 index f6dc28729..000000000 --- a/_icons/alert-octagon.svg +++ /dev/null @@ -1,7 +0,0 @@ ---- ---- - - - - - diff --git a/_icons/align-center.svg b/_icons/align-center.svg index d081f880c..a0a17597d 100644 --- a/_icons/align-center.svg +++ b/_icons/align-center.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/_icons/align-justified.svg b/_icons/align-justified.svg index 80987cfd6..430462d7b 100644 --- a/_icons/align-justified.svg +++ b/_icons/align-justified.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/_icons/align-left.svg b/_icons/align-left.svg index 752741789..299cd8e3b 100644 --- a/_icons/align-left.svg +++ b/_icons/align-left.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/_icons/align-right.svg b/_icons/align-right.svg index 0b6b22c12..471696041 100644 --- a/_icons/align-right.svg +++ b/_icons/align-right.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/_icons/arrow-down.svg b/_icons/arrow-down.svg index a202dfff2..f210e111d 100644 --- a/_icons/arrow-down.svg +++ b/_icons/arrow-down.svg @@ -1,7 +1,7 @@ --- --- - - - + + + diff --git a/_icons/arrow-left.svg b/_icons/arrow-left.svg index 3d8331193..ac58b693a 100644 --- a/_icons/arrow-left.svg +++ b/_icons/arrow-left.svg @@ -1,7 +1,7 @@ --- --- - - - + + + diff --git a/_icons/arrow-narrow-down.svg b/_icons/arrow-narrow-down.svg index 69551bc4f..8851101df 100644 --- a/_icons/arrow-narrow-down.svg +++ b/_icons/arrow-narrow-down.svg @@ -1,7 +1,7 @@ --- --- - - - + + + diff --git a/_icons/border-all.svg b/_icons/border-all.svg new file mode 100644 index 000000000..a85d984fa --- /dev/null +++ b/_icons/border-all.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/_icons/border-bottom.svg b/_icons/border-bottom.svg new file mode 100644 index 000000000..e7164a71c --- /dev/null +++ b/_icons/border-bottom.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/_icons/border-horizontal.svg b/_icons/border-horizontal.svg new file mode 100644 index 000000000..95b355ce7 --- /dev/null +++ b/_icons/border-horizontal.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/_icons/border-inner.svg b/_icons/border-inner.svg new file mode 100644 index 000000000..26d846e5d --- /dev/null +++ b/_icons/border-inner.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/_icons/border-left.svg b/_icons/border-left.svg new file mode 100644 index 000000000..3aa4ce3ed --- /dev/null +++ b/_icons/border-left.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/_icons/border-none.svg b/_icons/border-none.svg new file mode 100644 index 000000000..9d1a94001 --- /dev/null +++ b/_icons/border-none.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/_icons/border-outer.svg b/_icons/border-outer.svg new file mode 100644 index 000000000..38284c866 --- /dev/null +++ b/_icons/border-outer.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/_icons/border-right.svg b/_icons/border-right.svg new file mode 100644 index 000000000..0251e9d23 --- /dev/null +++ b/_icons/border-right.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/_icons/border-top.svg b/_icons/border-top.svg new file mode 100644 index 000000000..58be7df48 --- /dev/null +++ b/_icons/border-top.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/_icons/border-vertical.svg b/_icons/border-vertical.svg new file mode 100644 index 000000000..9dcdb5d11 --- /dev/null +++ b/_icons/border-vertical.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/_icons/check.svg b/_icons/check.svg new file mode 100644 index 000000000..277cf9c42 --- /dev/null +++ b/_icons/check.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/_icons/circle.svg b/_icons/circle.svg index 6132e85d4..ea19fcd01 100644 --- a/_icons/circle.svg +++ b/_icons/circle.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/_icons/clock.svg b/_icons/clock.svg new file mode 100644 index 000000000..d1a380acd --- /dev/null +++ b/_icons/clock.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/_icons/square.svg b/_icons/square.svg index 159a0b155..657d3cdb1 100644 --- a/_icons/square.svg +++ b/_icons/square.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/bg.svg b/bg.svg index 1f7fcb1b1..d693cff93 100644 --- a/bg.svg +++ b/bg.svg @@ -6,7 +6,7 @@ - + diff --git a/index.html b/index.html index e54a3bdcf..a0e48712d 100644 --- a/index.html +++ b/index.html @@ -77,11 +77,12 @@
{{ first-icon }} Link
+ -
+
{% for icon in site.icons %} {% assign name = icon.slug %} @@ -91,10 +92,22 @@ {% endfor %}
+ +
+
+ {% for icon in site.icons %} + {% assign name = icon.slug %} + + {% include icon.html name=name %} + + {% endfor %} +
+
+
- +