Commit Graph

20 Commits

Author SHA1 Message Date
kjwon15 dc027951e4 Fix template CSS 2019-01-05 19:37:14 +09:00
Erik Waibel 442afa1889 Add new Roboto template and update versions for composer.json (#62)
* New 'roboto' template
* Change refresh rate to use input value
* Ignore Sublime project files
* Update styles - major changes
* Convert roboto styles into 'less' files. Update composer package versions.
2017-10-16 15:40:06 -07:00
Craig Davis 1a0ab1e237 Merge pull request #44 from jake-low/swissen-section-width
Widen section labels on swissen template
2015-05-11 06:29:25 -04:00
jake-low 8825a00413 Widen section labels on swissen template
I noticed that on the swissen template, the word "experience" was a bit
too long to use as a section label. Given that this is a pretty short
word, and also a very common section label for résumés, I widened the
section labels from 16% of the total width to 20% (and reduced the width
of the main text area to match) for both html and pdf renderings.
2015-05-10 17:45:57 -07:00
jake-low 97f2247ea2 Fix list overflow for swissen template
Based on there4/markdown-resume@ca2e1db; fixes the issue where list
items (such as those in the 'skills' section of sample.md) don't align
correctly if there's enough of them to wrap past the right margin. Also
fixes the width of those list items (there was wasted space on the right
before).
2015-05-10 17:40:11 -07:00
Craig Davis c863e6382e Merge pull request #39 from 501st-alpha1/fixSkillsSpacing
Decrease padding between items in Skills section
2015-03-17 13:11:31 -06:00
Scott Weldon 202eb5afc3 Decrease padding between items in Skills section
This wastes less empty space, and prevents lines from wrapping too
early.
2015-03-16 20:03:36 -07:00
Scott Weldon ca2e1db998 Fix list overflow for modern template
This fixes the tendency of large lists to flow past the section header
and cause the columns of the list to not be aligned correctly.
This also fixes an issue with the spacing between the end of said lists
and `<hr>`s.
2015-03-16 19:46:55 -07:00
Scott Weldon 005d1c5c6d Update modern template
Add margins to sub-headers; adjust related blocks so that everything
else still looks okay.
2015-03-14 17:41:48 -07:00
Craig Davis b9ed407b12 Release 2.0.8 : New `readable` theme
Includes support for new /links folder in the template directory
2014-05-17 11:02:23 -05:00
Ahmad Nazir Raja e45bd181f0 Removed the div tags. 2014-05-16 00:11:21 +02:00
Ahmad Nazir Raja 67c5b83e30 Using the bootswatch 'readable' template. 2014-05-16 00:07:39 +02:00
Craig Davis 738f5b2b76 Add optional value to the --refresh option. Closes #15 2014-03-24 09:33:27 -05:00
Craig Davis 389a34b67e Add new helvetica based tempate from Aaron Glen 2014-03-10 08:56:02 -05:00
Craig Davis 6c70c5b8e1 Code formatting and general cleaning.
* Update descriptions of templates
* Fix a couple of references to the FogBugz
2014-01-12 15:31:27 -07:00
Craig Davis 8f43dc5c29 Add templates command as warmup for other commands
* Add descriptions to the templates
* Update twig formatters and fix some output bugs
2014-01-12 08:57:39 -07:00
Roland O'Leary 07df0a230e Fix content size of dls in the modern template when pdf-izing 2013-11-24 21:39:47 -05:00
Craig Davis da01a0b680 Add page breaking and block rules to dl elements. This appears to fix #2.
The `dl` elements have been given an explicit `display:block` and page
break avoid rule. In initial testing, this fixes the wkhtmltopdf bug of
splitting lines in a multi-page document.

See http://stackoverflow.com/questions/8786755 for links and discussion.
2013-09-14 09:42:20 -06:00
Craig Davis 54c28189e1 New Blockish theme
* Adding a new blockish theme with a blue header and an adaptive
design.
* Printable PDF version still needs some work, but overall, this is a
nice layout.
2013-03-19 09:45:36 -05:00
Craig Davis a98b3602f5 Initial work towards template support
* Simple refactoring of the config system
* Add new unstyled template
* Add new modern template (previously the only)
* Add placeholder for blocky template
* Relocate autoloader
* Move build to ./bin
2013-03-18 21:36:06 -05:00