update resume and css

This commit is contained in:
Kyle Belanger 2023-07-09 08:34:13 -04:00
parent f81f8a6a67
commit 57f68bae7e
3 changed files with 1618 additions and 23 deletions

42
css/styles.css Normal file
View file

@ -0,0 +1,42 @@
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap')
body {
font-family: 'Open Sans', sans-serif;
color: #444
}
* {
/* Override default margins*/
--pagedjs-margin-right: 0.2in;
--pagedjs-margin-left: 0.2in;
--pagedjs-margin-top: 0.2in;
--pagedjs-margin-bottom: 0.2in;
}
:root{
--sidebar-width: 12rem; /* side bar width */
--sidebar-background-color: #2C446F;
--decorator-border: 2px solid #2C446F; /* change color and thickness of timeline */
}
.decorator::after{
background-color: #2C446F; /* change color timeline dots */
}
[data-id="main"] h2 {
color: #2C446F;
}
.aside {
color: white;
}
.aside h2 {
color: white;
}

View file

@ -4,6 +4,9 @@ author: Kyle Belanger
date: "`r Sys.Date()`"
output:
pagedown::html_resume:
css:
- css\styles.css
- resume
# set it to true for a self-contained HTML page but it'll take longer to render
self_contained: true
# uncomment this line to produce HTML and PDF in RStudio:
@ -64,7 +67,9 @@ Skills {#skills}
--------------------------------------------------------------------------------
```{r}
build_skill_bars(skills)
```
Experienced Medical Technologist with high skills in data analytics and visualization

File diff suppressed because one or more lines are too long