diff --git a/src/images/calendar.svg b/src/images/calendar.svg new file mode 100644 index 0000000..0050588 --- /dev/null +++ b/src/images/calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/calendar_add.svg b/src/images/calendar_add.svg new file mode 100644 index 0000000..70a3390 --- /dev/null +++ b/src/images/calendar_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/calendar_date.svg b/src/images/calendar_date.svg new file mode 100644 index 0000000..963296b --- /dev/null +++ b/src/images/calendar_date.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/calendar_day.svg b/src/images/calendar_day.svg new file mode 100644 index 0000000..9d63417 --- /dev/null +++ b/src/images/calendar_day.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/calendar_days.svg b/src/images/calendar_days.svg new file mode 100644 index 0000000..14982cd --- /dev/null +++ b/src/images/calendar_days.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/calendar_last_day.svg b/src/images/calendar_last_day.svg new file mode 100644 index 0000000..bee9a1b --- /dev/null +++ b/src/images/calendar_last_day.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/calendar_month.svg b/src/images/calendar_month.svg new file mode 100644 index 0000000..0155f43 --- /dev/null +++ b/src/images/calendar_month.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/calendar_move.svg b/src/images/calendar_move.svg new file mode 100644 index 0000000..a49e6fc --- /dev/null +++ b/src/images/calendar_move.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/calendar_remove.svg b/src/images/calendar_remove.svg new file mode 100644 index 0000000..093237e --- /dev/null +++ b/src/images/calendar_remove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/calendar_split.svg b/src/images/calendar_split.svg new file mode 100644 index 0000000..f92a950 --- /dev/null +++ b/src/images/calendar_split.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/calendar_week.svg b/src/images/calendar_week.svg new file mode 100644 index 0000000..602bbf3 --- /dev/null +++ b/src/images/calendar_week.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/copy.svg b/src/images/copy.svg deleted file mode 100644 index 1e04fc1..0000000 --- a/src/images/copy.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - diff --git a/src/images/create.svg b/src/images/create.svg new file mode 100644 index 0000000..3a33fa7 --- /dev/null +++ b/src/images/create.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/paperclip.svg b/src/images/paperclip.svg new file mode 100644 index 0000000..6ec79c3 --- /dev/null +++ b/src/images/paperclip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/phone_landscape.svg b/src/images/phone_landscape.svg new file mode 100644 index 0000000..7f4cb21 --- /dev/null +++ b/src/images/phone_landscape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/phone_portrait.svg b/src/images/phone_portrait.svg new file mode 100644 index 0000000..feed244 --- /dev/null +++ b/src/images/phone_portrait.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/speech_bubble.svg b/src/images/speech_bubble.svg new file mode 100644 index 0000000..c848e77 --- /dev/null +++ b/src/images/speech_bubble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/speech_typing.svg b/src/images/speech_typing.svg new file mode 100644 index 0000000..1263e55 --- /dev/null +++ b/src/images/speech_typing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/tag.svg b/src/images/tag.svg new file mode 100644 index 0000000..6912596 --- /dev/null +++ b/src/images/tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/tags.svg b/src/images/tags.svg new file mode 100644 index 0000000..b0d0095 --- /dev/null +++ b/src/images/tags.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/write.svg b/src/images/write.svg new file mode 100644 index 0000000..686fb2e --- /dev/null +++ b/src/images/write.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/index.html b/src/index.html index d190136..0437b88 100644 --- a/src/index.html +++ b/src/index.html @@ -108,7 +108,10 @@ href="#" class="flex flex-col items-center justify-center text-gray-700 rounded shadow hover:shadow-xl bg-white cursor-pointer transition duration-150 ease-in-out h-48" > - +

