From 6da4be57731b74521e2c353554df5adfaa35059f Mon Sep 17 00:00:00 2001 From: Ross Hill Date: Sun, 30 Apr 2017 14:49:15 -0400 Subject: [PATCH 1/8] adding logos --- _data/simple-icons.json | 15 +++++++++++++++ icons/gnu.svg | 1 + icons/intel.svg | 4 ++++ icons/linux.svg | 1 + 4 files changed, 21 insertions(+) create mode 100644 icons/gnu.svg create mode 100644 icons/intel.svg create mode 100644 icons/linux.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 106dfb3c..4d5eea51 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -445,6 +445,11 @@ "hex": "D14836", "source": "https://material.io/guidelines/resources/sticker-sheets-icons.html#sticker-sheets-icons-components" }, + { + "title": "GNU", + "hex": "A42E2B", + "source": "https://gnu.org" + } { "title": "GoldenLine", "hex": "FBBF00", @@ -585,6 +590,11 @@ "hex": "1F1F1F", "source": "" }, + { + "title": "Intel", + "hex": "0071C5", + "source": "https://www.intel.com" + }, { "title": "Intercom", "hex": "1F8DED", @@ -700,6 +710,11 @@ "hex": "0077B5", "source": "https://brand.linkedin.com" }, + { + "title": "Linux", + "hex": "FCC624", + "source": "http://www.linuxfoundation.org/about/about-linux" + }, { "title": "Linux Foundation", "hex": "009BEE", diff --git a/icons/gnu.svg b/icons/gnu.svg new file mode 100644 index 00000000..4e5851d7 --- /dev/null +++ b/icons/gnu.svg @@ -0,0 +1 @@ + diff --git a/icons/intel.svg b/icons/intel.svg new file mode 100644 index 00000000..13a9f977 --- /dev/null +++ b/icons/intel.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/linux.svg b/icons/linux.svg new file mode 100644 index 00000000..ba205cc9 --- /dev/null +++ b/icons/linux.svg @@ -0,0 +1 @@ + From 7b378df0a7feeef27ce9e24b7d1891566236a387 Mon Sep 17 00:00:00 2001 From: nietonfir Date: Thu, 25 May 2017 21:32:36 +0200 Subject: [PATCH 2/8] Move GA tracking snippet to the top as suggested by the GA documentation to improve the tracking process: https://developers.google.com/analytics/devguides/collection/analyticsjs/#the_javascript_tracking_snippet --- index.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 70e5fa10..cc65dd0c 100644 --- a/index.html +++ b/index.html @@ -121,6 +121,15 @@ + + + +