Age | Commit message (Collapse) | Author |
|
Updates to style to better handle code elements (lighter text and a very
light background color).
Removed rst build from makefile targets
Huge updates to the resume. Added a few items to DataRobot. Went back
and tagged skills items with relevant languages or tools (see earlier
code element item). Cleaned up some past jobs to save space and keep the
resume under **5 pages** (!!!), while increasing the font juuuust a
little bit both on print and screen medias.
Rewrote the profile description. This thing hasn't been touched in years
and years. Still relevant, but could be better. Also updated some
tooling experience durations.
Some minor corrections of capitalization and whitespace.
|
|
I've had too many job titles at this job, so this adds h3s for each job
title between the accomplishments within the timeline of the given job
title.
|
|
|
|
|
|
This was previously done with inline html and a special css class. This
just replaces all of that with some nice markdown emphasis.
|
|
|
|
Updated the header to be shorter. Simplified styles to make employer
names, dates of employment, and job titles line up better and more
easily. Also removed a fair amount of unused styling.
Changed the styling of job titles and dates to better accomodate
multiple titles at a job. This is now a bulleted list to make styling
and padding easier.
Fixed printing styles so now it prints as it renders in the web page.
Finally, pruned some old skills to either make them fit on one line or
remove them completely as they are old.
|
|
This also fixes the phost-receive hook so it redeploys whenever anything
in the res directory is changed.
|
|
The header file was missed in a previous commit. This also fixes the
makefile by adding the setup target as a depenency to the default so the
out directory exists as expected at build time.
|
|
This completely rewrites the css stylesheets to better work with cmark,
the new post-processor. There is now a style-header stylesheet, which
contains styling for the header (cleverly named, I know), but is in its
own file since it is a somewhat complext setup. This also includes the
style-markdown stylesheet for the remainder of the resume.
This also completely rewrites the resume from asciidoc to markdown, with
some inline html until things lke per-element classes is supported.
Finally, this cleans up the makefile to only include relevant make
targets (except for rst which may still become a thing) and updates it
to default to markdown builds. The post-receive hook was also updated to
reflect these target changes.
Finally, finally, this includes a few touchups on the resume content,
including some tooling updates, some rewording, and some time updates.
|