jekyll-theme-lucas-minima 0.1.7 → 0.1.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: 3feb437ed028d62fc89280dd1c4e94f2d23f737f06d190e15c3ac7eb8b8b9932
4
- data.tar.gz: 350dcc5dede5660475e3e9959c22f221cd1f907e6e98135e6c665766f56ea089
3
+ metadata.gz: d8a130cf13ae06cf81df03114e084d114f7d73560004f393957c7c888af1a41e
4
+ data.tar.gz: d40668f1b3cad7bc18921b4215cd9ef30b9605a145c9769242557de24466f47a
5
5
  SHA512:
6
- metadata.gz: 32e1ab5121a0087e91d2994a69df13e2e8009edefd89c655be3dc341ceba0d4fb4722379cdf66d7b7cfa0572baeb85486407fb17029c1966b86694403a8e7372
7
- data.tar.gz: 2d17b4c06fa0a129133ae340cb1b219b5818c8ac49c5b4526975c9d78e13ce09a11cb804944d367d80ade4161f2e648bfb02f659f462ec2ae702168db5c2c3f3
6
+ metadata.gz: 3c12bfe8627e4425ebc0eaec62880eec41527a63d5db0ddd7bda83aa51726ffdde7407b84eb0804d20fe894bd10985ace1aca229f0decbc2731354a5740c6853
7
+ data.tar.gz: e070437b4022992beb0daa481a882028ee3b52dfec848a78945fefdd7a9f8613c0806a9f0a94fb13d480dc8d1f66e0ff5b2f6ca6d8425fb50f9be8bbb116a3c7
data/_includes/head.html CHANGED
@@ -8,4 +8,8 @@
8
8
  {%- if jekyll.environment == 'production' and site.google_analytics -%}
9
9
  {%- include google-analytics.html -%}
10
10
  {%- endif -%}
11
+
12
+ {% if site.resume_theme == 'default' %}
13
+ <link href='https://fonts.googleapis.com/css?family=Lora:400,700|Open+Sans:400,300,800,700' rel='stylesheet' type='text/css'>
14
+ {% endif %}
11
15
  </head>
data/_layouts/resume.html CHANGED
@@ -48,19 +48,14 @@ 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>
52
- Email:
53
- <a href="mailto:{{ site.resume_contact_email }}"
54
- >{{ site.resume_contact_email }}</a>
55
- </p>
51
+ <p>Email: <a href="mailto:{{ site.resume_contact_email }}">{{ site.resume_contact_email }}</a></p>
56
52
  <p>Contact: {{ site.resume_contact_number }}</p>
57
53
  </div>
58
54
  {% elsif site.resume_looking_for_work == 'no' %}
59
- <p class="contact-info not-looking no-print">
60
- I'm not looking for work right now.
61
- </p>
55
+ <p class="contact-info not-looking no-print">I'm not looking for work right now.</p>
62
56
  {% else %} {% endif %}
63
- </header>
57
+
58
+
64
59
 
65
60
  {% if site.resume_section_experience %}
66
61
  <!-- begin Experience -->
data/_sass/_resume.scss CHANGED
@@ -133,7 +133,7 @@
133
133
  .contact-info {
134
134
  margin: 1.5rem auto;
135
135
  width: 300px;
136
- text-align: center;
136
+ text-align: left;
137
137
 
138
138
  p {
139
139
  margin: 0.5rem 0;
@@ -146,7 +146,8 @@
146
146
  @include transition(color 0.2s ease);
147
147
 
148
148
  &:hover {
149
- color: #fff;
149
+ color: #9c9c9c;
150
+ font-weight: bold;
150
151
  }
151
152
  }
152
153
  }
@@ -154,6 +155,7 @@
154
155
 
155
156
  .not-looking {
156
157
  width: 400px;
158
+ text-align: center;
157
159
  }
158
160
 
159
161
 
@@ -39,6 +39,7 @@
39
39
  .page-link {
40
40
  color: $text-color;
41
41
  line-height: $base-line-height;
42
+ position: relative;
42
43
 
43
44
  // Gaps between nav items, but not on the last one
44
45
  &:not(:last-child) {
@@ -50,6 +51,7 @@
50
51
  color: #fff; // Set the text color for the active page
51
52
  border-radius: 5px; // Add rounded corners to create a button-like effect
52
53
  padding: 5px 10px; // Add padding for better appearance
54
+ position: relative;
53
55
  }
54
56
  }
55
57
 
@@ -60,7 +62,7 @@
60
62
  border-radius: 5px;
61
63
  padding: 5px 10px;
62
64
  }
63
-
65
+
64
66
  position: absolute;
65
67
  top: 9px;
66
68
  right: $spacing-unit / 2;
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.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - LucasZ-SGP