modern-resume-theme 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 50e0c4cc809d46881ab41e1eb1a42978893371baef41d1c8de175c55b991d8a2
4
- data.tar.gz: 639c9f588197339076e900f9bca3304a5ba85f054eb2d30ecc10368c7b86a68c
2
+ SHA1:
3
+ metadata.gz: 896fce78ab7348b4af0b0b7e7a61ff4834ccc37d
4
+ data.tar.gz: fc4e10e898686fa11e96a5b47059e08eef49fcbf
5
5
  SHA512:
6
- metadata.gz: e95189cb4991f27d7434c2950fcf5b166b2811ee114c340f6ff37aa4a6352b608acd3c83a7c6d704a34dd50b9b697b5de0c2b3e9503a360ead706149afec9111
7
- data.tar.gz: 0cda74917a06e6c3bbc61df4678200aacd2632a9c6e666b781b6e70fdf602f29b47d6cb1e829282fe16d274ee251097f483b25beba067a8ee576ab4d1e96d8e9
6
+ metadata.gz: 13fc75da9a52aeadfb4c4a56dbf034a95b86c62344906a7964c08ad133744decb483dbe9c895b8356f09f78e82a60be7995c0e21cda53908e78596ce04afdc88
7
+ data.tar.gz: 3151b71fc9c4b57f6d2c390a241116d337744ae9029690a5c8672fa60ee9c0b67323b8be00c66bc1166b8b1f6760d921edf3b98b5d4086fffb241eec7492ff54
data/README.md CHANGED
@@ -1,11 +1,16 @@
1
1
  # modern-resume-theme [![Gem Version](https://badge.fury.io/rb/modern-resume-theme.svg)](https://badge.fury.io/rb/modern-resume-theme) [![Build Status](https://travis-ci.org/sproogen/modern-resume-theme.svg?branch=master)](https://travis-ci.org/sproogen/modern-resume-theme)
2
2
 
3
- *A modern simple static resume template and theme. Powered by Jekyll and GitHub pages.*
3
+ *A modern simple static resume template and theme. Powered by Jekyll and GitHub pages.*
4
+ *Host your own resume on GitHub for **free!***
4
5
 
