@@ -9,77 +9,77 @@ <h2>{{ site.title | escape }}</h2>
9
9
{%- if site.dribbble_username -%}
10
10
< li >
11
11
< a target ="_blank " href ="https://dribbble.com/{{ site.dribbble_username| cgi_escape | escape }} " class ="button button--sacnite button--round-l ">
12
- < i class ="fa fa-dribbble " title ="Dribble link "> </ i >
12
+ < i class ="fab fa-dribbble-square " title ="Dribble link "> </ i >
13
13
</ a >
14
14
</ li >
15
15
{%- endif -%}
16
16
{%- if site.facebook_username -%}
17
17
< li >
18
18
< a target ="_blank " href ="https://www.facebook.com/{{ site.facebook_username| cgi_escape | escape }} " class ="button button--sacnite button--round-l ">
19
- < i class ="fa fa-facebook " title ="Facebook link "> </ i >
19
+ < i class ="fab fa-facebook " title ="Facebook link "> </ i >
20
20
</ a >
21
21
</ li >
22
22
{%- endif -%}
23
23
{%- if site.flickr_username -%}
24
24
< li >
25
25
< a target ="_blank " href ="https://www.flickr.com/photos/{{ site.flickr_username| cgi_escape | escape }} " class ="button button--sacnite button--round-l ">
26
- < i class ="fa fa-flickr " title ="Flickr link "> </ i >
26
+ < i class ="fab fa-flickr " title ="Flickr link "> </ i >
27
27
</ a >
28
28
</ li >
29
29
{%- endif -%}
30
30
{%- if site.github_username -%}
31
31
< li >
32
32
< a target ="_blank " href ="https://github.com/{{ site.github_username| cgi_escape | escape }} " class ="button button--sacnite button--round-l ">
33
- < i class ="fa fa-github " title ="Github link "> </ i >
33
+ < i class ="fab fa-github " title ="Github link "> </ i >
34
34
</ a >
35
35
</ li >
36
36
{%- endif -%}
37
37
{%- if site.instagram_username -%}
38
38
< li >
39
39
< a target ="_blank " href ="https://www.instagram.com/{{ site.instagram_username| cgi_escape | escape }} " class ="button button--sacnite button--round-l ">
40
- < i class ="fa fa-instagram " title ="Instagram link "> </ i >
40
+ < i class ="fab fa-instagram " title ="Instagram link "> </ i >
41
41
</ a >
42
42
</ li >
43
43
{%- endif -%}
44
44
{%- if site.linkedin_username -%}
45
45
< li >
46
46
< a target ="_blank " href ="https://www.linkedin.com/in/{{ site.linkedin_username| cgi_escape | escape }} " class ="button button--sacnite button--round-l ">
47
- < i class ="fa fa-linkedin " title ="Linkedin link "> </ i >
47
+ < i class ="fab fa-linkedin " title ="Linkedin link "> </ i >
48
48
</ a >
49
49
</ li >
50
50
{%- endif -%}
51
51
{%- if site.xing_username -%}
52
52
< li >
53
53
< a target ="_blank " href ="https://www.xing.com/profile/{{ site.xing_username| cgi_escape | escape }} " class ="button button--sacnite button--round-l ">
54
- < i class ="fa fa-xing " title ="Xing link "> </ i >
54
+ < i class ="fab fa-xing " title ="Xing link "> </ i >
55
55
</ a >
56
56
</ li >
57
57
{%- endif -%}
58
58
{%- if site.pinterest_username -%}
59
59
< li >
60
60
< a target ="_blank " href ="https://www.pinterest.com/{{ site.pinterest_username| cgi_escape | escape }} " class ="button button--sacnite button--round-l ">
61
- < i class ="fa fa-pinterest " title ="Pintrest link "> </ i >
61
+ < i class ="fab fa-pinterest " title ="Pintrest link "> </ i >
62
62
</ a >
63
63
</ li >
64
64
{%- endif -%}
65
65
{%- if site.twitter_username -%}
66
66
< li >
67
67
< a target ="_blank " href ="https://twitter.com/{{ site.twitter_username| cgi_escape | escape }} " class ="button button--sacnite button--round-l ">
68
- < i class ="fa fa-twitter " title ="Twitter link "> </ i >
68
+ < i class ="fab fa-twitter " title ="Twitter link "> </ i >
69
69
</ a >
70
70
</ li >
71
71
{%- endif -%}
72
72
{%- if site.youtube_username -%}
73
73
< li >
74
74
< a target ="_blank " href ="https://www.youtube.com/{{ site.youtube_username| cgi_escape | escape }} " class ="button button--sacnite button--round-l ">
75
- < i class ="fa fa-youtube-play " title ="Youtube link "> </ i >
75
+ < i class ="fab fa-youtube " title ="Youtube link "> </ i >
76
76
</ a >
77
77
</ li >
78
78
{%- endif -%}
79
79
{%- if site.googleplus_username -%}
80
80
< li >
81
81
< a target ="_blank " href ="https://plus.google.com/{{ site.googleplus_username| escape }} " class ="button button--sacnite button--round-l ">
82
- < i class ="fa fa-google-plus " title ="Google plus link "> </ i >
82
+ < i class ="fab fa-google-plus " title ="Google plus link "> </ i >
83
83
</ a >
84
84
</ li >
85
85
{%- endif -%}
0 commit comments