From 8e3048012b6054902b9f182ab10a78d06f171c80 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sun, 9 Oct 2022 00:09:35 -0400 Subject: [PATCH] Added some icons --- prototype/icons/directory.svg | 20 ++++++++++++++++++ prototype/icons/file.svg | 17 +++++++++++++++ prototype/icons/fork.svg | 34 ++++++++++++++++++++++++++++++ prototype/icons/link.svg | 11 ++++++++++ prototype/icons/star.svg | 20 ++++++++++++++++++ prototype/icons/unstar.svg | 9 ++++++++ prototype/icons/unwatch.svg | 12 +++++++++++ prototype/icons/watch.svg | 24 +++++++++++++++++++++ prototype/index.html | 15 +++++++------- prototype/style.css | 39 +++++++++++++++++++++++++++++++++++ 10 files changed, 193 insertions(+), 8 deletions(-) create mode 100644 prototype/icons/directory.svg create mode 100644 prototype/icons/file.svg create mode 100644 prototype/icons/fork.svg create mode 100644 prototype/icons/link.svg create mode 100644 prototype/icons/star.svg create mode 100644 prototype/icons/unstar.svg create mode 100644 prototype/icons/unwatch.svg create mode 100644 prototype/icons/watch.svg diff --git a/prototype/icons/directory.svg b/prototype/icons/directory.svg new file mode 100644 index 0000000..e1ffe38 --- /dev/null +++ b/prototype/icons/directory.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/prototype/icons/file.svg b/prototype/icons/file.svg new file mode 100644 index 0000000..62f72dc --- /dev/null +++ b/prototype/icons/file.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/prototype/icons/fork.svg b/prototype/icons/fork.svg new file mode 100644 index 0000000..1315877 --- /dev/null +++ b/prototype/icons/fork.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/prototype/icons/link.svg b/prototype/icons/link.svg new file mode 100644 index 0000000..4d852c4 --- /dev/null +++ b/prototype/icons/link.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/prototype/icons/star.svg b/prototype/icons/star.svg new file mode 100644 index 0000000..9479723 --- /dev/null +++ b/prototype/icons/star.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/prototype/icons/unstar.svg b/prototype/icons/unstar.svg new file mode 100644 index 0000000..c0c6684 --- /dev/null +++ b/prototype/icons/unstar.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/prototype/icons/unwatch.svg b/prototype/icons/unwatch.svg new file mode 100644 index 0000000..0b5e9e7 --- /dev/null +++ b/prototype/icons/unwatch.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/prototype/icons/watch.svg b/prototype/icons/watch.svg new file mode 100644 index 0000000..d0c562b --- /dev/null +++ b/prototype/icons/watch.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/prototype/index.html b/prototype/index.html index 43b96fb..58b3482 100644 --- a/prototype/index.html +++ b/prototype/index.html @@ -68,13 +68,12 @@ for the JavaScript code in this page. -