From 90a20d1e088b0a05a286af101f82135ad4774e39 Mon Sep 17 00:00:00 2001 From: James Berke <58538332+jamesberke@users.noreply.github.com> Date: Fri, 7 May 2021 16:30:58 -0700 Subject: [PATCH] added sitemap icons to credits page (#1530) --- _data/internal/credits/developer-activity.yml | 12 ++++++++++++ _data/internal/credits/idea.yml | 13 +++++++++++++ _data/internal/credits/website.yml | 12 ++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 _data/internal/credits/developer-activity.yml create mode 100644 _data/internal/credits/idea.yml create mode 100644 _data/internal/credits/website.yml diff --git a/_data/internal/credits/developer-activity.yml b/_data/internal/credits/developer-activity.yml new file mode 100644 index 0000000000..de887e8ae6 --- /dev/null +++ b/_data/internal/credits/developer-activity.yml @@ -0,0 +1,12 @@ +--- +title: Developer Activity +title-link: https://www.freepik.com/free-vector/developer-activity-concept-illustration_7230635.htm#page=1&query=Developer%20activity%20stories&position=1 +content: icon +used-in: Sitemap +artist: stories +provider: Freepik +provider-link: 'https://www.freepik.com/' +image-url: /assets/images/sitemap/sitemap-planning.svg +alt: 'Web Developer Working' +type: icon +--- \ No newline at end of file diff --git a/_data/internal/credits/idea.yml b/_data/internal/credits/idea.yml new file mode 100644 index 0000000000..e9695ee9ff --- /dev/null +++ b/_data/internal/credits/idea.yml @@ -0,0 +1,13 @@ +--- +title: Idea +# this exact icon is no longer on noun project, this link is to the closest icon by the same artist +title-link: https://thenounproject.com/search/?creator=1859235&q=idea&i=1366851 +content: icon +used-in: Sitemap +artist: Numero Uno +provider: Noun Project +provider-link: 'https://thenounproject.com/' +image-url: /assets/images/sitemap/lightbulb.svg +alt: 'Shining Lightbulb' +type: icon +--- \ No newline at end of file diff --git a/_data/internal/credits/website.yml b/_data/internal/credits/website.yml new file mode 100644 index 0000000000..248bd6825d --- /dev/null +++ b/_data/internal/credits/website.yml @@ -0,0 +1,12 @@ +--- +title: Website +title-link: https://thenounproject.com/search/?creator=47612&q=website&i=3493536 +content: icon +used-in: Sitemap +artist: Clea Doltz +provider: Noun Project +provider-link: 'https://thenounproject.com/' +image-url: /assets/images/sitemap/site.svg +alt: 'Website Browser and Cursor' +type: icon +--- \ No newline at end of file