diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index fd3abbd8e..fc94090b1 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -165,6 +165,16 @@
"hex": "EE3322",
"source": "http://www.buzzfeed.com/press/downloads"
},
+ {
+ "title": "C",
+ "hex": "a9b9cb",
+ "source": "https://worldvectorlogo.com/ru/logo/c-2975"
+ },
+ {
+ "title": "C++",
+ "hex": "004482",
+ "source": "https://isocpp.org/"
+ },
{
"title": "CakePHP",
"hex": "D33C43",
@@ -180,6 +190,11 @@
"hex": "343434",
"source": "https://circleci.com/press"
},
+ {
+ "title": "Closure",
+ "hex": "5881d8",
+ "source": "https://upload.wikimedia.org/wikipedia/commons/5/5d/Clojure_logo.svg"
+ },
{
"title": "Code School",
"hex": "4CADC0",
@@ -215,6 +230,11 @@
"hex": "4574E0",
"source": "https://codio.com"
},
+ {
+ "title": "СoffeeScript",
+ "hex": "29334c",
+ "source": "http://coffeescript.org/"
+ },
{
"title": "ComproPago",
"hex": "00AAEF",
@@ -481,9 +501,14 @@
"source": "https://material.io/guidelines/resources/sticker-sheets-icons.html#sticker-sheets-icons-components"
},
{
- "title": "GNU",
- "hex": "A42E2B",
- "source": "https://gnu.org"
+ "title": "GNU",
+ "hex": "A42E2B",
+ "source": "https://gnu.org"
+ },
+ {
+ "title": "Go",
+ "hex": "6ad7e5",
+ "source": "https://raw.githubusercontent.com/golang-samples/gopher-vector/master/gopher.svg"
},
{
"title": "GoldenLine",
@@ -665,6 +690,11 @@
"hex": "CC0000",
"source": "https://github.com/jekyll/brand"
},
+ {
+ "title": "Java",
+ "hex": "5382A1",
+ "source": "https://upload.wikimedia.org/wikipedia/en/3/30/Java_programming_language_logo.svg"
+ },
{
"title": "JavaScript",
"hex": "F7DF1E",
@@ -740,6 +770,11 @@
"hex": "00B057",
"source": "https://koding.com/About"
},
+ {
+ "title": "Kotlin",
+ "hex": "4bb8f6",
+ "source": "http://kotlinlang.org/"
+ },
{
"title": "Lanyrd",
"hex": "3C80CA",
@@ -795,6 +830,11 @@
"hex": "CF202E",
"source": "https://livestream.com/press"
},
+ {
+ "title": "Lua",
+ "hex": "000080",
+ "source": "https://upload.wikimedia.org/wikipedia/commons/6/6a/Lua-logo-nolabel.svg"
+ },
{
"title": "Macy’s",
"hex": "E11A2B",
@@ -1035,6 +1075,16 @@
"hex": "40A4C4",
"source": "https://www.periscope.tv/press"
},
+ {
+ "title": "PowerShell",
+ "hex": "2671be",
+ "source": "https://gist.github.com/Xainey/d5bde7d01dcbac51ac951810e94313aa"
+ },
+ {
+ "title": "Php",
+ "hex": "777bb3",
+ "source": "https://en.wikipedia.org/wiki/File:PHP-logo.svg"
+ },
{
"title": "Pinboard",
"hex": "0000FF",
@@ -1115,6 +1165,11 @@
"hex": "9497CE",
"source": "https://protonmail.com/media-kit"
},
+ {
+ "title": "Python",
+ "hex": "387eb8",
+ "source": "https://upload.wikimedia.org/wikipedia/commons/c/c3/Python-logo-notext.svg"
+ },
{
"title": "Quantopian",
"hex": "C50000",
@@ -1185,6 +1240,11 @@
"hex": "2DC9D7",
"source": "https://runkeeper.com/partnerships"
},
+ {
+ "title": "Rust",
+ "hex": "000",
+ "source": "https://www.rust-lang.org/en-US/"
+ },
{
"title": "Salesforce",
"hex": "00A1E0",
@@ -1200,6 +1260,11 @@
"hex": "E2231A",
"source": ""
},
+ {
+ "title": "Scala",
+ "hex": "d50000",
+ "source": "https://github.com/kaeawc/scala-logo/blob/master/img/logo_shadow.svg"
+ },
{
"title": "Scribd",
"hex": "1A7BBA",
@@ -1530,6 +1595,11 @@
"hex": "1DA1F2",
"source": "https://brand.twitter.com"
},
+ {
+ "title": "Swift",
+ "hex": "fc3d26",
+ "source": "https://upload.wikimedia.org/wikipedia/commons/9/9d/Swift_logo.svg"
+ },
{
"title": "Twoo",
"hex": "FF7102",
@@ -1741,4 +1811,4 @@
"source": "http://zillow.mediaroom.com/logos"
}
]
-}
+}
\ No newline at end of file
diff --git a/icons/c++.svg b/icons/c++.svg
new file mode 100644
index 000000000..a177a90ee
--- /dev/null
+++ b/icons/c++.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/c.svg b/icons/c.svg
new file mode 100644
index 000000000..e511a172e
--- /dev/null
+++ b/icons/c.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/closure.svg b/icons/closure.svg
new file mode 100644
index 000000000..152078cc7
--- /dev/null
+++ b/icons/closure.svg
@@ -0,0 +1,50 @@
+
+
diff --git a/icons/coffeescript.svg b/icons/coffeescript.svg
new file mode 100644
index 000000000..d35b9f835
--- /dev/null
+++ b/icons/coffeescript.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/go.svg b/icons/go.svg
new file mode 100644
index 000000000..2026503d8
--- /dev/null
+++ b/icons/go.svg
@@ -0,0 +1,68 @@
+
+
+
+
diff --git a/icons/java.svg b/icons/java.svg
new file mode 100644
index 000000000..e60e4da3d
--- /dev/null
+++ b/icons/java.svg
@@ -0,0 +1,41 @@
+
+
+
+
diff --git a/icons/kotlin.svg b/icons/kotlin.svg
new file mode 100644
index 000000000..894dbfc0b
--- /dev/null
+++ b/icons/kotlin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/lua.svg b/icons/lua.svg
new file mode 100644
index 000000000..b1e7ffcbf
--- /dev/null
+++ b/icons/lua.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/icons/php.svg b/icons/php.svg
new file mode 100644
index 000000000..7ac50a150
--- /dev/null
+++ b/icons/php.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/powershell.svg b/icons/powershell.svg
new file mode 100644
index 000000000..ec01c8cb5
--- /dev/null
+++ b/icons/powershell.svg
@@ -0,0 +1,29 @@
+
+
+
\ No newline at end of file
diff --git a/icons/python.svg b/icons/python.svg
new file mode 100644
index 000000000..366f52f33
--- /dev/null
+++ b/icons/python.svg
@@ -0,0 +1,113 @@
+
+
+
diff --git a/icons/rust.svg b/icons/rust.svg
new file mode 100644
index 000000000..fd5c02e51
--- /dev/null
+++ b/icons/rust.svg
@@ -0,0 +1,18 @@
+
+
\ No newline at end of file
diff --git a/icons/scala.svg b/icons/scala.svg
new file mode 100644
index 000000000..127cc7217
--- /dev/null
+++ b/icons/scala.svg
@@ -0,0 +1,49 @@
+
+
+
+
\ No newline at end of file
diff --git a/icons/swift.svg b/icons/swift.svg
new file mode 100644
index 000000000..69df9cd20
--- /dev/null
+++ b/icons/swift.svg
@@ -0,0 +1,10 @@
+
+