diff --git a/.travis.yml b/.travis.yml index 1f440be7..e462b3ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,10 @@ notifications: email: on_success: never on_failure: change + +deploy: + provider: npm + email: "johanringmann@gmail.com" + api_key: "$NPM_KEY" + on: + branch: master diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 07c4c903..10402a82 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -60,6 +60,11 @@ "hex": "00C8FF", "source": "https://wwwimages2.adobe.com/etc/clientlibs/beagle/ace/source/font/aceui-fonts.svg" }, + { + "title": "Adobe Photoshop", + "hex": "00C8FF", + "source": "http://www.adobe.com/products/photoshop.html" + }, { "title": "AIM", "hex": "FFCA00", @@ -355,6 +360,11 @@ "hex": "2E9FFF", "source": "https://disqus.com/brand" }, + { + "title": "Django", + "hex": "092E20", + "source": "https://www.djangoproject.com/community/logos/" + }, { "title": "Docker", "hex": "1488C6", @@ -480,6 +490,11 @@ "hex": "007CC3", "source": "https://developer.garmin.com/resources/brand-guidelines/" }, + { + "title": "Gatsby", + "hex": "744C9E", + "source": "https://www.gatsbyjs.org/" + }, { "title": "Gauges", "hex": "339966", @@ -750,6 +765,11 @@ "hex": "5091CD", "source": "https://docs.joomla.org/Joomla:Brand_Identity_Elements" }, + { + "title": "jQuery", + "hex": "0769AD", + "source": "https://brand.jquery.org/logos/" + }, { "title": "JSFiddle", "hex": "4679A4", @@ -960,11 +980,6 @@ "hex": "2B579A", "source": "https://www.office.com" }, - { - "title": "Minecraft", - "hex": "62B74A", - "source": "https://minecraft.net/" - }, { "title": "Minutemailer", "hex": "3ABFE6", @@ -1005,6 +1020,11 @@ "hex": "030303", "source": "https://myspace.com/pressroom/assetslogos" }, + { + "title": "MySQL", + "hex": "4479A1", + "source": "https://www.mysql.com/about/legal/logos.html" + }, { "title": "Netflix", "hex": "E50914", diff --git a/icons/adobephotoshop.svg b/icons/adobephotoshop.svg index 378c8439..263f987a 100644 --- a/icons/adobephotoshop.svg +++ b/icons/adobephotoshop.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/icons/django.svg b/icons/django.svg new file mode 100644 index 00000000..d0da7e7c --- /dev/null +++ b/icons/django.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/gatsby.svg b/icons/gatsby.svg new file mode 100644 index 00000000..872a9053 --- /dev/null +++ b/icons/gatsby.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/jquery.svg b/icons/jquery.svg new file mode 100644 index 00000000..232e5d5d --- /dev/null +++ b/icons/jquery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/meetup.svg b/icons/meetup.svg index 6cda7973..e15e1a51 100644 --- a/icons/meetup.svg +++ b/icons/meetup.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/icons/minecraft.svg b/icons/minecraft.svg deleted file mode 100644 index b4e69431..00000000 --- a/icons/minecraft.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/icons/mysql.svg b/icons/mysql.svg new file mode 100644 index 00000000..1bb77036 --- /dev/null +++ b/icons/mysql.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 4cbd3bdf..25880af1 100644 --- a/index.html +++ b/index.html @@ -480,6 +480,7 @@