diff --git a/resume-css-stylesheet.css b/resume-css-stylesheet.css index e81c913..80e5858 100644 --- a/resume-css-stylesheet.css +++ b/resume-css-stylesheet.css @@ -20,7 +20,7 @@ main, nav, section, summary { - display: block; + display: block; } /** @@ -30,7 +30,7 @@ summary { audio, canvas, video { - display: inline-block; + display: inline-block; } /** @@ -39,8 +39,8 @@ video { */ audio:not([controls]) { - display: none; - height: 0; + display: none; + height: 0; } /** @@ -50,7 +50,7 @@ audio:not([controls]) { [hidden], template { - display: none; + display: none; } /* ========================================================================== @@ -64,9 +64,9 @@ template { */ html { - font-family: sans-serif; /* 1 */ - -ms-text-size-adjust: 100%; /* 2 */ - -webkit-text-size-adjust: 100%; /* 2 */ + font-family: sans-serif; /* 1 */ + -ms-text-size-adjust: 100%; /* 2 */ + -webkit-text-size-adjust: 100%; /* 2 */ } /** @@ -74,7 +74,7 @@ html { */ body { - margin: 0; + margin: 0; } /* ========================================================================== @@ -86,7 +86,8 @@ body { */ a { - background: transparent; + color: #333fff; + background: transparent; } /** @@ -94,7 +95,7 @@ a { */ a:focus { - outline: thin dotted; + outline: thin dotted; } /** @@ -103,7 +104,7 @@ a:focus { a:active, a:hover { - outline: 0; + outline: 0; } /* ========================================================================== @@ -116,8 +117,8 @@ a:hover { */ h1 { - font-size: 2em; - margin: 0.67em 0; + font-size: 2em; + margin: 0.67em 0; } /** @@ -125,7 +126,7 @@ h1 { */ abbr[title] { - border-bottom: 1px dotted; + border-bottom: 1px dotted; } /** @@ -134,7 +135,7 @@ abbr[title] { b, strong { - font-weight: bold; + font-weight: bold; } /** @@ -142,7 +143,7 @@ strong { */ dfn { - font-style: italic; + font-style: italic; } /** @@ -150,9 +151,9 @@ dfn { */ hr { - -moz-box-sizing: content-box; - box-sizing: content-box; - height: 0; + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; } /** @@ -160,8 +161,8 @@ hr { */ mark { - background: #ff0; - color: #000; + background: #ff0; + color: #000; } /** @@ -172,8 +173,8 @@ code, kbd, pre, samp { - font-family: monospace, serif; - font-size: 1em; + font-family: monospace, serif; + font-size: 1em; } /** @@ -181,7 +182,7 @@ samp { */ pre { - white-space: pre-wrap; + white-space: pre-wrap; } /** @@ -189,7 +190,7 @@ pre { */ q { - quotes: "\201C" "\201D" "\2018" "\2019"; + quotes: "\201C" "\201D" "\2018" "\2019"; } /** @@ -197,7 +198,7 @@ q { */ small { - font-size: 80%; + font-size: 80%; } /** @@ -206,18 +207,18 @@ small { sub, sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; } sup { - top: -0.5em; + top: -0.5em; } sub { - bottom: -0.25em; + bottom: -0.25em; } /* ========================================================================== @@ -229,7 +230,7 @@ sub { */ img { - border: 0; + border: 0; } /** @@ -237,7 +238,7 @@ img { */ svg:not(:root) { - overflow: hidden; + overflow: hidden; } /* ========================================================================== @@ -249,7 +250,7 @@ svg:not(:root) { */ figure { - margin: 0; + margin: 0; } /* ========================================================================== @@ -261,9 +262,9 @@ figure { */ fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; } /** @@ -272,8 +273,8 @@ fieldset { */ legend { - border: 0; /* 1 */ - padding: 0; /* 2 */ + border: 0; /* 1 */ + padding: 0; /* 2 */ } /** @@ -286,9 +287,9 @@ button, input, select, textarea { - font-family: inherit; /* 1 */ - font-size: 100%; /* 2 */ - margin: 0; /* 3 */ + font-family: inherit; /* 1 */ + font-size: 100%; /* 2 */ + margin: 0; /* 3 */ } /** @@ -298,7 +299,7 @@ textarea { button, input { - line-height: normal; + line-height: normal; } /** @@ -310,7 +311,7 @@ input { button, select { - text-transform: none; + text-transform: none; } /** @@ -325,8 +326,8 @@ button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] { - -webkit-appearance: button; /* 2 */ - cursor: pointer; /* 3 */ + -webkit-appearance: button; /* 2 */ + cursor: pointer; /* 3 */ } /** @@ -335,7 +336,7 @@ input[type="submit"] { button[disabled], html input[disabled] { - cursor: default; + cursor: default; } /** @@ -345,8 +346,8 @@ html input[disabled] { input[type="checkbox"], input[type="radio"] { - box-sizing: border-box; /* 1 */ - padding: 0; /* 2 */ + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ } /** @@ -356,10 +357,10 @@ input[type="radio"] { */ input[type="search"] { - -webkit-appearance: textfield; /* 1 */ - -moz-box-sizing: content-box; - -webkit-box-sizing: content-box; /* 2 */ - box-sizing: content-box; + -webkit-appearance: textfield; /* 1 */ + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; /* 2 */ + box-sizing: content-box; } /** @@ -369,7 +370,7 @@ input[type="search"] { input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; + -webkit-appearance: none; } /** @@ -378,8 +379,8 @@ input[type="search"]::-webkit-search-decoration { button::-moz-focus-inner, input::-moz-focus-inner { - border: 0; - padding: 0; + border: 0; + padding: 0; } /** @@ -388,8 +389,8 @@ input::-moz-focus-inner { */ textarea { - overflow: auto; /* 1 */ - vertical-align: top; /* 2 */ + overflow: auto; /* 1 */ + vertical-align: top; /* 2 */ } /* ========================================================================== @@ -401,40 +402,623 @@ textarea { */ table { - border-collapse: collapse; - border-spacing: 0; + width: 100%; + border-top: solid; + border-bottom: solid; + border-color: #999999; } .go-top { -position: fixed; -bottom: 2em; -right: 2em; -text-decoration: none; -background-color: #E0E0E0; -font-size: 12px; -padding: 1em; -display: inline; + position: fixed; + bottom: 2em; + right: 2em; + text-decoration: none; + background-color: #e0e0e0; + font-size: 12px; + padding: 1em; + display: inline; } /* Github css */ - @font-face { - font-family: 'FONT_LOCAL'; - src: url('C:/Users/Sonya/Box Sync/Projects/markdown-resume/comic.ttf') format('truetype'); - font-weight: normal; - font-style: normal; + font-family: "FONT_LOCAL"; + src: url("C:/Users/Sonya/Box Sync/Projects/markdown-resume/comic.ttf") + format("truetype"); + font-weight: normal; + font-style: normal; } @font-face { - font-family: 'Roboto'; + font-family: "Roboto"; font-style: normal; font-weight: 100; - src: local('Roboto Thin'), local('Roboto-Thin'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/vzIUHo9z-oJ4WgkpPOtg1_esZW2xOQ-xsNqO47m55DA.woff) format('woff'); + src: + local("Roboto Thin"), + local("Roboto-Thin"), + url(http://themes.googleusercontent.com/static/fonts/roboto/v10/vzIUHo9z-oJ4WgkpPOtg1_esZW2xOQ-xsNqO47m55DA.woff) + format("woff"); } - -html,body{ margin: auto; - padding-right: 1em; - padding-left: 1em; - max-width: 44em; color:black;}*:not('#mkdbuttons'){margin:0;padding:0}body{font:13.34pxHelvetica;-webkit-font-smoothing:subpixel-antialiased;line-height:1.4;padding:3px;background:#fff;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}p{margin:1em 0}a{color:#4183c4;text-decoration:none}body{background-color:#fff;padding:30px;margin:0px;font-size:14px;line-height:1.6}body>*:first-child{margin-top:0!important}body>*:last-child{margin-bottom:0!important}@media screen{body{box-shadow: none}}h1,h2,h3,h4,h5,h6{margin:20px 0 10px;padding:0;font-weight:bold;-webkit-font-smoothing:subpixel-antialiased;cursor:text}h1{font-size:37px;color:#000;text-align:center}h2{font-size:24px;border-bottom:1px solid #ccc;color:#f39}h3{font-size:18px;color:#333}h4{font-size:16px;color:#333;text-align:center;-webkit-margin-before:0.02em;-webkit-margin-after:0.02em;}h5{font-size:14px;color:#333;text-align:center}h6{color:#777;font-size:14px;text-align:center;-webkit-margin-before:0.05em}p,blockquote,table,pre{margin:15px 0}ul{padding-left:30px}ol{padding-left:30px}ol li ul:first-of-type{margin-top:0}hr{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OENDRjNBN0E2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OENDRjNBN0I2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Q0NGM0E3ODY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0NGM0E3OTY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqqezsUAAAAfSURBVHjaYmRABcYwBiM2QSA4y4hNEKYDQxAEAAIMAHNGAzhkPOlYAAAAAElFTkSuQmCC) repeat-x 0 0;border:0 none;color:#ccc;height:4px;padding:0}body>h2:first-child{margin-top:0;padding-top:0}body>h1:first-child{margin-top:0;padding-top:0}body>h1:first-child+h2{margin-top:0;padding-top:0}body>h3:first-child,body>h4:first-child,body>h5:first-child,body>h6:first-child{margin-top:0;padding-top:0}a:first-child h1,a:first-child h2,a:first-child h3,a:first-child h4,a:first-child h5,a:first-child h6{margin-top:0;padding-top:0}h1+p,h2+p,h3+p,h4+p,h5+p,h6+p,ul li>:first-child,ol li>:first-child{margin-top:0}dl{padding:0}dl dt{font-size:14px;font-weight:bold;font-style:italic;padding:0;margin:15px 0 5px}dl dt:first-child{padding:0}dl dt>:first-child{margin-top:0}dl dt>:last-child{margin-bottom:0}dl dd{margin:0 0 15px;padding:0 15px}dl dd>:first-child{margin-top:0}dl dd>:last-child{margin-bottom:0}blockquote{border-left:4px solid #DDD;padding:0 15px;color:#777}blockquote>:first-child{margin-top:0}blockquote>:last-child{margin-bottom:0}table{border-collapse:collapse;border-spacing:0;font-size:100%;font:inherit}table th{font-weight:bold;border:1px solid #ccc;padding:6px 13px}table td{border:1px solid #ccc;padding:6px 13px}table tr{border-top:1px solid #ccc;background-color:#fff}table tr:nth-child(2n){background-color:#f8f8f8}img{max-width:100%}code,tt{margin:0 2px;padding:0 5px;white-space:nowrap;border:1px solid #eaeaea;background-color:#f8f8f8;border-radius:3px;font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:12px;color:#333}pre>code{margin:0;padding:0;white-space:pre;border:0;background:transparent}.highlight pre{background-color:#f8f8f8;border:1px solid #ccc;font-size:13px;line-height:19px;overflow:auto;padding:6px 10px;border-radius:3px}pre{background-color:#f8f8f8;border:1px solid #ccc;font-size:13px;line-height:19px;overflow:auto;padding:6px 10px;border-radius:3px}pre code,pre tt{background-color:transparent;border:0}.poetry pre{font-family:Georgia,Garamond,serif!important;font-style:italic;font-size:110%!important;line-height:1.6em;display:block;margin-left:1em}.poetry pre code{font-family:Georgia,Garamond,serif!important;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;white-space:pre-wrap}sup,sub,a.footnote{font-size:1.4ex;height:0;line-height:1;vertical-align:super;position:relative}sub{vertical-align:sub;top:-1px}@media print{body{background:#fff}img,pre,blockquote,table,figure{page-break-inside:avoid}body{background:#fff;border:0}code{background-color:#fff;color:#333!important;padding:0 .2em;border:1px solid #dedede}pre{background:#fff}pre code{background-color:white!important;overflow:visible}}@media screen{body.inverted{color:#eee!important;border-color:#555;box-shadow:none}.inverted body,.inverted hr .inverted p,.inverted td,.inverted li,.inverted h1,.inverted h2,.inverted h3,.inverted h4,.inverted h5,.inverted h6,.inverted th,.inverted .math,.inverted caption,.inverted dd,.inverted dt,.inverted blockquote{color:#eee!important;border-color:#555;box-shadow:none}.inverted td,.inverted th{background:#333}.inverted h2{border-color:#555}.inverted hr{border-color:#777;border-width:1px!important}::selection{background:rgba(157,193,200,0.5)}h1::selection{background-color:rgba(45,156,208,0.3)}h2::selection{background-color:rgba(90,182,224,0.3)}h3::selection,h4::selection,h5::selection,h6::selection,li::selection,ol::selection{background-color:rgba(133,201,232,0.3)}code::selection{background-color:rgba(0,0,0,0.7);color:#eee}code span::selection{background-color:rgba(0,0,0,0.7)!important;color:#eee!important}a::selection{background-color:rgba(255,230,102,0.2)}.inverted a::selection{background-color:rgba(255,230,102,0.6)}td::selection,th::selection,caption::selection{background-color:rgba(180,237,95,0.5)}.inverted{background:#0b2531;background:#252a2a}.inverted body{background:#252a2a}.inverted a{color:#acd1d5}}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{font-weight:bold}.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:bold}.highlight .c1{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:bold;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .gd .x{color:#000;background-color:#faa}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .gi .x{color:#000;background-color:#afa}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:bold}.highlight .gu{color:#800080;font-weight:bold}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{font-weight:bold}.highlight .kt{color:#458;font-weight:bold}.highlight .m{color:#099}.highlight .s{color:#d14}.highlight .na{color:#008080}.highlight .nb{color:#0086b3}.highlight .nc{color:#458;font-weight:bold}.highlight .no{color:#008080}.highlight .ni{color:#800080}.highlight .ne,.highlight .nf{color:#900;font-weight:bold}.highlight .nn{color:#555}.highlight .nt{color:#000080}.highlight .nv{color:#008080}.highlight .ow{font-weight:bold}.highlight .w{color:#bbb}.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#d14}.highlight .sr{color:#009926}.highlight .s1{color:#d14}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .vc,.highlight .vg,.highlight .vi{color:#008080}.highlight .il{color:#099}.highlight .gc{color:#999;background-color:#eaf2f5}.type-csharp .highlight .k,.type-csharp .highlight .kt{color:#00F}.type-csharp .highlight .nf{color:#000;font-weight:normal}.type-csharp .highlight .nc{color:#2b91af}.type-csharp .highlight .nn{color:#000}.type-csharp .highlight .s,.type-csharp .highlight .sc{color:#a31515} +html, +body { + margin: auto; + padding-right: 1em; + padding-left: 1em; + max-width: 44em; + color: black; +} +*:not("#mkdbuttons") { + margin: 0; + padding: 0; +} +body { + font: 13.34pxHelvetica; + -webkit-font-smoothing: subpixel-antialiased; + line-height: 1.4; + padding: 3px; + background: #fff; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; +} +p { + margin: 1em 0; +} +a { + color: #4183c4; + text-decoration: none; +} +body { + background-color: #fff; + padding: 30px; + margin: 0px; + font-size: 14px; + line-height: 1.6; +} +body > *:first-child { + margin-top: 0 !important; +} +body > *:last-child { + margin-bottom: 0 !important; +} +@media screen { + body { + box-shadow: none; + } +} +h1, +h2, +h3, +h4, +h5, +h6 { + margin: 20px 0 10px; + padding: 0; + font-weight: bold; + -webkit-font-smoothing: subpixel-antialiased; + cursor: text; + border-bottom: solid 2px #000; +} +h1 { + font-size: 32px; + color: #000; + text-align: center; +} +h2 { + font-size: 18px; + color: #000066; +} +h3 { + font-size: 14px; + color: #333; +} +h4 { + font-size: 12px; + color: #333; + text-align: center; + -webkit-margin-before: 0.02em; + -webkit-margin-after: 0.02em; +} +h5 { + font-size: 14px; + color: #333; + text-align: center; +} +h6 { + color: #777; + font-size: 14px; + text-align: center; + -webkit-margin-before: 0.05em; +} +p, +blockquote, +table, +pre { + margin: 10px 0; +} +ul { + padding-left: 30px; +} +ol { + padding-left: 30px; +} +ol li ul:first-of-type { + margin-top: 0; +} +hr { + background: transparent repeat-x 0 0; + border: 0 none; + color: #ccc; + height: 4px; + padding: 0; +} +body > h2:first-child { + margin-top: 0; + padding-top: 0; +} +body > h1:first-child { + margin-top: 0; + padding-top: 0; +} +body > h1:first-child + h2 { + margin-top: 0; + padding-top: 0; +} +body > h3:first-child, +body > h4:first-child, +body > h5:first-child, +body > h6:first-child { + margin-top: 0; + padding-top: 0; +} +a:first-child h1, +a:first-child h2, +a:first-child h3, +a:first-child h4, +a:first-child h5, +a:first-child h6 { + margin-top: 0; + padding-top: 0; +} +h1 + p, +h2 + p, +h3 + p, +h4 + p, +h5 + p, +h6 + p, +ul li > :first-child, +ol li > :first-child { + margin-top: 0; +} +dl { + padding: 0; +} +dl dt { + font-size: 14px; + font-weight: bold; + font-style: italic; + padding: 0; + margin: 15px 0 5px; +} +dl dt:first-child { + padding: 0; +} +dl dt > :first-child { + margin-top: 0; +} +dl dt > :last-child { + margin-bottom: 0; +} +dl dd { + margin: 0 0 15px; + padding: 0 15px; +} +dl dd > :first-child { + margin-top: 0; +} +dl dd > :last-child { + margin-bottom: 0; +} +blockquote { + border-left: 4px solid #ddd; + padding: 0 15px; + color: #777; +} +blockquote > :first-child { + margin-top: 0; +} +blockquote > :last-child { + margin-bottom: 0; +} +table { + border-collapse: collapse; + border-spacing: 0; + font-size: 100%; + font: inherit; +} +table th { + font-weight: bold; + border: 1px solid #ccc; + padding: 6px 13px; +} +table td { + border: 1px solid #ccc; + padding: 6px 13px; +} +table tr { + border-top: 1px solid #ccc; + background-color: #fff; +} +table tr:nth-child(2n) { + background-color: #f8f8f8; +} +img { + max-width: 100%; +} +code, +tt { + margin: 0 2px; + padding: 0 5px; + white-space: nowrap; + border: 1px solid #eaeaea; + background-color: #f8f8f8; + border-radius: 3px; + font-family: Consolas, "Liberation Mono", Courier, monospace; + font-size: 12px; + color: #333; +} +pre > code { + margin: 0; + padding: 0; + white-space: pre; + border: 0; + background: transparent; +} +.highlight pre { + background-color: #f8f8f8; + border: 1px solid #ccc; + font-size: 13px; + line-height: 19px; + overflow: auto; + padding: 6px 10px; + border-radius: 3px; +} +pre { + background-color: #f8f8f8; + border: 1px solid #ccc; + font-size: 13px; + line-height: 19px; + overflow: auto; + padding: 6px 10px; + border-radius: 3px; +} +pre code, +pre tt { + background-color: transparent; + border: 0; +} +.poetry pre { + font-family: Georgia, Garamond, serif !important; + font-style: italic; + font-size: 110% !important; + line-height: 1.6em; + display: block; + margin-left: 1em; +} +.poetry pre code { + font-family: Georgia, Garamond, serif !important; + word-break: break-all; + word-break: break-word; + -webkit-hyphens: auto; + -moz-hyphens: auto; + hyphens: auto; + white-space: pre-wrap; +} +sup, +sub, +a.footnote { + font-size: 1.4ex; + height: 0; + line-height: 1; + vertical-align: super; + position: relative; +} +sub { + vertical-align: sub; + top: -1px; +} +@media print { + body { + background: #fff; + } + img, + pre, + blockquote, + table, + figure { + page-break-inside: avoid; + } + body { + background: #fff; + border: 0; + } + code { + background-color: #fff; + color: #333 !important; + padding: 0 0.2em; + border: 1px solid #dedede; + } + pre { + background: #fff; + } + pre code { + background-color: white !important; + overflow: visible; + } +} +@media screen { + body.inverted { + color: #eee !important; + border-color: #555; + box-shadow: none; + } + .inverted body, + .inverted hr .inverted p, + .inverted td, + .inverted li, + .inverted h1, + .inverted h2, + .inverted h3, + .inverted h4, + .inverted h5, + .inverted h6, + .inverted th, + .inverted .math, + .inverted caption, + .inverted dd, + .inverted dt, + .inverted blockquote { + color: #eee !important; + border-color: #555; + box-shadow: none; + } + .inverted td, + .inverted th { + background: #333; + } + .inverted h2 { + border-color: #555; + } + .inverted hr { + border-color: #777; + border-width: 1px !important; + } + ::selection { + background: rgba(157, 193, 200, 0.5); + } + h1::selection { + background-color: rgba(45, 156, 208, 0.3); + } + h2::selection { + background-color: rgba(90, 182, 224, 0.3); + } + h3::selection, + h4::selection, + h5::selection, + h6::selection, + li::selection, + ol::selection { + background-color: rgba(133, 201, 232, 0.3); + } + code::selection { + background-color: rgba(0, 0, 0, 0.7); + color: #eee; + } + code span::selection { + background-color: rgba(0, 0, 0, 0.7) !important; + color: #eee !important; + } + a::selection { + background-color: rgba(255, 230, 102, 0.2); + } + .inverted a::selection { + background-color: rgba(255, 230, 102, 0.6); + } + td::selection, + th::selection, + caption::selection { + background-color: rgba(180, 237, 95, 0.5); + } + .inverted { + background: #0b2531; + background: #252a2a; + } + .inverted body { + background: #252a2a; + } + .inverted a { + color: #acd1d5; + } +} +.highlight .c { + color: #998; + font-style: italic; +} +.highlight .err { + color: #a61717; + background-color: #e3d2d2; +} +.highlight .k, +.highlight .o { + font-weight: bold; +} +.highlight .cm { + color: #998; + font-style: italic; +} +.highlight .cp { + color: #999; + font-weight: bold; +} +.highlight .c1 { + color: #998; + font-style: italic; +} +.highlight .cs { + color: #999; + font-weight: bold; + font-style: italic; +} +.highlight .gd { + color: #000; + background-color: #fdd; +} +.highlight .gd .x { + color: #000; + background-color: #faa; +} +.highlight .ge { + font-style: italic; +} +.highlight .gr { + color: #a00; +} +.highlight .gh { + color: #999; +} +.highlight .gi { + color: #000; + background-color: #dfd; +} +.highlight .gi .x { + color: #000; + background-color: #afa; +} +.highlight .go { + color: #888; +} +.highlight .gp { + color: #555; +} +.highlight .gs { + font-weight: bold; +} +.highlight .gu { + color: #800080; + font-weight: bold; +} +.highlight .gt { + color: #a00; +} +.highlight .kc, +.highlight .kd, +.highlight .kn, +.highlight .kp, +.highlight .kr { + font-weight: bold; +} +.highlight .kt { + color: #458; + font-weight: bold; +} +.highlight .m { + color: #099; +} +.highlight .s { + color: #d14; +} +.highlight .na { + color: #008080; +} +.highlight .nb { + color: #0086b3; +} +.highlight .nc { + color: #458; + font-weight: bold; +} +.highlight .no { + color: #008080; +} +.highlight .ni { + color: #800080; +} +.highlight .ne, +.highlight .nf { + color: #900; + font-weight: bold; +} +.highlight .nn { + color: #555; +} +.highlight .nt { + color: #000080; +} +.highlight .nv { + color: #008080; +} +.highlight .ow { + font-weight: bold; +} +.highlight .w { + color: #bbb; +} +.highlight .mf, +.highlight .mh, +.highlight .mi, +.highlight .mo { + color: #099; +} +.highlight .sb, +.highlight .sc, +.highlight .sd, +.highlight .s2, +.highlight .se, +.highlight .sh, +.highlight .si, +.highlight .sx { + color: #d14; +} +.highlight .sr { + color: #009926; +} +.highlight .s1 { + color: #d14; +} +.highlight .ss { + color: #990073; +} +.highlight .bp { + color: #999; +} +.highlight .vc, +.highlight .vg, +.highlight .vi { + color: #008080; +} +.highlight .il { + color: #099; +} +.highlight .gc { + color: #999; + background-color: #eaf2f5; +} +.type-csharp .highlight .k, +.type-csharp .highlight .kt { + color: #00f; +} +.type-csharp .highlight .nf { + color: #000; + font-weight: normal; +} +.type-csharp .highlight .nc { + color: #2b91af; +} +.type-csharp .highlight .nn { + color: #000; +} +.type-csharp .highlight .s, +.type-csharp .highlight .sc { + color: #a31515; +} diff --git a/resume.docx b/resume.docx deleted file mode 100644 index 0bf4f5c..0000000 Binary files a/resume.docx and /dev/null differ diff --git a/resume.html b/resume.html deleted file mode 100644 index b1ae1a0..0000000 --- a/resume.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - -

Sonya Sawtelle

-

Data enthusiast with a strong background in math, science and programming.

-
[ sdsawtelle.github.io ] . [ sonya.sawtelle@yale.edu ] . [ 802 461 3429 ]
-

Education

-

Ph.D. program in Applied Physics, Yale University (2012-present)

- -

B.S. in Physics, Indiana University (2008-2011)

- -

MOOCs (ongoing)

- -

Experience

-

Independent Researcher, Yale University (2012-present, New Haven CT)

- -

MCAT Instructor, Kaplan Test Prep (2011-2012, New Haven CT)

- -

Skills

-

Programming: Python, MATLAB, SQL, R, git, HTML/CSS

-

Python SciPy Tools: Pandas, Numpy, Matplotlib, Scikit-learn

-

Awards

- -

Projects

-

Evening Sessions: Explorations in Data Science and Python Blog (2015-present)

- - - diff --git a/resume.md b/resume.md index 55fab60..8c33cc7 100644 --- a/resume.md +++ b/resume.md @@ -1,49 +1,86 @@ -Sonya Sawtelle -====== +# James Musselman -#### Data enthusiast with a strong background in math, science and programming. -###### [ [sdsawtelle.github.io](http://sdsawtelle.github.io) ] . [ sonya.sawtelle@yale.edu ] . [ 802 461 3429 ] + +A software engineering professional dedicated to delivering high-quality solutions. -Education ---------- -**Ph.D. program in Applied Physics, Yale University** (2012-present) +**Email**: | **Phone**: [(361) - 655 - 8612](tel:+13616558612) | **LinkedIn**: +[/in/musselmandev](https://linkedin.com/in/musselmandev) | **Location**: Central +Texas -- Research on transport in metal nanostructures. -- Coursework in physics, engineering, and statistics. +## Skills -**B.S. in Physics, Indiana University** (2008-2011) + -- Baccalaureate with Departmental Honors and Highest Distinction, 3.98/4.0 GPA +**Programming:** Python, SQL, git, HTML/CSS, Java 8, Go, +Rust, Pandas, pyTorch, Numpy, +Matplotlib, Scikit-learn -**MOOCs** (ongoing) +**Server Administration**: Linux/SELinux, Grafana, Loki, LDAP, Firewalls, SSH, +Containerization -- Machine Learning (Stanford, Andrew Ng) +## Education -Experience ---------- -**Independent Researcher, Yale University** (2012-present, New Haven CT) +**B.S. in Computer Science, Texas Lutheran University** _Cum Laude_ (2020-2024) -- Data analysis and simulation in Python and MATLAB, and instrument control in C++. Designed and executed experiments across four projects and managed several undegraduate students. + -**MCAT Instructor, Kaplan Test Prep** (2011-2012, New Haven CT) +## Experience -- Planned and delivered lectures on core content in undergraduate Physics, Chemistry and Biology to medium-sized groups of undergraduates. +**Freelance, Musselman Development** (July 2024 - Present, Seguin, Texas) -Skills ------- -**Programming:** Python, MATLAB, SQL, R, git, HTML/CSS +- **Containerization & Deployment**: Streamlined application deployment by + orchestrating containerized environments with Docker and Podman, enhancing + operational efficiency. +- **Training & Security Awareness**: Conducted training on OS Security, Social + Engineering, and Email Security, boosting team awareness and decreasing security + incidents. +- **Automation & Efficiency**: Automated tasks using Python, Bash, and + PowerShell, cutting deployment times by over 75% and increasing productivity. +- **CI/CD Implementation**: Established CI/CD pipelines with GitHub Actions and + Jenkins, ensuring consistent and reliable software delivery through automated + testing and deployment. -**Python SciPy Tools:** Pandas, Numpy, Matplotlib, Scikit-learn +**Student Office Aide, Texas Lutheran University** (February 2023 - May 2024, +Seguin, Texas) -Awards ------- -- **Sterling Prize Fellowship**, Yale University (2013). Awarded to 30 out of 10,500 applicants. -- **IU Founders Scholar**, Indiana University (2012) -- **Baccalaureate with Highest Distinction**, Indiana University (2012). Granted to 5 students out of 498 in the class. +- **Visitor Assistance**: Greeted and assisted visitors, students, and staff, + enhancing office efficiency for professors and administration. +- **Equipment Coordination**: Managed maintenance and repairs of office + equipment, minimizing downtime and maintaining productivity. +- **Document Organization**: Improved organization of paperwork, reducing + document misfiling and enhancing storage and retrieval efficiency. +- **Confidentiality Maintenance**: Ensured compliance with privacy regulations + by safeguarding and/or destroying sensitive information and protecting + administrative and academic integrity. -Projects --------- -**[*Evening Sessions: Explorations in Data Science and Python* Blog](http://sdsawtelle.github.io/blog/output/index.html)** (2015-present) +**Curate/Tech Lead, Texas Lutheran University** (January 2023 - May 2024, +Seguin, Texas) -- Authored a series of articles covering a wide variety of topics and tools related to pure Python programming, data science and statistics. +- **Service Organization**: Collaborated with the Campus Ministry team to + execute weekly services, enhancing community participation and spiritual growth. +- **Chapel Preparation**: Set up the chapel for services, fostering a welcoming + environment that increased attendance. +- **Streaming Management**: Managed audio-visual tasks for high-quality + streaming, expanding access for remote participants and boosting engagement. +- **Equipment Maintenance**: Ensured reliable operation of audio-visual + equipment, preventing technical issues and supporting seamless worship + experiences. + +## Projects + +**[_Notatio, a web based text +editor_](https://git.musselman.dev/musselman/notatio)** (August 2024 - December 2024) + +- Designed, Planned, Researched and Implemented a web based note taking software + using the Go Programming language and a CI/CD build pipeline for Docker + container images using Jenkins as a senior capstone project diff --git a/resume.pdf b/resume.pdf deleted file mode 100644 index 8150848..0000000 Binary files a/resume.pdf and /dev/null differ