Skip to content

Commit 6d8c8e9

Browse files
committed
Closes #696 with new Kaggle link
1 parent 066dc22 commit 6d8c8e9

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ author:
4747
instagram :
4848
lastfm :
4949
linkedin :
50+
kaggle : # "https://www.kaggle.com/yourprofile"
5051
mastodon : "mastodonhandle"
5152
medium : #"add medium profile url here"
5253
pinterest :

_includes/author-profile.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ <h3 class="author__name">{{ author.name }}</h3>
128128
{% if author.medium %}
129129
<li><a href="{{ author.medium }}"><i class="fab fa-fw fa-medium" aria-hidden="true"></i> Medium</a></li>
130130
{% 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 %}
131134
</ul>
132135
</div>
133136
</div>

_sass/_utilities.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,11 @@ body:hover .visually-hidden button {
223223
color: $instagram-color;
224224
}
225225

226+
.fa-kaggle,
227+
.fa-kaggle-square {
228+
color: $kaggle-color;
229+
}
230+
226231
.fa-lastfm,
227232
.fa-lastfm-square {
228233
color: $lastfm-color;

_sass/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ $foursquare-color : #0072b1;
7575
$github-color : #171516;
7676
$google-plus-color : #dd4b39;
7777
$instagram-color : #517fa4;
78+
$kaggle-color : #20c0ff;
7879
$lastfm-color : #d51007;
7980
$linkedin-color : #007bb6;
8081
$mastodon-color : #6364ff;

0 commit comments

Comments
 (0)