Skip to content

Commit eb07647

Browse files
authored
Merge pull request #66 from sproogen/release/1.7
Release/1.7
2 parents 1193df4 + 709c590 commit eb07647

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

Diff for: Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
modern-resume-theme (1.6.1)
4+
modern-resume-theme (1.7.0)
55
github-pages (~> 198)
66
jekyll-seo-tag (~> 2.1)
77

Diff for: _includes/header.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -9,77 +9,77 @@ <h2>{{ site.title | escape }}</h2>
99
{%- if site.dribbble_username -%}
1010
<li>
1111
<a target="_blank" href="https://dribbble.com/{{ site.dribbble_username| cgi_escape | escape }}" class="button button--sacnite button--round-l">
12-
<i class="fa fa-dribbble" title="Dribble link"></i>
12+
<i class="fab fa-dribbble-square" title="Dribble link"></i>
1313
</a>
1414
</li>
1515
{%- endif -%}
1616
{%- if site.facebook_username -%}
1717
<li>
1818
<a target="_blank" href="https://www.facebook.com/{{ site.facebook_username| cgi_escape | escape }}" class="button button--sacnite button--round-l">
19-
<i class="fa fa-facebook" title="Facebook link"></i>
19+
<i class="fab fa-facebook" title="Facebook link"></i>
2020
</a>
2121
</li>
2222
{%- endif -%}
2323
{%- if site.flickr_username -%}
2424
<li>
2525
<a target="_blank" href="https://www.flickr.com/photos/{{ site.flickr_username| cgi_escape | escape }}" class="button button--sacnite button--round-l">
26-
<i class="fa fa-flickr" title="Flickr link"></i>
26+
<i class="fab fa-flickr" title="Flickr link"></i>
2727
</a>
2828
</li>
2929
{%- endif -%}
3030
{%- if site.github_username -%}
3131
<li>
3232
<a target="_blank" href="https://github.com/{{ site.github_username| cgi_escape | escape }}" class="button button--sacnite button--round-l">
33-
<i class="fa fa-github" title="Github link"></i>
33+
<i class="fab fa-github" title="Github link"></i>
3434
</a>
3535
</li>
3636
{%- endif -%}
3737
{%- if site.instagram_username -%}
3838
<li>
3939
<a target="_blank" href="https://www.instagram.com/{{ site.instagram_username| cgi_escape | escape }}" class="button button--sacnite button--round-l">
40-
<i class="fa fa-instagram" title="Instagram link"></i>
40+
<i class="fab fa-instagram" title="Instagram link"></i>
4141
</a>
4242
</li>
4343
{%- endif -%}
4444
{%- if site.linkedin_username -%}
4545
<li>
4646
<a target="_blank" href="https://www.linkedin.com/in/{{ site.linkedin_username| cgi_escape | escape }}" class="button button--sacnite button--round-l">
47-
<i class="fa fa-linkedin" title="Linkedin link"></i>
47+
<i class="fab fa-linkedin" title="Linkedin link"></i>
4848
</a>
4949
</li>
5050
{%- endif -%}
5151
{%- if site.xing_username -%}
5252
<li>
5353
<a target="_blank" href="https://www.xing.com/profile/{{ site.xing_username| cgi_escape | escape }}" class="button button--sacnite button--round-l">
54-
<i class="fa fa-xing" title="Xing link"></i>
54+
<i class="fab fa-xing" title="Xing link"></i>
5555
</a>
5656
</li>
5757
{%- endif -%}
5858
{%- if site.pinterest_username -%}
5959
<li>
6060
<a target="_blank" href="https://www.pinterest.com/{{ site.pinterest_username| cgi_escape | escape }}" class="button button--sacnite button--round-l">
61-
<i class="fa fa-pinterest" title="Pintrest link"></i>
61+
<i class="fab fa-pinterest" title="Pintrest link"></i>
6262
</a>
6363
</li>
6464
{%- endif -%}
6565
{%- if site.twitter_username -%}
6666
<li>
6767
<a target="_blank" href="https://twitter.com/{{ site.twitter_username| cgi_escape | escape }}" class="button button--sacnite button--round-l">
68-
<i class="fa fa-twitter" title="Twitter link"></i>
68+
<i class="fab fa-twitter" title="Twitter link"></i>
6969
</a>
7070
</li>
7171
{%- endif -%}
7272
{%- if site.youtube_username -%}
7373
<li>
7474
<a target="_blank" href="https://www.youtube.com/{{ site.youtube_username| cgi_escape | escape }}" class="button button--sacnite button--round-l">
75-
<i class="fa fa-youtube-play" title="Youtube link"></i>
75+
<i class="fab fa-youtube" title="Youtube link"></i>
7676
</a>
7777
</li>
7878
{%- endif -%}
7979
{%- if site.googleplus_username -%}
8080
<li>
8181
<a target="_blank" href="https://plus.google.com/{{ site.googleplus_username| escape }}" class="button button--sacnite button--round-l">
82-
<i class="fa fa-google-plus" title="Google plus link"></i>
82+
<i class="fab fa-google-plus" title="Google plus link"></i>
8383
</a>
8484
</li>
8585
{%- endif -%}

Diff for: _sass/base.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,500,500italic,400italic,300italic,100italic,700italic);
22
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css);
3-
@import url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css);
3+
@import url(https://use.fontawesome.com/releases/v5.11.2/css/all.css);
4+
@import url(https://use.fontawesome.com/releases/v5.11.2/css/v4-shims.css);
45

56
button, input[type="button"], input[type="reset"], input[type="submit"] {
67
appearance: none;

Diff for: lib/modern-resume-theme/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ModernResumeTheme
2-
VERSION = "1.6.1"
2+
VERSION = "1.7.0"
33
end

0 commit comments

Comments
 (0)