Skip to content

Commit 6b8bd55

Browse files
author
Schmidely Stéphane
committed
Minor updates
1 parent c70d4ef commit 6b8bd55

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plugins:
2626

2727
# Author
2828
author:
29-
age: 25
29+
age: 26
3030
driving_licenses: Moto et Auto
3131
degree: Bac +5 (Master Informatique)
3232
passions: Photographie, voyages ...
@@ -35,5 +35,5 @@ author:
3535
github: stephlm2dev
3636
twitter: Schmidely_Steph
3737
linkedin: stéphane-schmidely
38-
p500px: stephlm2dev
38+
instagram: stephlm2dev
3939
repository: stephlm2dev.github.io

_layouts/profile.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ <h2> {{ site.author.name }}</h2>
2626
<i class="fa fa-envelope-o"></i>
2727
<span class="label">Mail</span>
2828
</a>
29-
<a target="_blank" title="500px"
30-
href="https://500px.com/{{ site.author.p500px }}" class="icon px500">
31-
<i class="fa fa-500px"></i>
32-
<span class="label">500px</span>
29+
<a target="_blank" title="Instagramx"
30+
href="https://www.instagram.com/{{ site.author.instagram }}" class="icon instagram">
31+
<i class="fa fa-instagram"></i>
32+
<span class="label">Instagram</span>
3333
</a>
3434
</div>
3535

_sass/_profile.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
@each $icon, $color-light, $color-brand in
2727
(twitter, $twitter, $twitter-brand-color), (github, $github, $github-brand-color),
2828
(linkedin, $linkedin, $linkedin-brand-color), (mail, $mail, $mail-brand-color),
29-
(px500, $px500, $px500-brand-color) {
29+
(instagram, $instagram, $instagram-brand-color) {
3030
.icon.#{$icon} {
3131
color: #{$color-light};
3232
&:hover {

_sass/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ $linkedin: lighten($linkedin-brand-color, 15%);
1717
$mail-brand-color: #9e9e9e;
1818
$mail: lighten($mail-brand-color, 15%);
1919

20-
$px500-brand-color : #666666;
21-
$px500: lighten($px500-brand-color, 15%);
20+
$instagram-brand-color: #e1306c;
21+
$instagram: lighten($instagram-brand-color, 15%);
2222

2323
// Breakpoints
2424
$mobile :767px;

css/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)