summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2024-05-23Huge updates to resume and styling and makefileAaron Ball
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.
2023-11-09Categoriezed DataRobot accomplishmentsAaron Ball
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.
2023-11-09Update background gradient to be a bit brighterAaron Ball
2023-11-09Set background gradient and a few sizing tweaksAaron Ball
2023-11-07Remove date htmls and cssAaron Ball
This was previously done with inline html and a special css class. This just replaces all of that with some nice markdown emphasis.
2023-04-13Improve header style to accomodate wider valuesAaron Ball
2023-03-02Significant styling updates and some skills pruningAaron Ball
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.
2022-02-18Improve styling significantlyAaron Ball
This also fixes the phost-receive hook so it redeploys whenever anything in the res directory is changed.
2022-02-18General rewording across most jobs and fix header and MakefileAaron Ball
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.
2022-02-18Convert resume to markdownAaron Ball
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.

Generated by cgit