update resume and css
This commit is contained in:
parent
f81f8a6a67
commit
57f68bae7e
3 changed files with 1618 additions and 23 deletions
42
css/styles.css
Normal file
42
css/styles.css
Normal 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;
|
||||||
|
}
|
|
@ -4,6 +4,9 @@ author: Kyle Belanger
|
||||||
date: "`r Sys.Date()`"
|
date: "`r Sys.Date()`"
|
||||||
output:
|
output:
|
||||||
pagedown::html_resume:
|
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
|
# set it to true for a self-contained HTML page but it'll take longer to render
|
||||||
self_contained: true
|
self_contained: true
|
||||||
# uncomment this line to produce HTML and PDF in RStudio:
|
# uncomment this line to produce HTML and PDF in RStudio:
|
||||||
|
@ -64,7 +67,9 @@ Skills {#skills}
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
|
|
||||||
build_skill_bars(skills)
|
build_skill_bars(skills)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Experienced Medical Technologist with high skills in data analytics and visualization
|
Experienced Medical Technologist with high skills in data analytics and visualization
|
||||||
|
|
1594
kyle_resume.html
1594
kyle_resume.html
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue