jekyll-theme-lucas-minima 0.1.13 → 0.1.15

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: 3cefb78b71f7e30f525d5d70f3db40522a25f4a97af366cfcb17937504c3e54b
4
+ data.tar.gz: 395c15eea870276fc4d57e8958da691b3d0e77ebb8ebdbe9d7aa8072c1700172
5
5
  SHA512:
6
- metadata.gz: 0f1cf6e2dd18a03c2566d71295852d4440aaf3b5b2dbaa758ae808563270f202c9e0ee83a8d7a67b9e8513fece187b7a364b19201fbc2e2080941f80f0c641dd
7
- data.tar.gz: 9562954d06c0284c8b3cccb85c8a85a382326b51ede6cb4b96581c283d7910521d154e5bdd8711006b35a04fec091343bdf6cce3e2aaef61a7455bc1fc5188bd
6
+ metadata.gz: 9aba453855a0a97944f6471161b8df8673bbf675907652b88c7ad153bf73f2e174b6228d8809923550fd3c51f9d253d8e2fd13a3c18e5fd976ca5cc54bfe6b95
7
+ data.tar.gz: d4fdb02d129c2a24927d248415e8df901f1aa618c84c0186f92b4decd01f8db88de28c35ad48f7c7e59e0520b8f7d71ce4b55785c2d93cd73ba9328e3ea7c935
@@ -3,20 +3,20 @@
3
3
 
4
4
  <div class="wrapper">
5
5
 
6
- <h2 class="footer-heading">{{ site.title | escape }}</h2>
6
+ <h2 class="footer-heading">{{ site.footer_title | escape }}</h2>
7
7
 
8
8
  <div class="footer-col-wrapper">
9
9
  <div class="footer-col footer-col-1">
10
10
  <ul class="contact-list">
11
11
  <li class="p-name">
12
12
  {%- if site.author -%}
13
- {{ site.author | escape }}
13
+ Made by {{ site.author | escape }}
14
14
  {%- else -%}
15
- {{ site.title | escape }}
15
+ {{ site.footer_title | escape }}
16
16
  {%- endif -%}
17
17
  </li>
18
- {%- if site.email -%}
19
- <li><a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a></li>
18
+ {%- if site.resume_contact_email -%}
19
+ <li><a class="u-email" href="mailto:{{ site.resume_contact_email }}">{{ site.resume_contact_email }}</a></li>
20
20
  {%- endif -%}
21
21
  </ul>
22
22
  </div>
@@ -2,9 +2,9 @@
2
2
  {%- if site.dribbble_username -%}<li><a href="https://dribbble.com/{{ site.dribbble_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#dribbble' | relative_url }}"></use></svg> <span class="username">{{ site.dribbble_username| escape }}</span></a></li>{%- endif -%}
3
3
  {%- if site.facebook_username -%}<li><a href="https://www.facebook.com/{{ site.facebook_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#facebook' | relative_url }}"></use></svg> <span class="username">{{ site.facebook_username| escape }}</span></a></li>{%- endif -%}
4
4
  {%- if site.flickr_username -%}<li><a href="https://www.flickr.com/photos/{{ site.flickr_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#flickr' | relative_url }}"></use></svg> <span class="username">{{ site.flickr_username| escape }}</span></a></li>{%- endif -%}
5
- {%- if site.github_username -%}<li><a href="https://github.com/{{ site.github_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"></use></svg> <span class="username">{{ site.github_username| escape }}</span></a></li>{%- endif -%}
5
+ {%- if site.resume_social_links.resume_github_url -%}<li><a href="{{ site.resume_social_links.resume_github_url| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"></use></svg> <span class="username">{{ site.github_username| escape }}</span></a></li>{%- endif -%}
6
6
  {%- if site.instagram_username -%}<li><a href="https://instagram.com/{{ site.instagram_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#instagram' | relative_url }}"></use></svg> <span class="username">{{ site.instagram_username| escape }}</span></a></li>{%- endif -%}
7
- {%- if site.linkedin_username -%}<li><a href="https://www.linkedin.com/in/{{ site.linkedin_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#linkedin' | relative_url }}"></use></svg> <span class="username">{{ site.linkedin_username| escape }}</span></a></li>{%- endif -%}
7
+ {%- if site.resume_social_links.resume_linkedin_url -%}<li><a href="{{ site.resume_social_links.resume_linkedin_url| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#linkedin' | relative_url }}"></use></svg> <span class="username">{{ site.linkedin_username| escape }}</span></a></li>{%- endif -%}
8
8
  {%- if site.pinterest_username -%}<li><a href="https://www.pinterest.com/{{ site.pinterest_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#pinterest' | relative_url }}"></use></svg> <span class="username">{{ site.pinterest_username| escape }}</span></a></li>{%- endif -%}
9
9
  {%- for mst in site.mastodon -%}{%- if mst.username and mst.instance -%}<li><a href="https://{{ mst.instance| cgi_escape | escape}}/@{{mst.username}}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#mastodon' | relative_url }}"></use></svg> <span class="username">{{ mst.username|escape }}</span></a></li>{%- endif -%}{%- endfor -%}
10
10
  {%- if site.twitter_username -%}<li><a href="https://www.twitter.com/{{ site.twitter_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#twitter' | relative_url }}"></use></svg> <span class="username">{{ site.twitter_username| escape }}</span></a></li>{%- endif -%}
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,14 +1,14 @@
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.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - LucasZ-SGP
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-21 00:00:00.000000000 Z
11
+ date: 2023-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll