modern-resume-theme 1.6.1 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/_includes/header.html +11 -11
- data/_sass/base.scss +2 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: df0e7a3ec3a3568f32485574efc65f08bd6590be06a96b3b71117730ef49a68d
|
|
4
|
+
data.tar.gz: 56134fefcd9c93f258fddaa95d897ae4ce5316d61b88a43b6053bdb798eda05c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79600b3c163979902d0e2ab9c7e7bad36a4524c21a7d43dac7f88dc4ff5a3ff211bf63b73ea03da835f6489813144d9f9ef1a12f806fccacba0adaff27d9801f
|
|
7
|
+
data.tar.gz: 7adc0e53d7a2df11e6c7f0766ffed647dc614fa48a39a48ae43af2bb52b62ff0e984ca883f4e984a5c9560c74edf5fd5ce8de2744f8a743195633d6a9d28281e
|
data/_includes/header.html
CHANGED
|
@@ -9,77 +9,77 @@
|
|
|
9
9
|
{%- if site.dribbble_username -%}
|
|
10
10
|
<li>
|
|
11
11
|
<a target="_blank" href="https://dribbble.com/{{ site.dribbble_username| cgi_escape | escape }}" class="button button--sacnite button--round-l">
|
|
12
|
-
<i class="
|
|
12
|
+
<i class="fab fa-dribbble-square" title="Dribble link"></i>
|
|
13
13
|
</a>
|
|
14
14
|
</li>
|
|
15
15
|
{%- endif -%}
|
|
16
16
|
{%- if site.facebook_username -%}
|
|
17
17
|
<li>
|
|
18
18
|
<a target="_blank" href="https://www.facebook.com/{{ site.facebook_username| cgi_escape | escape }}" class="button button--sacnite button--round-l">
|
|
19
|
-
<i class="
|
|
19
|
+
<i class="fab fa-facebook" title="Facebook link"></i>
|
|
20
20
|
</a>
|
|
21
21
|
</li>
|
|
22
22
|
{%- endif -%}
|
|
23
23
|
{%- if site.flickr_username -%}
|
|
24
24
|
<li>
|
|
25
25
|
<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="
|
|
26
|
+
<i class="fab fa-flickr" title="Flickr link"></i>
|
|
27
27
|
</a>
|
|
28
28
|
</li>
|
|
29
29
|
{%- endif -%}
|
|
30
30
|
{%- if site.github_username -%}
|
|
31
31
|
<li>
|
|
32
32
|
<a target="_blank" href="https://github.com/{{ site.github_username| cgi_escape | escape }}" class="button button--sacnite button--round-l">
|
|
33
|
-
<i class="
|
|
33
|
+
<i class="fab fa-github" title="Github link"></i>
|
|
34
34
|
</a>
|
|
35
35
|
</li>
|
|
36
36
|
{%- endif -%}
|
|
37
37
|
{%- if site.instagram_username -%}
|
|
38
38
|
<li>
|
|
39
39
|
<a target="_blank" href="https://www.instagram.com/{{ site.instagram_username| cgi_escape | escape }}" class="button button--sacnite button--round-l">
|
|
40
|
-
<i class="
|
|
40
|
+
<i class="fab fa-instagram" title="Instagram link"></i>
|
|
41
41
|
</a>
|
|
42
42
|
</li>
|
|
43
43
|
{%- endif -%}
|
|
44
44
|
{%- if site.linkedin_username -%}
|
|
45
45
|
<li>
|
|
46
46
|
<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="
|
|
47
|
+
<i class="fab fa-linkedin" title="Linkedin link"></i>
|
|
48
48
|
</a>
|
|
49
49
|
</li>
|
|
50
50
|
{%- endif -%}
|
|
51
51
|
{%- if site.xing_username -%}
|
|
52
52
|
<li>
|
|
53
53
|
<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="
|
|
54
|
+
<i class="fab fa-xing" title="Xing link"></i>
|
|
55
55
|
</a>
|
|
56
56
|
</li>
|
|
57
57
|
{%- endif -%}
|
|
58
58
|
{%- if site.pinterest_username -%}
|
|
59
59
|
<li>
|
|
60
60
|
<a target="_blank" href="https://www.pinterest.com/{{ site.pinterest_username| cgi_escape | escape }}" class="button button--sacnite button--round-l">
|
|
61
|
-
<i class="
|
|
61
|
+
<i class="fab fa-pinterest" title="Pintrest link"></i>
|
|
62
62
|
</a>
|
|
63
63
|
</li>
|
|
64
64
|
{%- endif -%}
|
|
65
65
|
{%- if site.twitter_username -%}
|
|
66
66
|
<li>
|
|
67
67
|
<a target="_blank" href="https://twitter.com/{{ site.twitter_username| cgi_escape | escape }}" class="button button--sacnite button--round-l">
|
|
68
|
-
<i class="
|
|
68
|
+
<i class="fab fa-twitter" title="Twitter link"></i>
|
|
69
69
|
</a>
|
|
70
70
|
</li>
|
|
71
71
|
{%- endif -%}
|
|
72
72
|
{%- if site.youtube_username -%}
|
|
73
73
|
<li>
|
|
74
74
|
<a target="_blank" href="https://www.youtube.com/{{ site.youtube_username| cgi_escape | escape }}" class="button button--sacnite button--round-l">
|
|
75
|
-
<i class="
|
|
75
|
+
<i class="fab fa-youtube" title="Youtube link"></i>
|
|
76
76
|
</a>
|
|
77
77
|
</li>
|
|
78
78
|
{%- endif -%}
|
|
79
79
|
{%- if site.googleplus_username -%}
|
|
80
80
|
<li>
|
|
81
81
|
<a target="_blank" href="https://plus.google.com/{{ site.googleplus_username| escape }}" class="button button--sacnite button--round-l">
|
|
82
|
-
<i class="
|
|
82
|
+
<i class="fab fa-google-plus" title="Google plus link"></i>
|
|
83
83
|
</a>
|
|
84
84
|
</li>
|
|
85
85
|
{%- endif -%}
|
data/_sass/base.scss
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,500,500italic,400italic,300italic,100italic,700italic);
|
|
2
2
|
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css);
|
|
3
|
-
@import url(
|
|
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);
|
|
4
5
|
|
|
5
6
|
button, input[type="button"], input[type="reset"], input[type="submit"] {
|
|
6
7
|
appearance: none;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: modern-resume-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Grant
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-11-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: github-pages
|
|
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
102
102
|
version: '0'
|
|
103
103
|
requirements: []
|
|
104
104
|
rubyforge_project:
|
|
105
|
-
rubygems_version: 2.
|
|
105
|
+
rubygems_version: 2.7.7
|
|
106
106
|
signing_key:
|
|
107
107
|
specification_version: 4
|
|
108
108
|
summary: A modern simple static resume template and theme. Powered by Jekyll and GitHub
|