From 0ed3dd53cd563b89d661d54ee0334e43e165fc03 Mon Sep 17 00:00:00 2001 From: Giuseppe Pignataro Date: Thu, 14 Mar 2019 00:32:04 +0100 Subject: [PATCH] Added more socials Added support for Xing, Snapchat, Soundcloud, Spotify, Bandcamp, Paypal, 500px --- assets/font/demo_index.html | 161 +++++++++++++++++++++++++++++++++++ assets/font/iconfont.css | 40 +++++++-- assets/font/iconfont.eot | Bin 8360 -> 10612 bytes assets/font/iconfont.js | 2 +- assets/font/iconfont.svg | 21 +++++ assets/font/iconfont.ttf | Bin 8192 -> 10444 bytes assets/font/iconfont.woff | Bin 5712 -> 7280 bytes assets/font/iconfont.woff2 | Bin 4800 -> 6224 bytes exampleSite/config.toml | 8 ++ layouts/partials/social.html | 21 +++++ 10 files changed, 246 insertions(+), 7 deletions(-) diff --git a/assets/font/demo_index.html b/assets/font/demo_index.html index e29d831..9e19456 100644 --- a/assets/font/demo_index.html +++ b/assets/font/demo_index.html @@ -42,6 +42,12 @@

+
  • + +
    spotify
    +
    
    +
  • +
  • reddit
    @@ -84,6 +90,12 @@
    
  • +
  • + +
    soundcloud
    +
    
    +
  • +
  • linkedin
    @@ -96,6 +108,12 @@
    
  • +
  • + +
    500px
    +
    
    +
  • +
  • bitbucket
    @@ -108,6 +126,18 @@
    
  • +
  • + +
    xing
    +
    
    +
  • + +
  • + +
    snapchat
    +
    
    +
  • +
  • github
    @@ -126,6 +156,12 @@
    
  • +
  • + +
    bandcamp
    +
    
    +
  • +
  • flickr
    @@ -138,6 +174,12 @@
    
  • +
  • + +
    paypal
    +
    
    +
  • +
  • folder
    @@ -260,6 +302,15 @@
  • +
  • + +
    + spotify +
    +
    .icon-spotify +
    +
  • +
  • @@ -323,6 +374,15 @@
  • +
  • + +
    + soundcloud +
    +
    .icon-soundcloud +
    +
  • +
  • @@ -341,6 +401,15 @@
  • +
  • + +
    + 500px +
    +
    .icon-500px +
    +
  • +
  • @@ -359,6 +428,24 @@
  • +
  • + +
    + xing +
    +
    .icon-xing +
    +
  • + +
  • + +
    + snapchat +
    +
    .icon-snapchat +
    +
  • +
  • @@ -386,6 +473,15 @@
  • +
  • + +
    + bandcamp +
    +
    .icon-bandcamp +
    +
  • +
  • @@ -404,6 +500,15 @@
  • +
  • + +
    + paypal +
    +
    .icon-paypal +
    +
  • +
  • @@ -530,6 +635,14 @@
    #icon-codepen
  • +
  • + +
    spotify
    +
    #icon-spotify
    +
  • +
  • #icon-medium
  • +
  • + +
    soundcloud
    +
    #icon-soundcloud
    +
  • +
  • #icon-pinterest
  • +
  • + +
    500px
    +
    #icon-500px
    +
  • +
  • #icon-instagram
  • +
  • + +
    xing
    +
    #icon-xing
    +
  • + +
  • + +
    snapchat
    +
    #icon-snapchat
    +
  • +
  • #icon-odnoklassniki
  • +
  • + +
    bandcamp
    +
    #icon-bandcamp
    +
  • +
  • #icon-keybase
  • +
  • + +
    paypal
    +
    #icon-paypal
    +
  • +
  • {{ end }} +{{ with .Site.Params.Social.Xing}} + +{{ end }} +{{ with .Site.Params.Social.Snapchat}} + +{{ end }} +{{ with .Site.Params.Social.Soundcloud}} + +{{ end }} +{{ with .Site.Params.Social.Spotify}} + +{{ end }} +{{ with .Site.Params.Social.Bandcamp}} + +{{ end }} +{{ with .Site.Params.Social.Paypal}} + +{{ end }} +{{ with .Site.Params.Social.Fivehundredpx}} + +{{ end }}