diff options
author | 53hornet <53hornet@gmail.com> | 2019-04-28 12:55:42 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2019-04-28 12:55:42 -0400 |
commit | 8ca0649687f4e6a352e081e992c80c90098e9074 (patch) | |
tree | 63f703c8d8ea6d8c1ac788c4057a18f4ba6d443c /_includes/mdi-linkedin.html | |
parent | e93119e2bb55291faff35c3eccc48c42f66d3789 (diff) | |
download | cobalt-site-8ca0649687f4e6a352e081e992c80c90098e9074.tar.xz cobalt-site-8ca0649687f4e6a352e081e992c80c90098e9074.zip |
Moved svg icons and head metadata to includes.
Diffstat (limited to '_includes/mdi-linkedin.html')
-rw-r--r-- | _includes/mdi-linkedin.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/_includes/mdi-linkedin.html b/_includes/mdi-linkedin.html new file mode 100644 index 0000000..e89012f --- /dev/null +++ b/_includes/mdi-linkedin.html @@ -0,0 +1,15 @@ + <svg style="width:24px;height:24px" viewBox="0 0 24 24"> + <path fill="#ffffff" d="M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 + 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 + 5,3H19M18.5,18.5V13.2A3.26,3.26 0 0,0 15.24,9.94C14.39,9.94 + 13.4,10.46 + 12.92,11.24V10.13H10.13V18.5H12.92V13.57C12.92,12.8 + 13.54,12.17 14.31,12.17A1.4,1.4 0 0,1 + 15.71,13.57V18.5H18.5M6.88,8.56A1.68,1.68 0 0,0 + 8.56,6.88C8.56,5.95 7.81,5.19 6.88,5.19A1.69,1.69 0 0,0 + 5.19,6.88C5.19,7.81 5.95,8.56 + 6.88,8.56M8.27,18.5V10.13H5.5V18.5H8.27Z" /> + <title> + LinkedIn + </title> + </svg> |