jsonresume-theme-engineering-leader 1.0.1 → 1.0.2
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/README.md +8 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
# jsonresume-theme-engineering
|
|
1
|
+
# jsonresume-theme-engineering-leader
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://www.npmjs.org/package/jsonresume-theme-engineering-leader)
|
|
4
|
+
|
|
5
|
+
This is the engineering theme for [JSON Resume](http://jsonresume.org/), based off of [jsonresume-theme-engineering](https://github.com/skoenig/jsonresume-theme-engineering) and aims to implement the best practices for [engineering resumes](https://www.reddit.com/r/EngineeringResumes/wiki/index/). The original version was intended for [senior/staff level engineers](https://www.reddit.com/r/EngineeringResumes/wiki/index/#wiki_senior_engineers_and_above_.2810.2B_yoe.29) but this version is modified for CTOs/VPs/Directors.
|
|
4
6
|
|
|
5
7
|
<p align="center">
|
|
6
8
|
<kbd>
|
|
@@ -52,3 +54,7 @@ resume export --resume example/resume-example.json --theme . example/resume-exam
|
|
|
52
54
|
## License
|
|
53
55
|
|
|
54
56
|
Available under [the MIT license](http://mths.be/mit).
|
|
57
|
+
|
|
58
|
+
## About & Contributing
|
|
59
|
+
|
|
60
|
+
This is a very small personal project but feel free to contribute and I will do my best to merge fixes and contributions.
|