Skip to content

Commit

Permalink
Merge pull request #748 from naher94/development
Browse files Browse the repository at this point in the history
Codepen Social Link Added
  • Loading branch information
naher94 committed Jun 19, 2024
2 parents 0945210 + 10b2f1a commit 8b12614
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: > # this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://rehanbutt.com" # the base hostname & protocol for your site
version: 8.22.0
version: 8.23.0
version-naming: [Apricot, Blackcurrent, Coconut, Dragonfruit, Elderberry, Fig, Guava, Honeydew]

# Build settings
Expand Down
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<i class='fas fa-envelope fa-xs' title='Email'></i>
</div>

{% include external-link.html css-class="social" link="https://dribbble.com/rehanbutt" content="<i class='fab fa-dribbble fa-xs' title='dribbble'></i>" %}
{% include external-link.html css-class="social" link="https://codepen.io/rehanbutt" content="<i class='fab fa-codepen fa-xs' title='codepen'></i>" %}

{% include external-link.html css-class="social" link="https://instagram.com/naher94" content="<i class='fab fa-instagram fa-xs' title='instagram'></i>" %}

Expand Down
4 changes: 2 additions & 2 deletions _sass/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ footer{
.fa-envelope{
color: $signature-teal;
}
.fa-dribbble{
color: $dribbble-pink;
.fa-codepen{
color: $codepen-yellow;
}
.fa-pinterest{
color: $pinterest-red;
Expand Down
2 changes: 1 addition & 1 deletion _sass/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $dribbble-pink: #ea4c89;
$instagram-purple: #C13584;
$github-purple: #6f42c1;
$F500px-green: #34bf49;

$codepen-yellow: #e0be28;
$signature-teal: #12abc4;
$navy-black: #1f2937;
//// [number indicates number of step removed from main]
Expand Down

0 comments on commit 8b12614

Please sign in to comment.