5
6
  [View Demo](https://sproogen.github.io/modern-resume-theme/)
6
7
 
7
8
  ![img](screenshot.png)
8
9
 
10
+ *Thank you for checking out my resume theme / template. If you have any feedback or suggestions for things I can add please let me know by either by raising an [issue](https://github.com/sproogen/modern-resume-theme/issues/new/choose) or feel free to send me an email to [sprog31@gmail.com](mailto:sprog31@gmail.com). I would love to see how you are using it and I'm always happy to help.*
11
+
12
+ *If you would like to see how I am using this then you can view my resume [here (jameswgrant.co.uk)](http://www.jameswgrant.co.uk/) and find the code [here (sproogen/jameswgrant)](https://github.com/sproogen/jameswgrant), hopefully this might help you.*
13
+
9
14
  You can view the full project [roadmap here](https://github.com/sproogen/modern-resume-theme/projects/1).
10
15
 
11
16
  ## Installation & setup guide
@@ -4,8 +4,8 @@
4
4
  <div class="row clearfix education">
5
5
  <div class="col-xs-12 col-sm-4 col-md-3 left-column">
6
6
  <h4>{{ education.name }}</h4>
7
- <p>{{ education.dates }}</p>
8
7
  <p><b>{{ education.qualification }}</b></p>
8
+ <p>{{ education.dates }}</p>
9
9
  </div>
10
10
  <div class="col-xs-12 col-sm-8 col-md-9">
11
11
  {%- if education.quote -%}
@@ -3,12 +3,17 @@
3
3
  {% for experience in site.data.experience %}
4
4
  <div class="row clearfix experience">
5
5
  <div class="col-xs-12 col-sm-4 col-md-3 left-column">
6
- <h4>{{ experience.company }}</h4>
7
- {%- if experience.link -%}
8
- <a href="http://{{ experience.link }}" target="_blank">{{ experience.link }}</a>
9
- {%- endif -%}
10
- <p>{{ experience.dates }}</p>
6
+ <h4 class="name">
7
+ {%- if experience.link -%}
8
+ <a href="http://{{ experience.link }}" target="_blank">
9
+ {%- endif -%}
10
+ {{ experience.company }}
11
+ {%- if experience.link -%}
12
+ </a>
13
+ {%- endif -%}
14
+ </h4>
11
15
  <p><b>{{ experience.job_title }}</b></p>
16
+ <p>{{ experience.dates }}</p>
12
17
  </div>
13
18
  <div class="col-xs-12 col-sm-8 col-md-9">
14
19
  {%- if experience.quote -%}
@@ -5,7 +5,7 @@
5
5
  <div class="col-xs-12 col-sm-4 col-md-3 left-column">
6
6
  <h4>{{ project.name }}</h4>
7
7
  {%- if project.link -%}
8
- <a href="http://{{ project.link }}" target="_blank">{{ project.link }}</a>
8
+ <a href="http://{{ project.link }}" target="_blank" class="project-link">{{ project.link }}</a>
9
9
  {%- endif -%}
10
10
  <p>
11
11
  <a href="https://github.com/{{ project.github }}" target="_blank">
data/_sass/type.scss CHANGED
@@ -46,19 +46,19 @@ h3 {
46
46
  font-weight: 300;
47
47
  font-size: 3em;
48
48
  text-align: center;
49
- border-bottom: dashed 3px #CCCCCC;
49
+ border-bottom: dashed 2px #CCCCCC;
50
50
  padding-bottom: 10px;
51
51
  margin-bottom:40px;
52
52
  }
53
53
 
54
54
  h4 {
55
55
  font-weight: 300;
56
- font-size:3em;
56
+ font-size:2.5em;
57
57
  margin-bottom:3px;
58
58
  }
59
59
 
60
60
  p, ul {
61
- font-size: 1.8em;
61
+ font-size: 1.6em;
62
62
  text-align: justify;
63
63
  }
64
64
 
data/assets/main.scss CHANGED
@@ -41,7 +41,13 @@ ul.icons a {
41
41
  padding: 0;
42
42
  font-size: 1em;
43
43
  margin-bottom:20px;
44
- text-align: center;
44
+ text-align: right;
45
+ }
46
+
47
+ @media (max-width: 768px) {
48
+ .icons {
49
+ text-align: center;
50
+ }
45
51
  }
46
52
 
47
53
  .header-right p {
@@ -92,21 +98,60 @@ ul.icons a {
92
98
  }
93
99
  }
94
100
 
95
- .left-column a {
96
- font-size: 2em;
97
- color: inherit;
98
- font-style: italic;
99
- font-weight: 300;
100
- }
101
-
102
- .left-column p {
103
- text-align: left;
104
- margin-bottom: 3px;
105
- font-size: 1.6em;
101
+ .projects-container, .experience-container, .education-container {
102
+ h3 {
103
+ margin-bottom: 0;
104
+ }
106
105
  }
107
106
 
108
107
  .experience, .education, .project {
109
- margin-top:30px;
108
+ margin-top: 3em;
109
+
110
+ .left-column {
111
+ text-align: left;
112
+
113
+ p {
114
+ margin-bottom: 3px;
115
+ font-size: 1.6em;
116
+ text-align: inherit;
117
+ font-weight: 300;
118
+
119
+ b {
120
+ font-weight: 500;
121
+ }
122
+ }
123
+
124
+ @media (max-width: 768px) {
125
+ text-align: center;
126
+
127
+ p {
128
+ text-align: center;
129
+ }
130
+ }
131
+
132
+ a {
133
+ color: inherit;
134
+ font-style: italic;
135
+ font-weight: 300;
136
+ }
137
+
138
+ .fa {
139
+ font-size: 2em;
140
+ }
141
+
142
+ .project-link {
143
+ font-size: 1.5em;
144
+ }
145
+
146
+ h4 {
147
+ margin-bottom: 0.4em;
148
+ font-weight: 500;
149
+
150
+ a {
151
+ font-weight: 500;
152
+ }
153
+ }
154
+ }
110
155
  }
111
156
 
112
157
  .footer-container {
@@ -143,7 +188,8 @@ ul.icons a {
143
188
  }
144
189
 
145
190
  p.quote {
146
- font-size: 1.6em;
191
+ font-size: 1.4em;
147
192
  font-style: italic;
148
- padding: 10px 50px;
193
+ padding: 1em 2.5em;
194
+ text-align: center;
149
195
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modern-resume-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Grant
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-20 00:00:00.000000000 Z
11
+ date: 2018-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: github-pages
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  version: '0'
110
110
  requirements: []
111
111
  rubyforge_project:
112
- rubygems_version: 2.7.7
112
+ rubygems_version: 2.6.14
113
113
  signing_key:
114
114
  specification_version: 4
115
115
  summary: A modern simple static resume template and theme. Powered by Jekyll and GitHub