File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ author:
47
47
instagram :
48
48
lastfm :
49
49
linkedin :
50
+ kaggle : # "https://www.kaggle.com/yourprofile"
50
51
mastodon : " mastodonhandle"
51
52
medium : # "add medium profile url here"
52
53
pinterest :
Original file line number Diff line number Diff line change @@ -128,6 +128,9 @@ <h3 class="author__name">{{ author.name }}</h3>
128
128
{% if author.medium %}
129
129
< li > < a href ="{{ author.medium }} "> < i class ="fab fa-fw fa-medium " aria-hidden ="true "> </ i > Medium</ a > </ li >
130
130
{% endif %}
131
+ {% if author.kaggle %}
132
+ < li > < a href ="{{ author.kaggle }} "> < i class ="fab fa-fw fa-kaggle " aria-hidden ="true "> </ i > Kaggle</ a > </ li >
133
+ {% endif %}
131
134
</ ul >
132
135
</ div >
133
136
</ div >
Original file line number Diff line number Diff line change @@ -223,6 +223,11 @@ body:hover .visually-hidden button {
223
223
color : $instagram-color ;
224
224
}
225
225
226
+ .fa-kaggle ,
227
+ .fa-kaggle-square {
228
+ color : $kaggle-color ;
229
+ }
230
+
226
231
.fa-lastfm ,
227
232
.fa-lastfm-square {
228
233
color : $lastfm-color ;
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ $foursquare-color : #0072b1;
75
75
$github-color : #171516 ;
76
76
$google-plus-color : #dd4b39 ;
77
77
$instagram-color : #517fa4 ;
78
+ $kaggle-color : #20c0ff ;
78
79
$lastfm-color : #d51007 ;
79
80
$linkedin-color : #007bb6 ;
80
81
$mastodon-color : #6364ff ;
You can’t perform that action at this time.
0 commit comments