jekyll-theme-lucas-minima 0.1.7 → 0.1.9

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: 7805bdd3e55da2680ec7535e25c281024722cc05d04a31ee168846117c5b5e69
4
+ data.tar.gz: 707b7915e05b6d98742ade74076903bd55091f8967d574c05087411ce12a4aca
5
5
  SHA512:
6
- metadata.gz: 32e1ab5121a0087e91d2994a69df13e2e8009edefd89c655be3dc341ceba0d4fb4722379cdf66d7b7cfa0572baeb85486407fb17029c1966b86694403a8e7372
7
- data.tar.gz: 2d17b4c06fa0a129133ae340cb1b219b5818c8ac49c5b4526975c9d78e13ce09a11cb804944d367d80ade4161f2e648bfb02f659f462ec2ae702168db5c2c3f3
6
+ metadata.gz: 5d091042d3f7a67c3920a64c7f215f02f7d78202720aab28093e64859644c10c633387f70b85eb4a017e73f4866d77224e5940c533582c4ebe45d9a4f281992d
7
+ data.tar.gz: bf8849266fbe38202861919c4f310e1c96fb3093cf55e2a39057fa03ec20efd371cc982c11ea80804ee899e7e61ab0da774bad6f119a2a4893c8058f51dcaa5a
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
@@ -132,21 +132,25 @@
132
132
 
133
133
  .contact-info {
134
134
  margin: 1.5rem auto;
135
- width: 300px;
136
- text-align: center;
135
+ text-align: left;
137
136
 
138
137
  p {
139
138
  margin: 0.5rem 0;
140
139
  @include sans_light;
141
140
  color: #333;
141
+ text-align: left;
142
142
 
143
143
  a {
144
144
  color: #333;
145
145
  text-decoration: none;
146
+ border-bottom: 1px solid;
147
+ font-weight: 400;
146
148
  @include transition(color 0.2s ease);
147
149
 
148
150
  &:hover {
149
- color: #fff;
151
+ color: #9c9c9c;
152
+ border-bottom: none;
153
+ font-weight: bold;
150
154
  }
151
155
  }
152
156
  }
@@ -154,6 +158,7 @@
154
158
 
155
159
  .not-looking {
156
160
  width: 400px;
161
+ text-align: center;
157
162
  }
158
163
 
159
164
 
@@ -39,6 +39,8 @@
39
39
  .page-link {
40
40
  color: $text-color;
41
41
  line-height: $base-line-height;
42
+ position: relative;
43
+ padding: 5px 10px;
42
44
 
43
45
  // Gaps between nav items, but not on the last one
44
46
  &:not(:last-child) {
@@ -50,6 +52,7 @@
50
52
  color: #fff; // Set the text color for the active page
51
53
  border-radius: 5px; // Add rounded corners to create a button-like effect
52
54
  padding: 5px 10px; // Add padding for better appearance
55
+ position: relative;
53
56
  }
54
57
  }
55
58
 
@@ -60,7 +63,7 @@
60
63
  border-radius: 5px;
61
64
  padding: 5px 10px;
62
65
  }
63
-
66
+
64
67
  position: absolute;
65
68
  top: 9px;
66
69
  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.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - LucasZ-SGP