var sourceData = [ { - id: "1", - icon_name: "Cog", - icon_path: "images/copy.svg", - icon_keywords: "cog, settings", + icon_name: "Create", + icon_path: "create", + icon_keywords: "create", }, { - id: "2", - icon_name: "User", - icon_path: "images/copy.svg", - icon_keywords: "user, people, person, avatar", + icon_name: "Write", + icon_path: "write", + icon_keywords: "write", }, { - id: "3", - icon_name: "Heart", - icon_path: "images/copy.svg", - icon_keywords: "heart, love, beating", + icon_name: "Tag", + icon_path: "tag", + icon_keywords: "tag", }, { - id: "4", - icon_name: "Filter", - icon_path: "images/copy.svg", - icon_keywords: "filter, filtering", + icon_name: "Tags", + icon_path: "tags", + icon_keywords: "tags", }, { - id: "5", - icon_name: "Add", - icon_path: "images/copy.svg", - icon_keywords: "add, plus", + icon_name: "Speech Bubble", + icon_path: "speech_bubble", + icon_keywords: "speech bubble, chat", }, { - id: "6", - icon_name: "Minus", - icon_path: "images/copy.svg", - icon_keywords: "minus, negative", + icon_name: "Speech Bubble (Writing)", + icon_path: "speech_typing", + icon_keywords: "speech bubble, chat, speak, typing, writing, waiting", }, { - id: "7", - icon_name: "Remove", - icon_path: "images/copy.svg", - icon_keywords: "remove, minus, negative, trash, bin", + icon_name: "Paperclip", + icon_path: "paperclip", + icon_keywords: "paperclip, attachment, link", }, { - id: "8", - icon_name: "Email", - icon_path: "images/copy.svg", - icon_keywords: "email, send", + icon_name: "Phone (portrait)", + icon_path: "phone_portrait", + icon_keywords: "phone portrait mobile talk", }, { - id: "9", - icon_name: "Battery", - icon_path: "images/copy.svg", - icon_keywords: "copy", + icon_name: "Phone (landscape)", + icon_path: "phone_landscape", + icon_keywords: "phone landscape mobile talk", }, { - id: "10", - icon_name: "Battery - Empty", - icon_path: "images/copy.svg", - icon_keywords: "battery, charge, energy", + icon_name: "Calendar", + icon_path: "calendar", + icon_keywords: "calendar", }, { - id: "11", - icon_name: "Battery - Half", - icon_path: "images/copy.svg", - icon_keywords: "battery, half, charged, energy", + icon_name: "Calendar (Day)", + icon_path: "calendar_day", + icon_keywords: "calendar day", }, { - id: "12", - icon_name: "Battery - Full", - icon_path: "images/copy.svg", - icon_keywords: "battery, full, charged, energy", + icon_name: "Calendar (Days)", + icon_path: "calendar_days", + icon_keywords: "calendar days", }, { - id: "13", - icon_name: "Dashboard", - icon_path: "images/copy.svg", - icon_keywords: "dashboard", + icon_name: "Calendar (Date)", + icon_path: "calendar_date", + icon_keywords: "calendar date", }, { - id: "14", - icon_name: "External", - icon_path: "images/copy.svg", - icon_keywords: "external", + icon_name: "Calendar (End)", + icon_path: "calendar_last_day", + icon_keywords: "calendar day month end last final year", }, { - id: "15", - icon_name: "Send", - icon_path: "images/copy.svg", - icon_keywords: "send, email", + icon_name: "Calendar (Week)", + icon_path: "calendar_week", + icon_keywords: "calendar week days", }, { - id: "16", - icon_name: "Favourite", - icon_path: "images/copy.svg", - icon_keywords: "favourite, favorite", + icon_name: "Calendar (Month)", + icon_path: "calendar_month", + icon_keywords: "calendar month week", }, { - id: "17", - icon_name: "News", - icon_path: "images/copy.svg", - icon_keywords: "news, book, paper, zeitgeist", + icon_name: "Calendar (Split)", + icon_path: "calendar_split", + icon_keywords: "calendar split", }, { - id: "18", - icon_name: "Copy", - icon_path: "images/copy.svg", - icon_keywords: "copy, duplicate, replicate", + icon_name: "Calendar (Add)", + icon_path: "calendar_add", + icon_keywords: "calendar add", }, { - id: "19", - icon_name: "Duplicate", - icon_path: "images/copy.svg", - icon_keywords: "copy, duplicate, replicate", + icon_name: "Calendar (Remove)", + icon_path: "calendar_remove", + icon_keywords: "calendar remove delete cancel", }, { - id: "20", - icon_name: "3D", - icon_path: "images/copy.svg", - icon_keywords: "3D", - }, - { - id: "21", - icon_name: "Cog", - icon_path: "images/copy.svg", - icon_keywords: "cog, settings", - }, - { - id: "22", - icon_name: "User", - icon_path: "images/copy.svg", - icon_keywords: "user, people, person, avatar", - }, - { - id: "23", - icon_name: "Heart", - icon_path: "images/copy.svg", - icon_keywords: "heart, love, beating", - }, - { - id: "24", - icon_name: "Filter", - icon_path: "images/copy.svg", - icon_keywords: "filter, filtering", - }, - { - id: "25", - icon_name: "Add", - icon_path: "images/copy.svg", - icon_keywords: "add, plus", - }, - { - id: "26", - icon_name: "Minus", - icon_path: "images/copy.svg", - icon_keywords: "minus, negative", - }, - { - id: "27", - icon_name: "Remove", - icon_path: "images/copy.svg", - icon_keywords: "remove, minus, negative, trash, bin", - }, - { - id: "28", - icon_name: "Email", - icon_path: "images/copy.svg", - icon_keywords: "email, send", - }, - { - id: "29", - icon_name: "Battery", - icon_path: "images/copy.svg", - icon_keywords: "copy", - }, - { - id: "30", - icon_name: "Battery - Empty", - icon_path: "images/copy.svg", - icon_keywords: "battery, charge, energy", - }, - { - id: "31", - icon_name: "Battery - Half", - icon_path: "images/copy.svg", - icon_keywords: "battery, half, charged, energy", - }, - { - id: "32", - icon_name: "Battery - Full", - icon_path: "images/copy.svg", - icon_keywords: "battery, full, charged, energy", - }, - { - id: "33", - icon_name: "Dashboard", - icon_path: "images/copy.svg", - icon_keywords: "dashboard", - }, - { - id: "34", - icon_name: "External", - icon_path: "images/copy.svg", - icon_keywords: "external", - }, - { - id: "35", - icon_name: "Send", - icon_path: "images/copy.svg", - icon_keywords: "send, email", - }, - { - id: "36", - icon_name: "Favourite", - icon_path: "images/copy.svg", - icon_keywords: "favourite, favorite", - }, - { - id: "37", - icon_name: "News", - icon_path: "images/copy.svg", - icon_keywords: "news, book, paper, zeitgeist", - }, - { - id: "38", - icon_name: "Copy", - icon_path: "images/copy.svg", - icon_keywords: "copy, duplicate, replicate", - }, - { - id: "39", - icon_name: "Duplicate", - icon_path: "images/copy.svg", - icon_keywords: "copy, duplicate, replicate", - }, - { - id: "40", - icon_name: "3D", - icon_path: "images/copy.svg", - icon_keywords: "3D", + icon_name: "Calendar (Move)", + icon_path: "calendar_move", + icon_keywords: "calendar move", }, ];