modern-resume-theme 2.0.4 → 2.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ef3c473b15c8f4e46badd8f007b84e41e6e45f46096a89d82803801a8d1c610
4
- data.tar.gz: 6bf62fdf1e8779288a0e8bae20cc9b8ed71299e00b027ec607ab7f420c3225d4
3
+ metadata.gz: '085021dc1b1739b60815e5e2986e7c9d277bf159ec956435e3a9c9a8de3a2f6a'
4
+ data.tar.gz: 6e41ff88f81b7e9ea5b6ff50a9d6980290e2c0257be9f33bf7403cce2d62f18a
5
5
  SHA512:
6
- metadata.gz: 111fb80c1366a0b820f962f34711de97ef97dd36dbf0fd2c2d2b80bcea26a9d597fc5367c845afef94be910114b7a9140a63810630dce9b9613b5f1f4324f07a
7
- data.tar.gz: fae79e7590da01a775d8e643b3165d702a89bbd601d4a25800d4361407a16558d2e70930db96a6c455f3a693b836851f8ac8621f0cf08970a4c3f00f04a8158a
6
+ metadata.gz: 7075aea39fca853acfdc3c1554b61989058bf41283555a641b706ea2c4dd5f14ef266d92ba54bbcffb982006a99c0e095288a958126fa41e072a823b8e33f859
7
+ data.tar.gz: 49554aaf8e674d230a626f233dc2a9e4af715b130d2b5ca655e4f3b014b05f33a8faffee8a32411ed4d880a822df424e805e6d83b6346e1f44cb07ee2050430b
@@ -1,4 +1,4 @@
1
- <div class="container header-contianer">
1
+ <div class="container header-container">
2
2
  <div class="row">
3
3
  <div class="col-xs-12 col-sm-6 col-md-6 col-lg-8 header-left">
4
4
  <h1>{{ site.name | escape }}</h1>
@@ -83,17 +83,17 @@
83
83
  </a>
84
84
  </li>
85
85
  {%- endif -%}
86
- {%- if site.googleplus_username -%}
86
+ {%- if site.orcid_username -%}
87
87
  <li>
88
- <a target="_blank" href="https://plus.google.com/{{ site.googleplus_username| escape }}" class="button button--sacnite button--round-l">
89
- <i class="fab fa-google-plus" title="Google plus link"></i>
88
+ <a target="_blank" href="https://orcid.org/{{ site.orcid_username | escape }}" class="button button--sacnite button--round-l">
89
+ <i class="fab fa-orcid" title="ORCiD link"></i>
90
90
  </a>
91
91
  </li>
92
92
  {%- endif -%}
93
- {%- if site.orcid_username -%}
93
+ {%- if site.googlescholar_username -%}
94
94
  <li>
95
- <a target="_blank" href="https://orcid.org/{{ site.orcid_username | escape }}" class="button button--sacnite button--round-l">
96
- <i class="fab fa-orcid" title="ORCiD link"></i>
95
+ <a target="_blank" href="https://scholar.google.com/citations?user={{ site.googlescholar_username| escape }}" class="button button--sacnite button--round-l">
96
+ <i class="fab fa-google" title="Google scholar link"></i>
97
97
  </a>
98
98
  </li>
99
99
  {%- endif -%}
@@ -1,5 +1,5 @@
1
1
  {% for item in include.content %}
2
- <div class="row clearfix layout layout-{{item.layout | default: 'left'}}">
2
+ <div class="row clearfix layout layout-{{item.layout | default: 'left'}} border-{{item.border | default: 'no'}}">
3
3
  <div class="col-xs-12 col-sm-4 col-md-3 col-print-12 details">
4
4
  <h4 id="{{ item.title | slugify }}">{{ item.title }}</h4>
5
5
  {%- if item.sub_title -%}<p><b>{{ item.sub_title }}</b></p>{%- endif -%}
data/_sass/base.scss CHANGED
@@ -162,7 +162,7 @@ body {
162
162
  }
163
163
  }
164
164
 
165
- .header-contianer {
165
+ .header-container {
166
166
  margin-top:50px;
167
167
  }
168
168
 
@@ -14,7 +14,7 @@
14
14
  }
15
15
 
16
16
  @media screen and (max-width: 768px) {
17
- .header-contianer div{
17
+ .header-container div{
18
18
  text-align: center;
19
19
  }
20
20
 
@@ -58,6 +58,11 @@
58
58
  }
59
59
  }
60
60
 
61
+ .border-weak {
62
+ padding-bottom: 8px;
63
+ border-bottom: dashed 1px #CCCCCC;
64
+ }
65
+
61
66
  .layout {
62
67
  margin-top: 3rem;
63
68
  display: flex;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modern-resume-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Grant