jsonresume-theme-engineering 0.2.0 → 0.2.1

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.
package/Makefile CHANGED
@@ -2,7 +2,7 @@ HBS_TEMPLATES = $(sort $(wildcard partials/** views/** resume.hbs ))
2
2
 
3
3
  all: resume.png
4
4
 
5
- resume.json:
5
+ resume.json: sample-resume.json
6
6
  cp sample-resume.json resume.json
7
7
 
8
8
  resume.pdf: resume.json index.js $(HBS_TEMPLATES)
package/TODO.md ADDED
@@ -0,0 +1 @@
1
+ - switch from resume-cli to https://github.com/rbardini/resumed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsonresume-theme-engineering",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "JSON Resume theme for engineers",
5
5
  "keywords": [
6
6
  "jsonresume",
Binary file
Binary file
package/resume.png CHANGED
Binary file
@@ -6,7 +6,7 @@
6
6
  "email": "richard.hendriks@piedpiper.com",
7
7
  "phone": "(912) 555-4321",
8
8
  "website": "http://piedpiper.com",
9
- "summary": "Richard hails from Tulsa. He has earned degrees from the University of Oklahoma and Stanford. (Go Sooners and Cardinals!) Before starting Pied Piper, he worked for Hooli as a part time software developer. While his work focuses on applied information theory, mostly optimizing lossless compression schema of both the length-limited and adaptive variants, his non-work interests range widely, everything from quantum computing to chaos theory. He could tell you about it, but THAT would NOT be a length-limited conversation!",
9
+ "summary": "Richard hails from <strong>Tulsa</strong>. He has earned degrees from the University of Oklahoma and Stanford. (Go Sooners and Cardinals!) Before starting Pied Piper, he worked for <a href='http://www.hooli.xyz/'>Hooli</a> as a part time software developer. While his work focuses on applied information theory, mostly optimizing lossless compression schema of both the length-limited and adaptive variants, his non-work interests range widely, everything from quantum computing to chaos theory. He could tell you about it, but THAT would NOT be a <em>“length-limited”</em> conversation!",
10
10
  "location": {
11
11
  "address": "Newell Road",
12
12
  "postalCode": "94303",
@@ -41,7 +41,7 @@
41
41
  "summary": "Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores™ that are not merely competitive, but approach the theoretical limit of lossless compression.",
42
42
  "highlights": [
43
43
  "Build an algorithm for artist to detect if their music was violating copy right infringement laws",
44
- "Successfully won Techcrunch Disrupt",
44
+ "Successfully won <a href='https://techcrunch.com/event-type/disrupt/'>Techcrunch Disrupt</a>",
45
45
  "Optimized an algorithm that holds the current world record for Weisman Scores"
46
46
  ]
47
47
  },
@@ -52,7 +52,7 @@
52
52
  "startDate": "2014-01-01",
53
53
  "endDate": "2014-04-06",
54
54
  "highlights": [
55
- "Worked on optimizing the backend algorithms for Hooli"
55
+ "Worked on optimizing the backend algorithms for <a href='http://www.hooli.xyz/'>Hooli</a>"
56
56
  ]
57
57
  },
58
58
  {
@@ -62,7 +62,7 @@
62
62
  "startDate": "2013-01-01",
63
63
  "endDate": "2014-01-01",
64
64
  "highlights": [
65
- "Contributed bugfixes and smaller features for Hooli"
65
+ "Contributed bugfixes and smaller features for <a href='http://www.hooli.xyz/'>Hooli</a>"
66
66
  ]
67
67
  }
68
68
  ],
@@ -90,8 +90,8 @@
90
90
  "endDate": "2014-01-01",
91
91
  "gpa": "GPA 4.0",
92
92
  "courses": [
93
- "DB1101 - Basic SQL",
94
- "CS2011 - Java Introduction"
93
+ "<strong>DB1101</strong> - Basic SQL",
94
+ "<strong>CS2011</strong> - Java Introduction"
95
95
  ]
96
96
  }
97
97
  ],
package/style.css CHANGED
@@ -2,7 +2,15 @@
2
2
  body {
3
3
  font-family: Georgia, serif;
4
4
  font-size: 11px;
5
- margin: 24px 48px;
5
+ display: flex;
6
+ justify-content: center;
7
+ }
8
+
9
+ #resume {
10
+ max-width: 800px;
11
+ width: 100%;
12
+ padding: 24px 48px;
13
+ box-sizing: border-box;
6
14
  }
7
15
 
8
16
  h1 {
@@ -83,7 +91,7 @@ a {
83
91
  size: portrait;
84
92
  margin: 10mm 25mm;
85
93
  }
86
- .resume {
94
+ #resume {
87
95
  max-width: 100%;
88
96
  border: 0px;
89
97
  background: #fff;
@@ -92,7 +100,7 @@ a {
92
100
  }
93
101
  body,
94
102
  html,
95
- .resume {
103
+ #resume {
96
104
  margin: 0px;
97
105
  padding: 0px;
98
106
  }
package/views/awards.hbs CHANGED
@@ -6,7 +6,7 @@
6
6
  <li>
7
7
  {{#if title}}
8
8
  {{#if summary}}
9
- <strong>{{title}}</strong>: {{summary}}
9
+ <strong>{{title}}</strong>: {{{summary}}}
10
10
  {{else}}
11
11
  <strong>{{title}}</strong>
12
12
  {{/if}}
package/views/basics.hbs CHANGED
@@ -18,7 +18,7 @@
18
18
  {{#if summary}}
19
19
  <div class="summary">
20
20
  <h2>Summary</h2>
21
- <p>{{summary}}</p>
21
+ <p>{{{summary}}}</p>
22
22
  </div>
23
23
  {{/if}}
24
24
  </section>
@@ -22,7 +22,7 @@
22
22
  {{#if courses.length}}
23
23
  <ul class="courses">
24
24
  {{#each courses}}
25
- <li>{{.}}</li>
25
+ <li>{{{.}}}</li>
26
26
  {{/each}}
27
27
  </ul>
28
28
  {{/if}}
@@ -5,14 +5,14 @@
5
5
  {{#> item title=organization subtitle=position location=location startDate=startDate endDate=endDate }}
6
6
  {{#if summary}}
7
7
  <div class="summary">
8
- <p>{{summary}}</p>
8
+ <p>{{{summary}}}</p>
9
9
  </div>
10
10
  {{/if}}
11
11
 
12
12
  {{#if highlights.length}}
13
13
  <ul class="highlights">
14
14
  {{#each highlights}}
15
- <li>{{.}}</li>
15
+ <li>{{{.}}}</li>
16
16
  {{/each}}
17
17
  </ul>
18
18
  {{/if}}
package/views/work.hbs CHANGED
@@ -7,7 +7,7 @@
7
7
  {{#if highlights.length}}
8
8
  <ul class="highlights">
9
9
  {{#each highlights}}
10
- <li>{{.}}</li>
10
+ <li>{{{.}}}</li>
11
11
  {{/each}}
12
12
  </ul>
13
13
  {{/if}}
Binary file
package/resume.old.png DELETED
Binary file