jekyll-theme-lucas-minima 0.1.13 → 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: f55b75ffb409e50d32886b6fbe7d11efc4555a4d74e77b48cdbcdf66872ce89a
4
- data.tar.gz: 8a40d1a1629d3733d709ed2405b49e5fa5cd584760bf7519e9dac0a6bea29b50
3
+ metadata.gz: 1090dc79b8203a535a82b8ebf09be1fe41c787c6cecdb1b10c0f99f9b16fe61b
4
+ data.tar.gz: 6c3fe4875bd860d05e7a1e6850b3d3944b0195d9ff579578b1c0f9a45025536a
5
5
  SHA512:
6
- metadata.gz: 0f1cf6e2dd18a03c2566d71295852d4440aaf3b5b2dbaa758ae808563270f202c9e0ee83a8d7a67b9e8513fece187b7a364b19201fbc2e2080941f80f0c641dd
7
- data.tar.gz: 9562954d06c0284c8b3cccb85c8a85a382326b51ede6cb4b96581c283d7910521d154e5bdd8711006b35a04fec091343bdf6cce3e2aaef61a7455bc1fc5188bd
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
@@ -141,8 +141,9 @@
141
141
  text-align: left;
142
142
  font-weight: bold;
143
143
 
144
- a {
144
+ .contact-details{
145
145
  color: #5e5e5e;
146
+ border-bottom: 1px solid;
146
147
  text-decoration: none;
147
148
  @include transition(color 0.2s ease);
148
149
 
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.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - LucasZ-SGP