Skip to content

Commit

Permalink
Closes #696 with new Kaggle link
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzupkoii committed Feb 15, 2024
1 parent 066dc22 commit 6d8c8e9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ author:
instagram :
lastfm :
linkedin :
kaggle : # "https://www.kaggle.com/yourprofile"
mastodon : "mastodonhandle"
medium : #"add medium profile url here"
pinterest :
Expand Down
3 changes: 3 additions & 0 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ <h3 class="author__name">{{ author.name }}</h3>
{% if author.medium %}
<li><a href="{{ author.medium }}"><i class="fab fa-fw fa-medium" aria-hidden="true"></i> Medium</a></li>
{% endif %}
{% if author.kaggle %}
<li><a href="{{ author.kaggle }}"><i class="fab fa-fw fa-kaggle" aria-hidden="true"></i> Kaggle</a></li>
{% endif %}
</ul>
</div>
</div>
5 changes: 5 additions & 0 deletions _sass/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,11 @@ body:hover .visually-hidden button {
color: $instagram-color;
}

.fa-kaggle,
.fa-kaggle-square {
color: $kaggle-color;
}

.fa-lastfm,
.fa-lastfm-square {
color: $lastfm-color;
Expand Down
1 change: 1 addition & 0 deletions _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ $foursquare-color : #0072b1;
$github-color : #171516;
$google-plus-color : #dd4b39;
$instagram-color : #517fa4;
$kaggle-color : #20c0ff;
$lastfm-color : #d51007;
$linkedin-color : #007bb6;
$mastodon-color : #6364ff;
Expand Down

0 comments on commit 6d8c8e9

Please sign in to comment.