diff --git a/data/themes/default/template.mobile.ezt b/data/themes/default/template.mobile.ezt deleted file mode 100644 index 72d36f4e3..000000000 --- a/data/themes/default/template.mobile.ezt +++ /dev/null @@ -1,61 +0,0 @@ - - - - [page_title] - - - [script] - - - - - - -
- - [if-any links] - - [end] - - -
- -
- [if-any title]

[title]

[end] - [body] -
- -
- -
- - -
- - diff --git a/wcs/qommon/static/css/mobile.css b/wcs/qommon/static/css/mobile.css deleted file mode 100644 index 14d34ea57..000000000 --- a/wcs/qommon/static/css/mobile.css +++ /dev/null @@ -1,400 +0,0 @@ -@import url(qommon.css); - -html { - background: white; - color: black; -} - -html, body, ul, li { - margin: 0; - padding: 0; - list-style: none; - font-family: sans-serif; - font-size: 15px; -} - -div#top { - position: relative; - height: 50px; - border-bottom: 1px solid #777; - background: #222; - background: linear-gradient(to bottom, #666, #222); -} - -div#top h1 { - font-size: 20px; -} - -a#menu { - position: absolute; - top: 0; - left: 0; -} - -a#gear { - position: absolute; - top: 0; - right: 0; -} - -#top h1 { - margin: 0; - text-align: center; - line-height: 50px; -} - -#top h1 a { - text-decoration: none; - color: white; -} - -#nav-site h3 { display: none; } - -ul.catforms li a, -#nav-site li a, -#nav-user li a { - padding: 2ex; - display: block; - border-bottom: 1px solid #888; - text-decoration: none; -} - -#nav-site li a:hover, -#nav-user li a:hover { - background: #eee; -} - -ul#categories { - margin-top: 1ex; -} - -ul#categories li { - width: 50%; - float: left; - height: 100px; - text-align: center; - vertical-align: bottom; - display: table; - background: transparent center center no-repeat; -} - -ul#categories li a { - padding: 1ex; -} - -ul#categories li a { - display: table-cell; - vertical-align: bottom; -} - -div#main-content { - padding: 0 5px; -} - -div#login form { - text-align: center; -} - -div#login form input { - width: 80%; -} - -form div.buttons { - clear: both; - margin-top: 1em; -} - -form div.buttons input { - padding: 1ex; - font-family: sans-serif; /* makes sure buttons all go through the same code path in firefox */ - width: 45%; -} - -form div.buttons div.savedraft-button input { - width: 93%; -} - -div.back-home-button a { - width: 90%; - display: block; - padding: 1ex; - text-align: center; -} - -div.TextWidget textarea, -div.RankedItemsWidget input, -div.StringWidget input, -div.IntWidget input, -div.DateWidget input, -div.WcsExtraStringWidget input, -div.RegexStringWidget input, -div.EmailWidget input, -div.PasswordWidget input, -div.PrefillSelectionWidget input[type=text] { - width: 90%; -} - -div.category h3 { - font-size: 150%; -} - -#content > h2, div.category h3 { - margin: 0 -5px 1em -5px; - border-bottom: 1px solid black; - padding: 1ex; - text-align: center; -} - -div.error { - text-align: left; -} - -div#services h3 { - display: none; -} - -div#services > ul > li { - width: 50%; - float: left; - height: 100px; - background: white; - text-align: center; - vertical-align: bottom; - display: table; - transition: all .2s ease-in-out; - -moz-transition: all .2s ease-in-out; - -webkit-transition: all .2s ease-in-out; -} - -@media screen and (min-width: 361px) { - div#services > ul > li { - width: 33%; - } -} - -@media screen and (min-width: 960px) { - div#services > ul > li { - width: 25%; - } -} - -div#services > ul strong a { - text-decoration: none; - color: black; -} - -div#services > ul strong a:focus { - outline: none; -} - -div#services ul p, div#services ul ul { - display: none; -} - -div#droite { - display: none; -} - -li.required-authentication a { - background: url(../images/mobile/lock.png) no-repeat 20px; -} - -li.required-authentication span { - display: none; -} - -ul#categories { - margin: 0 -1ex; -} - - -div#services > ul > li, -ul#categories li { - background-color: #eee; -} - -div#services > ul strong { - cursor: pointer; -} - -div#services > ul strong a { - color: #008; -} - -div#services ul strong { - display: table-cell; - vertical-align: bottom; - padding-bottom: 1ex; - border: 1px solid white; - background: transparent center center no-repeat; -} - -div#services #category-emploi strong, -div#services #category-commerces-et-entreprises strong, -div#services #category-formalites-pour-les-entreprises strong { - background-image: url(../images/categories/icon_businessperson_1673.png); -} - -div#services #category-eau-et-assainissement strong, -div#services #category-hygiene-salubrite-environnement strong { - background-image: url(../images/categories/icon_sanitation_4335.png); -} - -div#services #category-vie-pratique strong { - background-image: url(../images/categories/icon_crosswalk_23557.png); -} - -div#services #category-culture strong { - background-image: url(../images/categories/icon_culture_13644.png); -} - -div#services #category-etat-civil strong { - background-image: url(../images/categories/icon_document_14004.png); -} - -div#services #category-formalites-administratives strong { - background-image: url(../images/categories/icon_document_32231.png); -} - -div#services #category-enfance strong, -div#services #category-enfance-et-jeunesse strong, -div#services #category-enfance-jeunesse strong, -div#services #category-vos-enfants strong { - background-image: url(../images/categories/icon_people_39826.png); -} - -div#services #category-sports-et-loisirs strong, -div#services #category-sport strong { - background-image: url(../images/categories/icon_triathlon_10860.png); -} - -div#services #category-telealarme strong { - background-image: url(../images/categories/icon_mobile-alarm_6412.png); -} - -div#services #category-collecte-des-dechets-menagers strong { - background-image: url(../images/categories/icon_trash_207.png); -} - -div#services #category-associations strong { - background-image: url(../images/categories/icon_association_64055.png); -} - -div#services #category-evenementiel strong, -div#services #category-evenements strong, -div#services #category-evenement-et-manifestation strong { - background-image: url(../images/categories/icon_convention-center_64233.png); -} - -div#services #category-tourisme strong { - background-image: url(../images/categories/icon_tourist_22637.png); -} - -div#services #category-contact strong, -div#services #category-contacter-la-mairie strong, -div#services #category-contactez-nous strong, -div#services #category-contacts strong, -div#services #category-contacts-et-rendez-vous strong, -div#services #category-montpellier-mediterranee-metropole-vous-repond strong { - background-image: url(../images/categories/icon_email_12513.png); -} - -div#services #category-consultations strong { - background-image: url(../images/categories/icon_consultation_40124.png); -} - -div#services #category-cadre-de-vie strong { - background-image: url(../images/categories/icon_park_12246.png); -} - -div#services #category-paiement-en-ligne strong { - background-image: url(../images/categories/icon_payment_168700.png); -} - -div#services #category-autres-services-en-ligne strong, -div#services #category-les-services-de-la-metropole strong { - background-image: url(../images/categories/icon_misc_8686.png); -} - -div#services > ul > li.active { - width: 100%; -} - -div#services > ul > li.active > strong { - display: block; - height: 50px; - line-height: 50px; - background-position: 1ex 50%; - text-align: left; - padding-left: 58px; - font-size: 110%; - position: relative; -} - -div#services > ul > li.active > strong a { - position: absolute; - bottom: 10px; - line-height: 100%; -} - -div#services > ul > li.active > ul { - width: 100%; - text-align: left; - background: white; - display: block; - margin-top: 3px; -} - -div#services > ul > li.active > ul a { - padding: 1ex; - padding-left: 55px; - padding-right: 25px; - display: block; - text-decoration: none; - border-bottom: 1px solid #aaa; -} - -div#services > ul > li.active > ul li { - line-height: 160%; -} - -div#services.active > ul { - height: 50px; - width: calc(100% - 10px); -} - -div#services > ul { - position: absolute; - width: 98%; -} - -div#services > ul > li.active { - position: absolute; - top: 51px; - display: inline-block; - left: 0px; -} - -div#services.active { - text-align: center; - height: 50px; - overflow: hidden; -} - -div#services > ul > li.inactive { - width: 50px; - height: 50px; - display: inline-block; - float: none; -} - -div#services > ul > li.inactive strong { - width: 100%; - height: 100%; - display: block; - padding: 0; -} - -div#services > ul > li.inactive strong { - text-indent: -10000px; -} diff --git a/wcs/qommon/static/images/categories/README b/wcs/qommon/static/images/categories/README deleted file mode 100644 index c25c4db56..000000000 --- a/wcs/qommon/static/images/categories/README +++ /dev/null @@ -1,5 +0,0 @@ -This directory holds icons downloaded from thenounproject.com; individual -license files are available in src/*/license.txt. - -generate.py is a small script using Inkscape to convert the source SVG files -into PNG files of appropriate size. diff --git a/wcs/qommon/static/images/categories/generate.py b/wcs/qommon/static/images/categories/generate.py deleted file mode 100644 index 619415785..000000000 --- a/wcs/qommon/static/images/categories/generate.py +++ /dev/null @@ -1,108 +0,0 @@ -#! /usr/bin/env python - -import os -from optparse import OptionParser -import subprocess -import tempfile -import xml.etree.ElementTree as ET -import re -from PIL import Image -from PIL import PngImagePlugin - -mapping = { - '207': 'trash', - '1673': 'businessperson', - '4335': 'sanitation', - '6412': 'mobile-alarm', - '8686': 'misc', - '10860': 'triathlon', - '12513': 'email', - '12246': 'park', - '13644': 'culture', - '14004': 'document', - '14292': 'polling-place', - '23557': 'crosswalk', - '32231': 'document', - '38588': 'shopping-cart', - '39826': 'people', - '39567': 'tools', - '40124': 'consultation', - '49638': 'event', - '58303': 'placeholder', - '62444': 'fireworks', - '64055': 'association', - '79187': 'venue', - '64233': 'convention-center', - '22637': 'tourist', - '168700': 'payment', -} - -parser = OptionParser() -parser.add_option('-c', '--colour', dest='colour', metavar='COLOUR') -(options, args) = parser.parse_args() - -for icon_id, icon_name in mapping.items(): - svg_path = 'src/icon_%s/' % icon_id - svg_path = os.path.join(svg_path, [x for x in os.listdir(svg_path) if x.endswith('.svg')][0]) - if options.colour: - tree = ET.fromstring(open(svg_path).read().replace('#000000', '#%s' % options.colour)) - for elem in tree.findall('*'): - if not elem.attrib.get('style'): - elem.attrib['style'] = 'fill:#%s' % options.colour - else: - tree = ET.fromstring(open(svg_path).read()) - - author = None - for elem in tree: - if elem.tag == '{http://www.w3.org/2000/svg}text' and elem.text.startswith('Created by'): - author = elem.text[len('Created by')+1:] - tree.remove(elem) - for elem in tree: - if elem.tag == '{http://www.w3.org/2000/svg}text' and 'Noun Project' in elem.text: - tree.remove(elem) - - f = tempfile.NamedTemporaryFile(suffix='.svg', delete=False) - f.write(ET.tostring(tree)) - f.close() - svg_path = f.name - - if options.colour: - output_filename = 'icon_%s_%s_%s.png' % (icon_name, icon_id, options.colour) - else: - output_filename = 'icon_%s_%s.png' % (icon_name, icon_id) - - subprocess.call(['inkscape', '--without-gui', - '--file', svg_path, - '--export-png', output_filename, - '--export-area-drawing', - '--export-area-snap', - '--export-width', '42']) - - # write down licensing info in the png file - meta = PngImagePlugin.PngInfo() - if os.path.exists('src/icon_%s/license.txt' % icon_id): - license_txt = open('src/icon_%s/license.txt' % icon_id).read() - try: - meta.add_text('Author', re.findall('by(.*)', license_txt)[0], 0) - except IndexError: - pass - license_txt = license_txt.replace('\n', ' ') - for license in ['Public Domain', 'Creative Commons Attribution']: - if license in license_txt: - meta.add_text('Licence', license, 0) - break - else: - print >> sys.stderr, 'Warning: no license known for', svg_path - else: - # new noun project icon format, they do not specify a license, assume - # Creative Commons Attribution - license = 'Creative Commons Attribution' - meta.add_text('Licence', license, 0) - if author: - try: - meta.add_text('Author', author) - except IndexError: - pass - - png_file = Image.open(output_filename) - png_file.save(output_filename, "PNG", pnginfo=meta) diff --git a/wcs/qommon/static/images/categories/icon_association_64055.png b/wcs/qommon/static/images/categories/icon_association_64055.png deleted file mode 100644 index 5672ff81f..000000000 Binary files a/wcs/qommon/static/images/categories/icon_association_64055.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_businessperson_1673.png b/wcs/qommon/static/images/categories/icon_businessperson_1673.png deleted file mode 100644 index 176cfa865..000000000 Binary files a/wcs/qommon/static/images/categories/icon_businessperson_1673.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_consultation_40124.png b/wcs/qommon/static/images/categories/icon_consultation_40124.png deleted file mode 100644 index 6c46b05a8..000000000 Binary files a/wcs/qommon/static/images/categories/icon_consultation_40124.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_convention-center_64233.png b/wcs/qommon/static/images/categories/icon_convention-center_64233.png deleted file mode 100644 index fbf2f04d3..000000000 Binary files a/wcs/qommon/static/images/categories/icon_convention-center_64233.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_crosswalk_23557.png b/wcs/qommon/static/images/categories/icon_crosswalk_23557.png deleted file mode 100644 index cb7e74500..000000000 Binary files a/wcs/qommon/static/images/categories/icon_crosswalk_23557.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_culture_13644.png b/wcs/qommon/static/images/categories/icon_culture_13644.png deleted file mode 100644 index aed3b4380..000000000 Binary files a/wcs/qommon/static/images/categories/icon_culture_13644.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_document_14004.png b/wcs/qommon/static/images/categories/icon_document_14004.png deleted file mode 100644 index 09d1803e3..000000000 Binary files a/wcs/qommon/static/images/categories/icon_document_14004.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_document_32231.png b/wcs/qommon/static/images/categories/icon_document_32231.png deleted file mode 100644 index ebda7eecd..000000000 Binary files a/wcs/qommon/static/images/categories/icon_document_32231.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_email_12513.png b/wcs/qommon/static/images/categories/icon_email_12513.png deleted file mode 100644 index 1058d4eb6..000000000 Binary files a/wcs/qommon/static/images/categories/icon_email_12513.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_event_49638.png b/wcs/qommon/static/images/categories/icon_event_49638.png deleted file mode 100644 index 8c4ac3899..000000000 Binary files a/wcs/qommon/static/images/categories/icon_event_49638.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_fireworks_62444.png b/wcs/qommon/static/images/categories/icon_fireworks_62444.png deleted file mode 100644 index e0beaf182..000000000 Binary files a/wcs/qommon/static/images/categories/icon_fireworks_62444.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_misc_8686.png b/wcs/qommon/static/images/categories/icon_misc_8686.png deleted file mode 100644 index b276dc656..000000000 Binary files a/wcs/qommon/static/images/categories/icon_misc_8686.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_mobile-alarm_6412.png b/wcs/qommon/static/images/categories/icon_mobile-alarm_6412.png deleted file mode 100644 index 5cbf1a120..000000000 Binary files a/wcs/qommon/static/images/categories/icon_mobile-alarm_6412.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_park_12246.png b/wcs/qommon/static/images/categories/icon_park_12246.png deleted file mode 100644 index 8704ed414..000000000 Binary files a/wcs/qommon/static/images/categories/icon_park_12246.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_park_12581.png b/wcs/qommon/static/images/categories/icon_park_12581.png deleted file mode 100644 index 43f4e0667..000000000 Binary files a/wcs/qommon/static/images/categories/icon_park_12581.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_payment_168700.png b/wcs/qommon/static/images/categories/icon_payment_168700.png deleted file mode 100644 index cbfb7dc2f..000000000 Binary files a/wcs/qommon/static/images/categories/icon_payment_168700.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_people_39826.png b/wcs/qommon/static/images/categories/icon_people_39826.png deleted file mode 100644 index 5a78273a4..000000000 Binary files a/wcs/qommon/static/images/categories/icon_people_39826.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_placeholder_58303.png b/wcs/qommon/static/images/categories/icon_placeholder_58303.png deleted file mode 100644 index 197b8422c..000000000 Binary files a/wcs/qommon/static/images/categories/icon_placeholder_58303.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_polling-place_14292.png b/wcs/qommon/static/images/categories/icon_polling-place_14292.png deleted file mode 100644 index 2dfd09a81..000000000 Binary files a/wcs/qommon/static/images/categories/icon_polling-place_14292.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_sanitation_4335.png b/wcs/qommon/static/images/categories/icon_sanitation_4335.png deleted file mode 100644 index 324cf44a4..000000000 Binary files a/wcs/qommon/static/images/categories/icon_sanitation_4335.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_shopping-cart_38588.png b/wcs/qommon/static/images/categories/icon_shopping-cart_38588.png deleted file mode 100644 index c8fea18d0..000000000 Binary files a/wcs/qommon/static/images/categories/icon_shopping-cart_38588.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_tools_39567.png b/wcs/qommon/static/images/categories/icon_tools_39567.png deleted file mode 100644 index 67aed0e94..000000000 Binary files a/wcs/qommon/static/images/categories/icon_tools_39567.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_tourist_22637.png b/wcs/qommon/static/images/categories/icon_tourist_22637.png deleted file mode 100644 index 3ca95ce80..000000000 Binary files a/wcs/qommon/static/images/categories/icon_tourist_22637.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_trash_207.png b/wcs/qommon/static/images/categories/icon_trash_207.png deleted file mode 100644 index 9d3d20172..000000000 Binary files a/wcs/qommon/static/images/categories/icon_trash_207.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_triathlon_10860.png b/wcs/qommon/static/images/categories/icon_triathlon_10860.png deleted file mode 100644 index 3d323ed09..000000000 Binary files a/wcs/qommon/static/images/categories/icon_triathlon_10860.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/icon_venue_79187.png b/wcs/qommon/static/images/categories/icon_venue_79187.png deleted file mode 100644 index 83d05256e..000000000 Binary files a/wcs/qommon/static/images/categories/icon_venue_79187.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/src/icon_10860/icon_10860.svg b/wcs/qommon/static/images/categories/src/icon_10860/icon_10860.svg deleted file mode 100644 index f2447c0a3..000000000 --- a/wcs/qommon/static/images/categories/src/icon_10860/icon_10860.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_10860/license.txt b/wcs/qommon/static/images/categories/src/icon_10860/license.txt deleted file mode 100644 index ab423ff0e..000000000 --- a/wcs/qommon/static/images/categories/src/icon_10860/license.txt +++ /dev/null @@ -1,3 +0,0 @@ -Thank you for using The Noun Project. This icon is in the Public Domain and -can be used for any project, including commercial, without any attribution -requirements. diff --git a/wcs/qommon/static/images/categories/src/icon_11723/icon_11723.svg b/wcs/qommon/static/images/categories/src/icon_11723/icon_11723.svg deleted file mode 100644 index cd7b894dc..000000000 --- a/wcs/qommon/static/images/categories/src/icon_11723/icon_11723.svg +++ /dev/null @@ -1,9 +0,0 @@ -image/svg+xml - - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_11723/license.txt b/wcs/qommon/static/images/categories/src/icon_11723/license.txt deleted file mode 100644 index e75016191..000000000 --- a/wcs/qommon/static/images/categories/src/icon_11723/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Running by Kevin Laity from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_12246/noun_12246.svg b/wcs/qommon/static/images/categories/src/icon_12246/noun_12246.svg deleted file mode 100644 index 895432c16..000000000 --- a/wcs/qommon/static/images/categories/src/icon_12246/noun_12246.svg +++ /dev/null @@ -1,61 +0,0 @@ - -image/svg+xml \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_12513/icon_12513.svg b/wcs/qommon/static/images/categories/src/icon_12513/icon_12513.svg deleted file mode 100644 index 12b1998f9..000000000 --- a/wcs/qommon/static/images/categories/src/icon_12513/icon_12513.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_12513/license.txt b/wcs/qommon/static/images/categories/src/icon_12513/license.txt deleted file mode 100644 index 9d49ddc86..000000000 --- a/wcs/qommon/static/images/categories/src/icon_12513/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Email by Adam Mullin from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_12581/icon_12581.svg b/wcs/qommon/static/images/categories/src/icon_12581/icon_12581.svg deleted file mode 100644 index 2c3fe48a5..000000000 --- a/wcs/qommon/static/images/categories/src/icon_12581/icon_12581.svg +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/wcs/qommon/static/images/categories/src/icon_12581/license.txt b/wcs/qommon/static/images/categories/src/icon_12581/license.txt deleted file mode 100644 index ab423ff0e..000000000 --- a/wcs/qommon/static/images/categories/src/icon_12581/license.txt +++ /dev/null @@ -1,3 +0,0 @@ -Thank you for using The Noun Project. This icon is in the Public Domain and -can be used for any project, including commercial, without any attribution -requirements. diff --git a/wcs/qommon/static/images/categories/src/icon_13644/icon_13644.svg b/wcs/qommon/static/images/categories/src/icon_13644/icon_13644.svg deleted file mode 100644 index 0c7d8abe2..000000000 --- a/wcs/qommon/static/images/categories/src/icon_13644/icon_13644.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_13644/license.txt b/wcs/qommon/static/images/categories/src/icon_13644/license.txt deleted file mode 100644 index e1ea8e676..000000000 --- a/wcs/qommon/static/images/categories/src/icon_13644/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Arts and Culture by Pete Fecteau from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_14004/icon_14004.svg b/wcs/qommon/static/images/categories/src/icon_14004/icon_14004.svg deleted file mode 100644 index 361726ef0..000000000 --- a/wcs/qommon/static/images/categories/src/icon_14004/icon_14004.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_14004/license.txt b/wcs/qommon/static/images/categories/src/icon_14004/license.txt deleted file mode 100644 index cdbeac420..000000000 --- a/wcs/qommon/static/images/categories/src/icon_14004/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Document by Ilsur Aptukov from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_14292/icon_14292.svg b/wcs/qommon/static/images/categories/src/icon_14292/icon_14292.svg deleted file mode 100644 index eebcd52c4..000000000 --- a/wcs/qommon/static/images/categories/src/icon_14292/icon_14292.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_14292/license.txt b/wcs/qommon/static/images/categories/src/icon_14292/license.txt deleted file mode 100644 index ab423ff0e..000000000 --- a/wcs/qommon/static/images/categories/src/icon_14292/license.txt +++ /dev/null @@ -1,3 +0,0 @@ -Thank you for using The Noun Project. This icon is in the Public Domain and -can be used for any project, including commercial, without any attribution -requirements. diff --git a/wcs/qommon/static/images/categories/src/icon_14847/icon_14847.svg b/wcs/qommon/static/images/categories/src/icon_14847/icon_14847.svg deleted file mode 100644 index 6a619db48..000000000 --- a/wcs/qommon/static/images/categories/src/icon_14847/icon_14847.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_14847/license.txt b/wcs/qommon/static/images/categories/src/icon_14847/license.txt deleted file mode 100644 index d63aaa5bc..000000000 --- a/wcs/qommon/static/images/categories/src/icon_14847/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Running by Eli Kleppe from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_1673/icon_1673.svg b/wcs/qommon/static/images/categories/src/icon_1673/icon_1673.svg deleted file mode 100644 index e7d7326d5..000000000 --- a/wcs/qommon/static/images/categories/src/icon_1673/icon_1673.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - diff --git a/wcs/qommon/static/images/categories/src/icon_1673/license.txt b/wcs/qommon/static/images/categories/src/icon_1673/license.txt deleted file mode 100644 index ab423ff0e..000000000 --- a/wcs/qommon/static/images/categories/src/icon_1673/license.txt +++ /dev/null @@ -1,3 +0,0 @@ -Thank you for using The Noun Project. This icon is in the Public Domain and -can be used for any project, including commercial, without any attribution -requirements. diff --git a/wcs/qommon/static/images/categories/src/icon_168700/noun_168700_cc.svg b/wcs/qommon/static/images/categories/src/icon_168700/noun_168700_cc.svg deleted file mode 100644 index a3c7c2960..000000000 --- a/wcs/qommon/static/images/categories/src/icon_168700/noun_168700_cc.svg +++ /dev/null @@ -1 +0,0 @@ -Created by Aha-Softfrom the Noun Project \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_19725/icon_19725.png b/wcs/qommon/static/images/categories/src/icon_19725/icon_19725.png deleted file mode 100644 index f17462fc6..000000000 Binary files a/wcs/qommon/static/images/categories/src/icon_19725/icon_19725.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/src/icon_19725/icon_19725.svg b/wcs/qommon/static/images/categories/src/icon_19725/icon_19725.svg deleted file mode 100644 index 8e16b7e7a..000000000 --- a/wcs/qommon/static/images/categories/src/icon_19725/icon_19725.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - -http://thenounproject.com -The Noun Project -Icon Template -Reminders - - - - - - - - - - -Strokes -Try to keep strokes at 4px -Minimum stroke weight is 2px -For thicker strokes use even -numbers: 6px, 8px etc. -Remember to expand strokes -before saving as an SVG - -Size -Cannot be wider or taller than -100px (artboard size) -Scale your icon to fill as much of -the artboard as possible - -Ungroup -If your design has more than one -shape, make sure to ungroup - -Save as -Save as .SVG and make sure -“Use Artboards” is checked -100px -.SVG - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_19725/license.txt b/wcs/qommon/static/images/categories/src/icon_19725/license.txt deleted file mode 100644 index 116548563..000000000 --- a/wcs/qommon/static/images/categories/src/icon_19725/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Tourist by irene hoffman from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_207/icon_207.svg b/wcs/qommon/static/images/categories/src/icon_207/icon_207.svg deleted file mode 100644 index 6e41ae425..000000000 --- a/wcs/qommon/static/images/categories/src/icon_207/icon_207.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - diff --git a/wcs/qommon/static/images/categories/src/icon_207/license.txt b/wcs/qommon/static/images/categories/src/icon_207/license.txt deleted file mode 100644 index ab423ff0e..000000000 --- a/wcs/qommon/static/images/categories/src/icon_207/license.txt +++ /dev/null @@ -1,3 +0,0 @@ -Thank you for using The Noun Project. This icon is in the Public Domain and -can be used for any project, including commercial, without any attribution -requirements. diff --git a/wcs/qommon/static/images/categories/src/icon_22637/icon_22637.png b/wcs/qommon/static/images/categories/src/icon_22637/icon_22637.png deleted file mode 100644 index 1d90da82a..000000000 Binary files a/wcs/qommon/static/images/categories/src/icon_22637/icon_22637.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/src/icon_22637/icon_22637.svg b/wcs/qommon/static/images/categories/src/icon_22637/icon_22637.svg deleted file mode 100644 index b6c793bf5..000000000 --- a/wcs/qommon/static/images/categories/src/icon_22637/icon_22637.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_22637/license.txt b/wcs/qommon/static/images/categories/src/icon_22637/license.txt deleted file mode 100644 index 92b06f89e..000000000 --- a/wcs/qommon/static/images/categories/src/icon_22637/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Binoculars by Luis Prado from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_23557/icon_23557.svg b/wcs/qommon/static/images/categories/src/icon_23557/icon_23557.svg deleted file mode 100644 index 5ad5d7eab..000000000 --- a/wcs/qommon/static/images/categories/src/icon_23557/icon_23557.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_23557/license.txt b/wcs/qommon/static/images/categories/src/icon_23557/license.txt deleted file mode 100644 index a11f73bcb..000000000 --- a/wcs/qommon/static/images/categories/src/icon_23557/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Crosswalk by Juan Pablo Bravo from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_26169/icon_26169.svg b/wcs/qommon/static/images/categories/src/icon_26169/icon_26169.svg deleted file mode 100644 index 33d7f80d6..000000000 --- a/wcs/qommon/static/images/categories/src/icon_26169/icon_26169.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_26169/license.txt b/wcs/qommon/static/images/categories/src/icon_26169/license.txt deleted file mode 100644 index b9b071d93..000000000 --- a/wcs/qommon/static/images/categories/src/icon_26169/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Euro by Pathfinders from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_29996/icon_29996.svg b/wcs/qommon/static/images/categories/src/icon_29996/icon_29996.svg deleted file mode 100644 index 3d27271a7..000000000 --- a/wcs/qommon/static/images/categories/src/icon_29996/icon_29996.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_29996/license.txt b/wcs/qommon/static/images/categories/src/icon_29996/license.txt deleted file mode 100644 index 94204b6ef..000000000 --- a/wcs/qommon/static/images/categories/src/icon_29996/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Asterisk by Lisa Staudinger from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_32231/icon_32231.svg b/wcs/qommon/static/images/categories/src/icon_32231/icon_32231.svg deleted file mode 100644 index 1ee999c87..000000000 --- a/wcs/qommon/static/images/categories/src/icon_32231/icon_32231.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_32231/license.txt b/wcs/qommon/static/images/categories/src/icon_32231/license.txt deleted file mode 100644 index 1227c68cd..000000000 --- a/wcs/qommon/static/images/categories/src/icon_32231/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Document by Simple Icons from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_38588/icon_38588.svg b/wcs/qommon/static/images/categories/src/icon_38588/icon_38588.svg deleted file mode 100644 index 0a76e4e7e..000000000 --- a/wcs/qommon/static/images/categories/src/icon_38588/icon_38588.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_38588/license.txt b/wcs/qommon/static/images/categories/src/icon_38588/license.txt deleted file mode 100644 index 49bd76d16..000000000 --- a/wcs/qommon/static/images/categories/src/icon_38588/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Shopping Cart by José Manuel de Laá from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_39567/icon_39567.svg b/wcs/qommon/static/images/categories/src/icon_39567/icon_39567.svg deleted file mode 100644 index 7cf5f4396..000000000 --- a/wcs/qommon/static/images/categories/src/icon_39567/icon_39567.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_39567/license.txt b/wcs/qommon/static/images/categories/src/icon_39567/license.txt deleted file mode 100644 index 36da0d43f..000000000 --- a/wcs/qommon/static/images/categories/src/icon_39567/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Tools by Matthew Hawdon from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_39826/icon_39826.svg b/wcs/qommon/static/images/categories/src/icon_39826/icon_39826.svg deleted file mode 100644 index 5699a84fd..000000000 --- a/wcs/qommon/static/images/categories/src/icon_39826/icon_39826.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_39826/license.txt b/wcs/qommon/static/images/categories/src/icon_39826/license.txt deleted file mode 100644 index 6b3a43388..000000000 --- a/wcs/qommon/static/images/categories/src/icon_39826/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - People by Ahmed Trochilidae from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_40124/icon_40124.png b/wcs/qommon/static/images/categories/src/icon_40124/icon_40124.png deleted file mode 100644 index b21ae581e..000000000 Binary files a/wcs/qommon/static/images/categories/src/icon_40124/icon_40124.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/src/icon_40124/icon_40124.svg b/wcs/qommon/static/images/categories/src/icon_40124/icon_40124.svg deleted file mode 100644 index 8238a51fa..000000000 --- a/wcs/qommon/static/images/categories/src/icon_40124/icon_40124.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_40124/license.txt b/wcs/qommon/static/images/categories/src/icon_40124/license.txt deleted file mode 100644 index aa614ca0c..000000000 --- a/wcs/qommon/static/images/categories/src/icon_40124/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Ambulance by Wojciech Zasina from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_41964/icon_41964.svg b/wcs/qommon/static/images/categories/src/icon_41964/icon_41964.svg deleted file mode 100644 index c2dae02c8..000000000 --- a/wcs/qommon/static/images/categories/src/icon_41964/icon_41964.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_41964/license.txt b/wcs/qommon/static/images/categories/src/icon_41964/license.txt deleted file mode 100644 index bcd871fcb..000000000 --- a/wcs/qommon/static/images/categories/src/icon_41964/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Businessman by hunotika from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_42812/icon_42812.png b/wcs/qommon/static/images/categories/src/icon_42812/icon_42812.png deleted file mode 100644 index a6d4bee4d..000000000 Binary files a/wcs/qommon/static/images/categories/src/icon_42812/icon_42812.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/src/icon_42812/icon_42812.svg b/wcs/qommon/static/images/categories/src/icon_42812/icon_42812.svg deleted file mode 100644 index 4bb17492c..000000000 --- a/wcs/qommon/static/images/categories/src/icon_42812/icon_42812.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_42812/license.txt b/wcs/qommon/static/images/categories/src/icon_42812/license.txt deleted file mode 100644 index c7902671e..000000000 --- a/wcs/qommon/static/images/categories/src/icon_42812/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Team by Yair Cohen from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_4335/icon_4335.svg b/wcs/qommon/static/images/categories/src/icon_4335/icon_4335.svg deleted file mode 100644 index caca9015d..000000000 --- a/wcs/qommon/static/images/categories/src/icon_4335/icon_4335.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_4335/license.txt b/wcs/qommon/static/images/categories/src/icon_4335/license.txt deleted file mode 100644 index ab423ff0e..000000000 --- a/wcs/qommon/static/images/categories/src/icon_4335/license.txt +++ /dev/null @@ -1,3 +0,0 @@ -Thank you for using The Noun Project. This icon is in the Public Domain and -can be used for any project, including commercial, without any attribution -requirements. diff --git a/wcs/qommon/static/images/categories/src/icon_43460/icon_43460.svg b/wcs/qommon/static/images/categories/src/icon_43460/icon_43460.svg deleted file mode 100644 index bf426df7a..000000000 --- a/wcs/qommon/static/images/categories/src/icon_43460/icon_43460.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_43460/license.txt b/wcs/qommon/static/images/categories/src/icon_43460/license.txt deleted file mode 100644 index 4fd15d1e7..000000000 --- a/wcs/qommon/static/images/categories/src/icon_43460/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Architect by Yazmin Alanis from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_47225/icon_47225.svg b/wcs/qommon/static/images/categories/src/icon_47225/icon_47225.svg deleted file mode 100644 index aa7532ccc..000000000 --- a/wcs/qommon/static/images/categories/src/icon_47225/icon_47225.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_47225/license.txt b/wcs/qommon/static/images/categories/src/icon_47225/license.txt deleted file mode 100644 index 930790c18..000000000 --- a/wcs/qommon/static/images/categories/src/icon_47225/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Document by Stefan Parnarov from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_49638/icon_49638.svg b/wcs/qommon/static/images/categories/src/icon_49638/icon_49638.svg deleted file mode 100644 index 40160d990..000000000 --- a/wcs/qommon/static/images/categories/src/icon_49638/icon_49638.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_49638/license.txt b/wcs/qommon/static/images/categories/src/icon_49638/license.txt deleted file mode 100644 index 37f67e652..000000000 --- a/wcs/qommon/static/images/categories/src/icon_49638/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Event by Tommy Lau from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_50770/icon_50770.svg b/wcs/qommon/static/images/categories/src/icon_50770/icon_50770.svg deleted file mode 100644 index 2ada57635..000000000 --- a/wcs/qommon/static/images/categories/src/icon_50770/icon_50770.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_50770/license.txt b/wcs/qommon/static/images/categories/src/icon_50770/license.txt deleted file mode 100644 index 392fb4ae6..000000000 --- a/wcs/qommon/static/images/categories/src/icon_50770/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Email by Christopher Holm-Hansen from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_52531/icon_52531.svg b/wcs/qommon/static/images/categories/src/icon_52531/icon_52531.svg deleted file mode 100644 index e25889afd..000000000 --- a/wcs/qommon/static/images/categories/src/icon_52531/icon_52531.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_52531/license.txt b/wcs/qommon/static/images/categories/src/icon_52531/license.txt deleted file mode 100644 index 6df03eff8..000000000 --- a/wcs/qommon/static/images/categories/src/icon_52531/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Open email by Marcus Michaels from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_54809/icon_54809.svg b/wcs/qommon/static/images/categories/src/icon_54809/icon_54809.svg deleted file mode 100644 index ccae6ff0a..000000000 --- a/wcs/qommon/static/images/categories/src/icon_54809/icon_54809.svg +++ /dev/null @@ -1,11 +0,0 @@ -image/svg+xml - - - - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_54809/license.txt b/wcs/qommon/static/images/categories/src/icon_54809/license.txt deleted file mode 100644 index e3a796047..000000000 --- a/wcs/qommon/static/images/categories/src/icon_54809/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - confirm-date by Muneer A.Safiah from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_58303/icon_58303.svg b/wcs/qommon/static/images/categories/src/icon_58303/icon_58303.svg deleted file mode 100644 index c19068330..000000000 --- a/wcs/qommon/static/images/categories/src/icon_58303/icon_58303.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_58303/license.txt b/wcs/qommon/static/images/categories/src/icon_58303/license.txt deleted file mode 100644 index c57188446..000000000 --- a/wcs/qommon/static/images/categories/src/icon_58303/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Image by Nono Martínez Alonso from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_607/icon_607.svg b/wcs/qommon/static/images/categories/src/icon_607/icon_607.svg deleted file mode 100644 index 696c62524..000000000 --- a/wcs/qommon/static/images/categories/src/icon_607/icon_607.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/wcs/qommon/static/images/categories/src/icon_607/license.txt b/wcs/qommon/static/images/categories/src/icon_607/license.txt deleted file mode 100644 index ab423ff0e..000000000 --- a/wcs/qommon/static/images/categories/src/icon_607/license.txt +++ /dev/null @@ -1,3 +0,0 @@ -Thank you for using The Noun Project. This icon is in the Public Domain and -can be used for any project, including commercial, without any attribution -requirements. diff --git a/wcs/qommon/static/images/categories/src/icon_62444/icon_62444.svg b/wcs/qommon/static/images/categories/src/icon_62444/icon_62444.svg deleted file mode 100644 index bfecd75e7..000000000 --- a/wcs/qommon/static/images/categories/src/icon_62444/icon_62444.svg +++ /dev/null @@ -1,109 +0,0 @@ - -image/svg+xml \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_62444/license.txt b/wcs/qommon/static/images/categories/src/icon_62444/license.txt deleted file mode 100644 index e43605b81..000000000 --- a/wcs/qommon/static/images/categories/src/icon_62444/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Firework by Yazmin Alanis from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_64055/icon_64055.png b/wcs/qommon/static/images/categories/src/icon_64055/icon_64055.png deleted file mode 100644 index 3a858579d..000000000 Binary files a/wcs/qommon/static/images/categories/src/icon_64055/icon_64055.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/src/icon_64055/icon_64055.svg b/wcs/qommon/static/images/categories/src/icon_64055/icon_64055.svg deleted file mode 100644 index e1b4340ca..000000000 --- a/wcs/qommon/static/images/categories/src/icon_64055/icon_64055.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_64055/license.txt b/wcs/qommon/static/images/categories/src/icon_64055/license.txt deleted file mode 100644 index 1699162f3..000000000 --- a/wcs/qommon/static/images/categories/src/icon_64055/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Attendees by Mark Shorter from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_6412/icon_6412.svg b/wcs/qommon/static/images/categories/src/icon_6412/icon_6412.svg deleted file mode 100644 index aa67e1347..000000000 --- a/wcs/qommon/static/images/categories/src/icon_6412/icon_6412.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_6412/license.txt b/wcs/qommon/static/images/categories/src/icon_6412/license.txt deleted file mode 100644 index 486c34a95..000000000 --- a/wcs/qommon/static/images/categories/src/icon_6412/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Mobile Alarm by Mateo Zlatar from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_64233/icon_64233.png b/wcs/qommon/static/images/categories/src/icon_64233/icon_64233.png deleted file mode 100644 index e29e090fb..000000000 Binary files a/wcs/qommon/static/images/categories/src/icon_64233/icon_64233.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/src/icon_64233/icon_64233.svg b/wcs/qommon/static/images/categories/src/icon_64233/icon_64233.svg deleted file mode 100644 index 35fcfbeeb..000000000 --- a/wcs/qommon/static/images/categories/src/icon_64233/icon_64233.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_64233/license.txt b/wcs/qommon/static/images/categories/src/icon_64233/license.txt deleted file mode 100644 index b3d8fed7f..000000000 --- a/wcs/qommon/static/images/categories/src/icon_64233/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Convention Center by Mark Shorter from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_66954/icon_66954.svg b/wcs/qommon/static/images/categories/src/icon_66954/icon_66954.svg deleted file mode 100644 index b0fc38cc5..000000000 --- a/wcs/qommon/static/images/categories/src/icon_66954/icon_66954.svg +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_66954/license.txt b/wcs/qommon/static/images/categories/src/icon_66954/license.txt deleted file mode 100644 index b7ed77d5b..000000000 --- a/wcs/qommon/static/images/categories/src/icon_66954/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - business man by gilbert bages from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_79187/icon_79187.png b/wcs/qommon/static/images/categories/src/icon_79187/icon_79187.png deleted file mode 100644 index 6efc2b27e..000000000 Binary files a/wcs/qommon/static/images/categories/src/icon_79187/icon_79187.png and /dev/null differ diff --git a/wcs/qommon/static/images/categories/src/icon_79187/icon_79187.svg b/wcs/qommon/static/images/categories/src/icon_79187/icon_79187.svg deleted file mode 100644 index e95ea8d69..000000000 --- a/wcs/qommon/static/images/categories/src/icon_79187/icon_79187.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/wcs/qommon/static/images/categories/src/icon_79187/license.txt b/wcs/qommon/static/images/categories/src/icon_79187/license.txt deleted file mode 100644 index fde2f5bf9..000000000 --- a/wcs/qommon/static/images/categories/src/icon_79187/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for using The Noun Project. This icon is licensed under Creative -Commons Attribution and must be attributed as: - - Venues & Event Spaces by SuperAtic LABS from The Noun Project - -If you have a Premium Account or have purchased a license for this icon, you -don't need to worry about attribution! We will share the profits from your -purchase with this icon's designer. diff --git a/wcs/qommon/static/images/categories/src/icon_8686/noun_8686.svg b/wcs/qommon/static/images/categories/src/icon_8686/noun_8686.svg deleted file mode 100644 index 244439c05..000000000 --- a/wcs/qommon/static/images/categories/src/icon_8686/noun_8686.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/wcs/qommon/static/images/mobile/gear.png b/wcs/qommon/static/images/mobile/gear.png deleted file mode 100644 index 4e7f56e3f..000000000 Binary files a/wcs/qommon/static/images/mobile/gear.png and /dev/null differ diff --git a/wcs/qommon/static/images/mobile/lock.png b/wcs/qommon/static/images/mobile/lock.png deleted file mode 100644 index 35afec981..000000000 Binary files a/wcs/qommon/static/images/mobile/lock.png and /dev/null differ diff --git a/wcs/qommon/static/images/mobile/menu.png b/wcs/qommon/static/images/mobile/menu.png deleted file mode 100644 index 44459fd1c..000000000 Binary files a/wcs/qommon/static/images/mobile/menu.png and /dev/null differ