jekyll-theme-lucas-minima 0.1.12 → 0.1.14

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: 07337bfff28ee5182c3109a8bfee9bfe365c2a07e9546083da5b6dbfe9e8ae9f
4
- data.tar.gz: ed88e4f3982e80779ba9308cd2e241b0fa682f467b01601291ce26f2754dbf04
3
+ metadata.gz: 1090dc79b8203a535a82b8ebf09be1fe41c787c6cecdb1b10c0f99f9b16fe61b
4
+ data.tar.gz: 6c3fe4875bd860d05e7a1e6850b3d3944b0195d9ff579578b1c0f9a45025536a
5
5
  SHA512:
6
- metadata.gz: 5e139c2f5accee1e34836c18999dee189117cc69fd55297fa187cc2744ebe1a4a8a840df8f132e2266a0a21d764b582a86f5d318ff36bedc8ad5ddfe7a62afc4
7
- data.tar.gz: f2189fbb9bdcdb3d1ee31aab2c670fae92ef378b708419a121b3f71e65d244c6af430f91665ccf0546fa7d9093c1be44347aa1f261338b835898cc0ffefb8ade
6
+ metadata.gz: 7448bda37e9a8031f813b63373ffb1bdfed8938ac80279087e3480fa6755d93830a316b3c2b3fac624ee17662e361968d5addfda65376f9da4fce25f14f240d7
7
+ data.tar.gz: 851524ca994486580abdbb2a387b1988bda7ea1a0fc72e3300bb840671ca2aa4f57bb2407e211a90dc46f8d46f0e2e8b158bce8d65ac5116297d5d3366c1c61f
data/_layouts/resume.html CHANGED
@@ -48,8 +48,8 @@ layout: page-no-header
48
48
 
49
49
  {% if site.resume_looking_for_work == 'yes' %}
50
50
  <div class="contact-info no-print">
51
- <p>Email: <a href="mailto:{{ site.resume_contact_email }}">{{ site.resume_contact_email }}</a></p>
52
- <p>Contact: {{ site.resume_contact_number }}</p>
51
+ <p>Contact: <span class="contact-details">{{ site.resume_contact_number }}</span></p>
52
+ <p>Email: <a href="mailto:{{ site.resume_contact_email }}" class="contact-details">{{ site.resume_contact_email }}</a></p>
53
53
  </div>
54
54
  {% elsif site.resume_looking_for_work == 'no' %}
55
55
  <p class="contact-info not-looking no-print">I'm not looking for work right now.</p>
data/_sass/_resume.scss CHANGED
@@ -139,19 +139,16 @@
139
139
  @include sans_light;
140
140
  color: #333;
141
141
  text-align: left;
142
+ font-weight: bold;
142
143
 
143
- a {
144
- color: #333;
145
- text-decoration: none;
144
+ .contact-details{
145
+ color: #5e5e5e;
146
146
  border-bottom: 1px solid;
147
- letter-spacing: 0.235px;
147
+ text-decoration: none;
148
148
  @include transition(color 0.2s ease);
149
149
 
150
150
  &:hover {
151
151
  color: #9c9c9c;
152
- border-bottom: none;
153
- font-weight: bold;
154
- letter-spacing: 0px;
155
152
  }
156
153
 
157
154
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-lucas-minima
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - LucasZ-SGP